Translate

Sunday, 17 May 2015

HOW TO IMPROVE YOUR BUSINESS PRODUCTIVITY


How to Improve Your Business Productivity

Business arena is all about learning and improving, but active participation is important to reap the harvest. Identifying and resolving the problems that arise within and outside the organization is important to uplift business productivity. If you intent to improve your marketing return on investment, you need to implement new strategies and update them frequently to meet the expectations of the clients and changing market condition. Outdated and inefficient strategy will not move your business ahead, but in turn degrades your overall output. So, you need to implement different effective strategies to boost your business production.

1
Maintain a proper interaction with the clients. This is the first and foremost thing that must be executed properly to improve your business output. If you want to retain the potential clients and gain many new clients, you should develop many visitor engagement strategies. You must reply to the client’s emails clearly and in time. Collect feedback from them to avoid unnecessary disputes and prevent clients from moving away. Besides, feedback will also help you to improve the quality of the services and products.

2
Create monthly newsletter to keep in touch with the clients. You have to convey some useful tips like how to save money and current market analysis to the clients through newsletter. This can build a strong relationship with the clients.


3
Monitor your Room periodically to examine progress of your organization.This frequent analysis will help you to resolve small issues that may arise in different sectors before its get too complicated. Besides, you can also identify the inefficient strategies and replace them with new strategies which will ultimately increase the business production.


4
Check out the employee’s performance, issues and requirements. Just interacting with the clients will decline the performance within the organization, so you need have an eye on employee’s efficiency and problems too. Employees may start to resign, if you are not showing proper concern towards them. So, you need identify the employee’s problem and resolve it without any delay. Reward them frequently for their dedication and hard work which ultimately boosts their performance and brings a good impression about your administration.



5
Conduct training sessions to upgrade the performance of the employees.This training will assist the employees to handle new equipment and perform works more efficiently.



6
Incorporate efficient business developing tools like business decision support systems to minimize the work load and enhance the overall performance in different sectors. You need to constantly keep in touch with changing market conditions to move your business smoothly.



7
Create a proper communication channel within the organization to identify the problems that are arising among the employees. This systematic approach will encourage the employees to share their personal views without any difficulties.

Friday, 15 May 2015

How to Remove Windows Genuine for Windows XP, 7


Method 1 of 10: Using Command Script

1
Open Command Prompt as administrator in start menu > all programs >accessories >command prompt . Right click on command prompt and select run as administrator

2
Type "SLMGR/REARM" (without quotes) and enter

3
Restart Windows

Method 2 of 10: Linux

1
Boot the computer using Linux on a CD or USB drive.

2
Navigate to the System32 folder in the Windows folder.

3
Delete or rename two items: WgaTray.exe and WgaTray.dll.

Method 3 of 10: Task Manager

1
Run as an administrator with no other user accounts running.

2
Launch Windows Task Manager (Processes). Leave it open.

3
Navigate to to C:\Windows\System32, and find WgaTray.exe.

4
Right-click on WgaTray.exe, and select Delete. Leave the deletion confirmation box open.

5
Go back to Windows Task Manager and click Wgatray.exe.

6
Click End Process. When you are prompted for a confirmation to terminate the process, align the “End Process” confirmation box with the previous “Delete File” confirmation box, or at least have them close together. Do this because you'll need to do both actions quickly — at least within 2 or 3 seconds.

7
Click Yes in both boxes, quickly. Click on Yes on the Task Manager prompt (to “end the process”) and then quickly press Yes on the deletion confirmation (to delete the actual file). You’ll need to repeat this if you miss it.

8
Launch the Registry Editor. Click Start, then Run, and enter regedit.

9
Browse to the following location:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify

10
Delete the folder WgaLogon and all its contents.

11
Reboot Windows 7.

12
Check your work. As a precaution, after you have followed the above instructions:
Go to Control Panel > Security Center > Automatic Update Settings.
Select the third option, “Notify me but don’t automatically download or install them."
Click OK.
The next time the “Windows Updates” icon appears in the system tray, click on the icon and it will display a list of available updates. Windows won’t automatically download and install them anymore.
If “Windows Genuine Advantage Notification Tool” is there, uncheck it and press enter to download everything else (if you want to). You can right-click to “hide updates” that you don’t want.
Select “Don’t notify me about these updates again”, so that they will be ignored every time updates are downloaded.
Just remember, from now on, make sure to check the list of downloads so that you don’t install any new versions of this “tool”.

Method 4 of 10: Command Delete

1
Try system restore first. If you have only just installed Windows Genuine Advantage notifications, simply using the system restore function will remove the program. Then refuse to accept the WGA update next time Windows updates. Otherwise, proceed as detailed below.

2
Open a Command Prompt window. Click on Start, then Run. Type CMD and press OK.

3
Change Directory into the System32 Folder. Type "cd \windows\system32" (without quotation marks).

4
Open Notepad window. Type the following lines:

taskkill -IM wgatray.exe

del wgatray.exe

del wgalogon.old

5
Highlight and copy the three lines above to the Clipboard.

6
Paste the contents of the Clipboard to Command Prompt. This should kill the wgatray.exe process from the Taskbar and immediately delete both files wgatray.exe and wgalogon.dll.

Method 5 of 10: Executing a Batch Script

1
Right-click on your desktop. Choose New, then Text Document.
Enter the name as "remove.bat" without the quotes.
A message should appear saying that you are changing a file type. Click Yes. If the message does not appear, and the file icon is a picture of a piece of paper, then you need to enable "show file extensions for known file types" in the Windows Explorer Tools ->Folder Options dialog.

2
Right-click on remove.bat and select Edit. Notepad will open.

3
Paste the following lines into Notepad, then save and exit:

taskkill -IM wgatray.exe

del wgatray.exe

del wgalogon.old

4
Double-click on the remove.bat icon. A command prompt window should briefly appear, then close automatically.

Method 6 of 10: System Tools

1
Open System32 by either of the following methods:
Click Start, then Run. Type "system32" (without quotes), and click OK.
Find system32 manually by clicking Start, My Computer, (C:) (or whatever your drive letter is), WINDOWS, then system32.

2
Hide extensions. In system32, go to Tools, then Folder options. Click on the tab, View, and uncheck "Hide extensions for known file types" if it is not already.

3
Check to make sure the window that comes up has a full screen of various files. The files are in alphabetical order, which makes it easier to locate the specific file.

4
Find WgaLogon.dll. Rename it "WgaLogon.dll.bak" (without quotes).

5
Create an empty copy of WgaLogon.dll.
Right click on a blank space in system32 and select New, then Text Document.
Leave the text document empty and label it "WgaLogon.dll" (without quotes). Press Enter (on your keyboard).
You may get a warning from the above step that says, "If you change a file name extension, the file may become unusable. Are you sure you want to change it?" Click Yes on this warning.

6
Be ready to complete the next two steps very quickly.
Find WgaTray.exe in system32 and delete it.
You will then have 5 seconds to find WgaTray.exe in the Task Manager.
Note that if you remove the files mentioned above while you are in Safe Mode, the next step is unnecessary.

7
Immediately open Task Manager. You can do this three different ways:
Press Ctrl, Shift, and Esc simultaneously.
Press Ctrl, Alt, and Delete simultaneously.
Right click the Taskbar and select Task Manager.

8
Click on the process tab and select WgaTray.exe. Click on End Process.
Note that if you take longer, do not panic! All that will happen is that WgaTray.exe will keep reappearing in the processes list (i.e. you won't be able to delete it as required). To remove the notifications after this, return to system32. You will find two files:WgaLogon.dll.bak (the one you renamed) and an Application Extension (0KB) called WgaLogon.dll. Delete the Application Extension, rename WgaLogon.dll.bak to WgaLogon.dll and repeat the process at a greater speed, from deleting WgaTray.exe from system32.

9
Restart your computer when finished. All the notification messages should be gone.

Method 7 of 10: Renaming

1
Open a Command window. Click on Start, then Run. Type CMD and click OK.

2
Open Notepad. Click Start, then Run, and type NOTEPAD. Click OK.

3
Type or copy the following lines into the Notepad window:

CD %systemroot%\system32

rename wgatray.exe wgatray.exe.bak

rename wgalogon.old wgalogon.old.bak

rename LegitCheckControl.dll LegitCheckControl.dll.bak

taskkill /F /T /IM wgatray.exe

del wgatray.exe.bak

del wgalogon.old.bak

del LegitCheckControl.old.bak

4
Leave a blank line. Make sure there is a blank line at the end of the text document, right after the last line of text.

5
Select all the text (Ctrl-A) and copy to the clipboard (Ctrl-C).

6
Paste the clipboard into the CMD window. Right click and select Paste, or Press Ctrl-V.
This should kill the wgatray.exe process and delete the files it uses.

Method 8 of 10: Renaming (Graphical Interface by selection)

1
Select "My Computer" on an Admin account of your Windows-computer.

2
Select the Windows folder of your "Local Disk (C:)" drive.

3
Find and select the "system32" folder.

4
Right-click "wgatray.exe" and rename this file as "wgatray.exe blocked" (without quotations).

5
Right-Click "wgalogon.dll" and rename it as "wgalogon.dll blocked" (without quotations).


Method 9 of 10: Alternative

1
Launch Windows Task Manager.

2
Locate the process “wgatray.exe” and end it.
If you are unable to end the process then try to rename file wgatray.exe to aaa in both c:\Windows\System32\dllcache and c:\Windows\System32 directories.

3
Type regedit in the Run box to open Registry Editor.

4
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify key and ??

5
Delete the folder WgaLogon and all of its contents.

6
Restart the PC normally.

7
Delete the file aaa from c:\Windows\System32.

8
Delete the aaa from c:\Windows\System32\dllcache.

Method 10 of 10: Stopping a Service

1
Open the Run dialog

2
Type in "services.msc" without the quotation marks and press OK

3
Locate SPP Notification Service

4
Right click and press Stop

5
Right click and go to Properties

6
Change the Startup type to Disabled

7
Restart your computer

Try it....

Wednesday, 13 May 2015

Windows password reset disk


Windows password reset disk
It is now possible for all computer users to create their own Windows password. In the event where the password is forgotten, it can easily be removed with the disk. In the first instance the user will need to download and install Windows Login Recovery from the internet. The user will then need to run the software and burn a Windows password recovery disk. To boot the computer, the user must go to BIOS setting. The locked computer will then boot from the created disk and the user will be able to remove the forgotten password. The process is really easy t follow for all users.

Windows password reset disk
You can create Windows password reset disk on a computer by downloading the software from the internet. With the disk you can remove click the forgotten password. There are only four steps to follow:
Download Windows Login Recovery and install it on the available computer
Run clickthe software and use it to burn a Windows password recovery disk (you could burn the file into the blank CD/DVD or USB flash drive)
Change the BIOS setting of your locked computer to make it boot from the CD-ROM (start computer and press F2 or Delete to enter BIOS setup).
Boot your locked computer from the created disk and remove the Windows password.
Annonces Google

How to Change the Default Format in Which Excel Saves your Workbooks?






Open Excel.The procedure is almost the same for the different versions of Excel:
Click on the Office button > Excel Options.
Go to the "Save" section.
Use the menu next to "Save file in this format" to make your selection:




Click on Ok to validate.

Attrib command [Solved/Closed]



Hello,

Try this 1

Follow the below instructions.

1) First remove the autorun.inf file.

Click on the below link and download the file "AutorunExterminator"

Download

Extract it --> Double-click on "AutorunExterminator" --> Plug your pendrive now.

This will remove the autorun.inf files from drives and plug your handy drive to

remove the autorun.inf file from it also.

[Note : Make sure Dot Net Framework is installed in your PC.

OR

Click on the below link and download the Dot Net Framework.

Download

2) Click on "Start" -->Run --> type cmd and press Enter.

Here I assume your pendrive drive letter as G:

Enter this command.

attrib -h -r -s /s /d g:\*.*

You can copy the above command --> Right-click in the Command Prompt and

paste it.

Note : Replace the letter g with your pen drive letter.

Now check for your files.

OR

Click on Start --> Run --> type control folders and press Enter.

"Folder Options" will be opened. Click on the "View" tab.

Now select the option "Show hidden files, folders or drives" and uncheck the

check box "Hide protected operating system files" --> Click on "OK" button.

Now look for your hidden files in your drive.

[Note : Later undo the changes you have made by once again going to "Folder

Options" --> Click on "View" tab and click on "Restore Defaults" button --> Click

on "OK".]

3) After that, download the Malwarebytes' Anti-Malware from the below link

Download

Update it --> Perform "Full Scan"

Note : Default selected option is "Quick Scan".

Good Luck

Never Give Up