How to disable Vista popups
Hey guys!
I find vista very annoying as it needs confirmation for each and everything... I can't work in peace with vista... That is frustrating me, is there any way to stop that? Else i have only one option... revert back to Windows XP and let my money to go in vain...!
Re: How to disable Vista popups
Hey...!
Vista has the feature of popup known as UAC for security reasons... You can disable it but i don't know how to do it... Someone will help you soon... But it is recommended not do to it... Disabling UAC will make your computer prone to virus, spyware and hackers probably...
Anyways... All up to you...!
Re: How to disable Vista popups
Refer this thread : http://forums.techarena.in/customize...op/1141466.htm
Please Don't make duplicate threads. Please Help Us keep TA Spam Clean.
Re: How to disable Vista popups
Hey here is a way to disable the UAC via command prompt :
Just type the following code in Run :
Code:
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
To re-enable it type the following command :
Code:
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f