M Monica May 21, 2007 #1 Is there a way to programmatically turn of UAC, using some Java Script or so?
R Richard Urban May 21, 2007 #2 If you could do it via a script then any malware could do the same. Not very secure if it could be done. -- Regards, Richard Urban Microsoft MVP Windows Shell/User (For email, remove the obvious from my address) Quote from George Ankner: If you knew as much as you think you know, You would realize that you don't know what you thought you knew!
If you could do it via a script then any malware could do the same. Not very secure if it could be done. -- Regards, Richard Urban Microsoft MVP Windows Shell/User (For email, remove the obvious from my address) Quote from George Ankner: If you knew as much as you think you know, You would realize that you don't know what you thought you knew!
D dean-dean May 21, 2007 #3 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 (See Msconfig, Tools tab).
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 (See Msconfig, Tools tab).