
12-11-2007
|
|
|
|
Re: Group Policy - I need to write a script to run on shutdown
I think Windows Defender keeps turning it back on and then I would not have
to turn it off again and reboot.
"JerryM" <jerrym526@msn.org> wrote in message
news:eEGPCa2OIHA.4688@TK2MSFTNGP06.phx.gbl...
> Why not go to the Control panel, select User Accounts and just turn off
> UAC?
>
> "WildCatXXX" <WildCatXXX@discussions.microsoft.com> wrote in message
> news:2455E478-EF05-464A-B33D-6E430FD067E0@microsoft.com...
>>I am trying to run a batch file at shutdown in Vista containing :
>> C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD
>> HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\System /v
>> EnableLUA
>> /t REG_DWORD /d 0 /f
>>
>> so I can automatically turn off UACand keep UAC off at every boot (it
>> keeps
>> turning back on).
>>
>> I could do a script in XP but it seems I have no gpedit.msc in Vista.
>> The
>> Group Policy and Group Policy Users folders are both empty in
>> C:\Windows\system32.
>> This is an upgrade version of Vista Home Premium installed as a clean
>> (full)
>> install and it is activated. What am I missing?
>>
>> Wildcat
>>
>
|