Saturday, February 28, 2009

Enable Task Manage / Regedit

Error "Registry Editing has been disabled by your administrator"

Paste command in run window and press enter which you want to enable
Task manager:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
Regedit:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

Enable Task Manage / Regedit

Error "Registry Editing has been disabled by your administrator"

Paste command in run window and press enter which you want to enable
Task manager:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
Regedit:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

Missing all program in start menu

Tried to check this registry enrty if not found create it.
Caution: Took registry backup before change anything in registry.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoStartMenuMorePrograms"=dword:00000000 under registry after taking backup.

Missing all program in start menu

Tried to check this registry enrty if not found create it.
Caution: Took registry backup before change anything in registry.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoStartMenuMorePrograms"=dword:00000000 under registry after taking backup.

Create Hibernate shortcut on desktop for Win XP / Vista


For Windows XP


Right click on the desktop> new > shortcut paste in blank strip
rundll32.exe PowrProf.dll, SetSuspendState
click Next
Give any name and click Finish.
To change its icon:
Go to property of this icon> click at change icon> type shell in blank strip and click ok. select any icon and again click Ok.

For Windows Vista

To make your own shortcut for hibernation mode in Vista simply right click on the desktop and select New and then choose shortcut. Now in the text field type "shutdown /h" (without the quotes) and click Next. Now you will be prompted to enter a name for your shortcut (by default the name is shutdown but it is still a hibernation shortcut). Finally, after you have entered the shortcut name click Finish and you should now have a Hibernation shortcut which will allow you to put your computer into hibernation mode simply by double clicking your new desktop shortcut.


Other Shortcut icon:

reboot-hibernate-shutdown.jpg

If your shortcut isn’t working, then try using this :

For shutdown : %SystemRoot%\system32\shutdown.exe -s -t 09

(you can set the timer -o9- to less, but i reccomend that you leave it on 09)

For Reboot : %SystemRoot%\system32\shutdown.exe -r

For StandyBy or Hibernation :

%windir%\system32\rundll32.exe PowrProf.dll, SetSuspendState

Here is a cool trick which makes it easier to shut down your computer without having to go to Start and then shutdown.

Right click on your desktop and when the pop up menu appears, choose New, then Shortcut.

When the shortcut pop up appears type in : SHUTDOWN -s -t 01 and click Next and type a name. I called it Shutdown Computer.

computer shutdown - windows tweaks

You’re done.

Now all you have to do is to give this shortcut an icon.

Right click on the new created shortcut and go to Properties and then Change Icon. You should be able to pick up any icon you want but it is best to pick up the shutdown icon.

windows tweaks

Create Hibernate shortcut on desktop for Win XP / Vista


For Windows XP


Right click on the desktop> new > shortcut paste in blank strip
rundll32.exe PowrProf.dll, SetSuspendState
click Next
Give any name and click Finish.
To change its icon:
Go to property of this icon> click at change icon> type shell in blank strip and click ok. select any icon and again click Ok.

For Windows Vista

To make your own shortcut for hibernation mode in Vista simply right click on the desktop and select New and then choose shortcut. Now in the text field type "shutdown /h" (without the quotes) and click Next. Now you will be prompted to enter a name for your shortcut (by default the name is shutdown but it is still a hibernation shortcut). Finally, after you have entered the shortcut name click Finish and you should now have a Hibernation shortcut which will allow you to put your computer into hibernation mode simply by double clicking your new desktop shortcut.


Other Shortcut icon:

reboot-hibernate-shutdown.jpg

If your shortcut isn’t working, then try using this :

For shutdown : %SystemRoot%\system32\shutdown.exe -s -t 09

(you can set the timer -o9- to less, but i reccomend that you leave it on 09)

For Reboot : %SystemRoot%\system32\shutdown.exe -r

For StandyBy or Hibernation :

%windir%\system32\rundll32.exe PowrProf.dll, SetSuspendState

Here is a cool trick which makes it easier to shut down your computer without having to go to Start and then shutdown.

Right click on your desktop and when the pop up menu appears, choose New, then Shortcut.

When the shortcut pop up appears type in : SHUTDOWN -s -t 01 and click Next and type a name. I called it Shutdown Computer.

computer shutdown - windows tweaks

You’re done.

Now all you have to do is to give this shortcut an icon.

Right click on the new created shortcut and go to Properties and then Change Icon. You should be able to pick up any icon you want but it is best to pick up the shutdown icon.

windows tweaks

Remove URLs from Restricted Zone

Method 1 - Remove URLs from Restricted Zone using Windows XP Registry Editor
CAUTION: Before making any changes to the Windows XP Registry, please backup your Windows XP
1.Click Start and then Run....
2.Type regedit.exe in the Run dialog box. Click OK.
3.Navigate to: HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
5.Delete all sub-keys in the Domain key.
6.Navigate to:HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
7.Delete all sub-keys in the Domain key.
8.Navigate to:HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
9.Delete all sub-keys in the Domain key.
10.Exit Windows XP Registry Editor.
Method 2 - Remove URLs from Restricted Zone using REG DELETE
CAUTION: Before making any changes to the Windows XP Registry, please backup your Windows XP
1.Click Start and then Run....
2.Type cmd.exe in the Run dialog box. Click OK.
3.Type:REG DELETE "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains"
4.Press ENTER on your keyboard.
5.Type:REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains" /ve
6.Type:REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains"
7.Press ENTER on your keyboard.
8.Type:REG ADD "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains" /ve
9.Press ENTER on your keyboard.
10.Type:REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains" /ve
11.Type: REG DELETE "HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains"
12.Press ENTER on your keyboard.
13.Type:REG ADD "HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains" /ve
14.Press ENTER on your keyboard
15.Type EXIT and press ENTER on your keyboard.

Remove URLs from Restricted Zone

Method 1 - Remove URLs from Restricted Zone using Windows XP Registry Editor
CAUTION: Before making any changes to the Windows XP Registry, please backup your Windows XP
1.Click Start and then Run....
2.Type regedit.exe in the Run dialog box. Click OK.
3.Navigate to: HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
5.Delete all sub-keys in the Domain key.
6.Navigate to:HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
7.Delete all sub-keys in the Domain key.
8.Navigate to:HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
9.Delete all sub-keys in the Domain key.
10.Exit Windows XP Registry Editor.
Method 2 - Remove URLs from Restricted Zone using REG DELETE
CAUTION: Before making any changes to the Windows XP Registry, please backup your Windows XP
1.Click Start and then Run....
2.Type cmd.exe in the Run dialog box. Click OK.
3.Type:REG DELETE "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains"
4.Press ENTER on your keyboard.
5.Type:REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains" /ve
6.Type:REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains"
7.Press ENTER on your keyboard.
8.Type:REG ADD "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains" /ve
9.Press ENTER on your keyboard.
10.Type:REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains" /ve
11.Type: REG DELETE "HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains"
12.Press ENTER on your keyboard.
13.Type:REG ADD "HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains" /ve
14.Press ENTER on your keyboard
15.Type EXIT and press ENTER on your keyboard.

Got the RunOnce window into internet Explorer 7.0

Solution1:-
Open text file paste below text and save it .bat format Or open regedit and create manually these entries.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001

Solution2:-

1..Open" Run" and past the below command and hit enter onceREG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "RunOnceComplete" /T REG_DWORD /D 1 /F

2.again open" Run" and past the below command and hit enter onceREG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "RunOnceHasShown" /T REG_DWORD /D 1 /F

Got the RunOnce window into internet Explorer 7.0

Solution1:-
Open text file paste below text and save it .bat format Or open regedit and create manually these entries.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001

Solution2:-

1..Open" Run" and past the below command and hit enter onceREG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "RunOnceComplete" /T REG_DWORD /D 1 /F

2.again open" Run" and past the below command and hit enter onceREG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "RunOnceHasShown" /T REG_DWORD /D 1 /F

.Net Framework issues

a) Go to add/remove programs. Click the "show updates" checkbox at the top if you are running Sp2. Remove any versions of .Net framwork showing up.
b) If the above steps fail, go ahead and rename the folder C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322old.
c) Delete the following registry keys if they are present: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\PendingUpdates\v1.1.4322

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.1.4322

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.1 and v2.0 and v3.0D)

d) Download Windows Install Cleanup Utility and remove any other versions of .Net framework

e) Reinstall .Net Framework from:
i) Microsoft .NET Framework Version 1.1

ii) Microsoft .NET Framework 1.1 Service Pack 1

.Net Framework issues

a) Go to add/remove programs. Click the "show updates" checkbox at the top if you are running Sp2. Remove any versions of .Net framwork showing up.
b) If the above steps fail, go ahead and rename the folder C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322old.
c) Delete the following registry keys if they are present: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\PendingUpdates\v1.1.4322

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.1.4322

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.1 and v2.0 and v3.0D)

d) Download Windows Install Cleanup Utility and remove any other versions of .Net framework

e) Reinstall .Net Framework from:
i) Microsoft .NET Framework Version 1.1

ii) Microsoft .NET Framework 1.1 Service Pack 1

Unable to export address book in CSV format got the error "Error exporting the address book"

Try the following to Export to a CSV file:
1) Open the address book in OE, then select Help, About and note the location of the file
2) Close the address book
3) Locate the WAB file noted in step one and double click it to open
4) Then do File, Export, Other Address Book, Text File (Comma Separate Values) and follow the prompts

Unable to export address book in CSV format got the error "Error exporting the address book"

Try the following to Export to a CSV file:
1) Open the address book in OE, then select Help, About and note the location of the file
2) Close the address book
3) Locate the WAB file noted in step one and double click it to open
4) Then do File, Export, Other Address Book, Text File (Comma Separate Values) and follow the prompts

Cannot burn a CD using in Windows XP, Error: "There Is No Disk in the Drive. Please

CAUSE:- This problem can occur if the "Restrict CD-ROM access to locally logged-on user only" policy setting is being applied to an Windows XP.Above policy prevents IMAPI from working due to IMAPI.EXE being a service running under the SYSTEM account. Since this account is different than the locally logged on user, IMAPI is unable to open the CD-R/RW drive to perform burning due to the restrictive ACLs put on the drive during logon.
Resolution:- To resolve this issue, disable the security policy:
NOTE : You must restart your computer for the change to take effect.
1. Click Start , and click Run . In the Open box, type mmc , and then click OK .
2. On the Console menu, click Add/Remove Snap-in .
3. On the Standalone tab, click Add , and then click Group Policy in the Available Standalone Snap-ins list.
4. You may receive a message that the Group Policy Object applies to the local computer, click Finish , click Close , and then click OK .
5. In the MMC snap-in, view the following entry: Console Root\Local Computer Policy\Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options
6. Double-click the Restrict CD-ROM access to locally logged-on user only policy, click Disabled under Local Policy , and then click OK .
7. On the Console menu, click Exit , and then restart the computer. Policy changes is effected on HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\allocatecdroms (0-disabled, 1 enabled)

Cannot burn a CD using in Windows XP, Error: "There Is No Disk in the Drive. Please

CAUSE:- This problem can occur if the "Restrict CD-ROM access to locally logged-on user only" policy setting is being applied to an Windows XP.Above policy prevents IMAPI from working due to IMAPI.EXE being a service running under the SYSTEM account. Since this account is different than the locally logged on user, IMAPI is unable to open the CD-R/RW drive to perform burning due to the restrictive ACLs put on the drive during logon.
Resolution:- To resolve this issue, disable the security policy:
NOTE : You must restart your computer for the change to take effect.
1. Click Start , and click Run . In the Open box, type mmc , and then click OK .
2. On the Console menu, click Add/Remove Snap-in .
3. On the Standalone tab, click Add , and then click Group Policy in the Available Standalone Snap-ins list.
4. You may receive a message that the Group Policy Object applies to the local computer, click Finish , click Close , and then click OK .
5. In the MMC snap-in, view the following entry: Console Root\Local Computer Policy\Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options
6. Double-click the Restrict CD-ROM access to locally logged-on user only policy, click Disabled under Local Policy , and then click OK .
7. On the Console menu, click Exit , and then restart the computer. Policy changes is effected on HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\allocatecdroms (0-disabled, 1 enabled)

Wednesday, February 25, 2009

Could not create temp environment variable OR Outlook could not create the work file. Check the temp enviroment vaiable.

Step 1: Delete temporary files
*Click Start, and then click Run, type temp, one by one and delete all files.
* In the Run box, type cmd, and then click OK
Go to the temp file location and type del *.* /s /f command and press Enter
Like C:\windows\temp>del *.* /s /f
Step 2: Change the cache location in Registry Editor
Click Start, and then click Run.
In the Run box, type regedit, and then click OK.
In Registry Editor, locate the following keys,HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Select Cache and check the value data. By default value data should be %windir%\temp.If value data is different then correct it. Still same problem move to next step.
Select Cache, right-Click and then click Modify.
Change the value data to c:\windows\temp.
Restart the computer.
Step 3: Create new user account and try

Could not create temp environment variable OR Outlook could not create the work file. Check the temp enviroment vaiable.

Step 1: Delete temporary files
*Click Start, and then click Run, type temp, one by one and delete all files.
* In the Run box, type cmd, and then click OK
Go to the temp file location and type del *.* /s /f command and press Enter
Like C:\windows\temp>del *.* /s /f
Step 2: Change the cache location in Registry Editor
Click Start, and then click Run.
In the Run box, type regedit, and then click OK.
In Registry Editor, locate the following keys,HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Select Cache and check the value data. By default value data should be %windir%\temp.If value data is different then correct it. Still same problem move to next step.
Select Cache, right-Click and then click Modify.
Change the value data to c:\windows\temp.
Restart the computer.
Step 3: Create new user account and try

Uninstallaion XP- sp3

Go to the path:
c:\windows\$NtServicePackUninstall$\spuninst\spuninst.exe

Uninstallaion XP- sp3

Go to the path:
c:\windows\$NtServicePackUninstall$\spuninst\spuninst.exe

Cannot Set Default Printer

When I right-clicked the printer and chose the “Set as Default Printer” option, absolutely nothing happened. Please check this registry key:
Name: DeviceType: Reg_SZ (String Value)Value: “printername, winspool, portname”Location: HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows\
In my case, the Windows key didnt exist under CurrentVersion and had to be created.

Cannot Set Default Printer

When I right-clicked the printer and chose the “Set as Default Printer” option, absolutely nothing happened. Please check this registry key:
Name: DeviceType: Reg_SZ (String Value)Value: “printername, winspool, portname”Location: HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows\
In my case, the Windows key didnt exist under CurrentVersion and had to be created.

Tuesday, February 24, 2009

Hello

This is useful website for you.

Deepak Saini

Hello

This is useful website for you.

Deepak Saini