Friday 20 January 2012

Turn off the secure desktop in Windows 7

Windows7 having Secure Desktop feature which disables Aero when it appears...

But don't worry you can Disable & Enable it with Regedit...

To turn off Secure Desktop Copy the code below 


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"PromptOnSecureDesktop"=dword:00000000

Now paste it into Notepad & save it as Turn off secure Desktop.reg


To Re enable Secure Desktop Copy the code below 





Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"PromptOnSecureDesktop"=dword:00000001


Now paste it into Notepad & save it as Turn on secure Desktop.reg


If you have any queries please comment...

0 comments:

Post a Comment