This allows me to now edit the group policy - and I thank you kindly. But
I'm still not able to run the regedit program for my login ID, DSample
(example login id). I did add the key "DisableRegistryTools REG_DWORD
0x00000000 (0)" to the following folder from the Administrator account -
using regedit -
\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System.
Again, can't run regedit from my login account (that has Admin group
settings).
Any other suggestions/articles. Tnks always.
Not sure if this helps because I don't have WinXP Pro
Start/Run/gpedit.msc. User Configuration/Administrative Templates/Windows
Components/Windows Update. In the right pane, double click, Remove access to all
Windows Update Features and set it to disabled.
http://www.dougknox.com/xp/scripts_desc/xp_winupd_netpolicy.htm
Removes Policy Setting that disables Windows Update – Windows XP
If you receive the following error:
Access Denied
Network policy settings prevent you from using Windows Update to download and install
updates on your computer.
If you believe you have received this message in error, please check with your system
administrator.
> This allows me to now edit the group policy - and I thank you kindly.
> But I'm still not able to run the regedit program for my login ID,
[quoted text clipped - 22 lines]
>>>
>>> Tnks Always.
DavidS - 04 May 2005 14:06 GMT
I did have the item "Remove access to use all Windows Update features"
disabled, yesterday pm - per technical article Q326686 - and this does not
resolve issue. I did also run the xp_winupd_netpolicy.vbs script file from
the download site per your advise - and this also didn't resolve issue. I
still have the following issues - regedit : "Registry editing has been
disabled by your administrator"; Windows Update : "Network policy settings
prevent you from using Windows Update to download and install updates on your
computer. [Error number : 0x8DDD0003]".
There's some other setting on network server that's overriding what's on
laptop setup - I'm not sure what else to do. Any other suggestions?
> Not sure if this helps because I don't have WinXP Pro
>
[quoted text clipped - 37 lines]
> >>>
> >>> Tnks Always.
DavidS - 04 May 2005 15:36 GMT
I researched another download from www.dougknow.com/xp/ - Security |
Disable/Enable Registry Editing Tools in Windows script, regtools.vbs.
I downloaded this, ran script, rebooted laptop - and I can now access the
registry using regedit tool.
Only issue that now remains is Windows Update : "Network policy settings
prevent you from using Windows Update to download and install updates on your
computer [Error number : 0x8DDD0003]". Any other suggestions?
> Not sure if this helps because I don't have WinXP Pro
>
[quoted text clipped - 37 lines]
> >>>
> >>> Tnks Always.
Torgeir Bakken \(MVP\) - 04 May 2005 17:28 GMT
> I researched another download from www.dougknow.com/xp/ - Security |
> Disable/Enable Registry Editing Tools in Windows script, regtools.vbs.
[quoted text clipped - 5 lines]
> prevent you from using Windows Update to download and install updates on your
> computer [Error number : 0x8DDD0003]". Any other suggestions?
Hi,
Try this:
Start/Run ==> regedit.exe
Under the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
\Policies\Explorer
delete the value "NoWindowsUpdate" if it exist.
Under the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
\Policies\Windows Update
delete the value "DisableWindowsUpdateAccess" if it exist.
Under the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
\Group Policy Objects\LocalUser\Software\Microsoft\Windows\
CurrentVersion\Policies\Windows Update
delete the value "DisableWindowsUpdateAccess" if it exist.
If the above values was not found:
Do a registry search (in regedit.exe, be sure to have "My Computer"
selected when starting each search)) for registry values with name
NoWindowsUpdate
and
DisableWindowsUpdateAccess
and delete if found.

Signature
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
DavidS - 05 May 2005 13:48 GMT
I've changed DisableWindowsUpdateAccess from 1 to 0 - and issue resolved.
Tnks a million.
p.s. My initial problem was caused I think by not being able to run
regedit. I was attempting to do all these things after logging in as
Administrator account - to no avail. Once I got regedit to work under MY
user login name, then I ran the regedit tool and changed appropriate key
value from 1 to 0 and it works fine. Also, I had to set the security
permissions on the key for my id - so all is well.
Again - thanks all for your help.
"Torgeir Bakken (MVP)" wrote:
> > I researched another download from www.dougknow.com/xp/ - Security |
> > Disable/Enable Registry Editing Tools in Windows script, regtools.vbs.
[quoted text clipped - 41 lines]
>
> and delete if found.