On Tue, 05 May 2009 13:09:37 -0400, William Gill wrote in microsoft.public.windows.vista:
>I have been using Windows, and *nix for years, and am not happy when the
>folks at MS decide to change how things work for absolutely no reason.
>I have XP Pro on my mail machine, and Vista Premium on my wife's (which
>I avoid like the plague). Now I replaced one of my laptops, and
>(unfortunately) it comes with Vista Home. Instead of increasing my
>productivity, I now have to spend at least a half hour researching how
>to get this POS (piece of ___) to do even the simplest task. I can't
>even drag & drop a dictionary file into a text editor sub folder.
>
>Everything takes special permission, and I have to jump through hoops to
>"run as administrator" half the time. Is there a simple way to put
>"operating" back in this "system?"
From <http://www.howtogeek.com/howto/windows-vista/enable-or-disable-uac-from-the-windows-vista-command-line/>:
Disable UAC:
reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\System /v EnableLUA /t REG_DWORD /d 0 /f
(Enable UAC again

reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\System /v EnableLUA /t REG_DWORD /d 1 /f
From <http://www.howtogeek.com/howto/windows-vista/disable-user-account-controluac-for-administrators-only/>:
No UAC prompts for Administrator:
reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 0 /f
(Enable UAC prompts for Administrator again

reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 2 /f
Good luck. YMMV
--
Michael Bednarek
http://mbednarek.com/ "POST NO BILLS"