Re: VBS script question
- From: "Wesley Vogel" <123WVogel955@xxxxxxxxxxx>
- Date: Mon, 13 Feb 2006 11:42:28 -0700
See this for a fix...
Registry Editing has been disabled by your administrator
http://windowsxp.mvps.org/tweakuirest.htm
Does the VBS script have more high priority that registry restrictions?
No. But if Registry Editing has been disabled in
HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\System\DisableRegistryTool
you cannot use regedit.exe to change the setting.
If a user tries to start a registry editor while the value of this entry is
1, a message appears explaining that a policy prevents the action.
If XP Pro, Group Policy (gpedit.msc)..
User Configuration\Administrative Templates\System\
Disable registry editing tools
[[Disables the Windows registry editors, Regedit.exe and Regedt32.exe.
If this setting is enabled and the user tries to start a registry editor, a
message appears explaining that a setting prevents the action.
To prevent users from using other administrative tools, use the "Run only
allowed Windows applications" setting. ]]
Regedt32.exe is a small program that just runs Regedit.exe.
You Have to use a script or a reg.exe.
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:e5U%23AsKMGHA.2668@xxxxxxxxxxxxxxxxxxxx,
luminore <luminor@xxxxxxxxxxx> hunted and pecked:
When I tried use some reg files to enable few disabled settings in Win
XP(http://www.kellys-korner-xp.com), I find that registry editing was
disabled, so I can no enable Registry Editing via reg file.
Fromr other hand, I tried VBS script which restore all setting to
default, and this VBS sript work.
Does the VBS sript have more high priority that registry restrictions?
Is there a generic VBS script that set all registry settings(that was
changed) to default value(as in original Windows installation)?
Thanks.
.
- Follow-Ups:
- Re: VBS script question
- From: luminore
- Re: VBS script question
- References:
- VBS script question
- From: luminore
- VBS script question
- Prev by Date: Re: Blocked Message Postings
- Next by Date: Re: Start menu programs list re-sets
- Previous by thread: VBS script question
- Next by thread: Re: VBS script question
- Index(es):
Relevant Pages
|