Tweak UI has been disabled by your administrator. I am the administrator?
#1
Posted 23 March 2006 - 09:45 PM
I don't understand this...since there are no accounts on my PC.
Any remedy?
#2
Posted 23 March 2006 - 10:43 PM
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\System
"DisableRegistryTools"=dword:00000001
Obviously you can't do it with Regedit as it's use is also blocked by this policy setting.
You can use either a third party registry editor, MS Poledit or easier, the freeware Regtick :
http://woundedmoon.o.../regtickpro.zip
Go in the "System" page and untick the "Disable MS Registry Tools" checkbox on the top left of the page
This should get you sorted.
This post has been edited by eidenk: 23 March 2006 - 10:52 PM
#3
Posted 24 March 2006 - 09:09 AM
#4
Posted 24 March 2006 - 04:07 PM
A format and reload...it isn't THAT important to me! Haha.
I'll let ya know if it works!
Thanks alot man, works perfectly! I just went in and deleted that value...works fine now!
Again, thanks alot for your time and help.
#5
Posted 24 March 2006 - 11:52 PM
#6
Posted 29 March 2006 - 07:42 AM
#7
Posted 09 December 2010 - 06:14 AM
ashleypower, on 23 March 2006 - 09:45 PM, said:
I don't understand this...since there are no accounts on my PC.
Any remedy?
I am also facing the same problem??
This post has been edited by devisdavis: 09 December 2010 - 09:00 AM
#8
Posted 09 December 2010 - 12:51 PM
devisdavis, on 09 December 2010 - 06:14 AM, said:
ashleypower, on 23 March 2006 - 09:45 PM, said:
I don't understand this...since there are no accounts on my PC.
Any remedy?
I am also facing the same problem??
The answer you are over ... although not directly.
Well, the problem stems from the variable in the Windows Registry:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000001
You delete the variable "DisableRegistryTools" - the problem disappears... but how to do it?
Fortunately, just change the value of this variable on the dword:00000000
Create a text file named: ANY_NAME.REG and content :
Quote
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
;
Warning! This content may not contain spaces. Remove, if you find them.
After saving, double click the file to merge with the Windows Registry. Now Tweak UI and Regedit.exe become available.
This post has been edited by egrabrych: 09 December 2010 - 03:40 PM
#9
Posted 09 December 2010 - 12:56 PM
"Tweak UI has been disabled by your administrator"This error message can be fixed...
The "DisableRegistryTools" registry value must be deleted from your registry:
http://www.mdgx.com/...p9.htm#RESTRICT
How to use RegEdit (REGEDIT.EXE) to add/change/delete/rename registry values:
http://support.micro....com/?id=310516
More info [refers to XP TweakUI 2.x, but solution is the same]:
http://windowsxp.mvp...tweakuirest.htm
If you'd like to use the REG.EXE DOS box/console tool in Windows 98/98SE/ME, you need to download it from MS Win98 Resource Kit (RK) ftp server:
ftp://ftp.microsoft....EGISTRY/REG.EXE
because unlike NTx based Windows, it is not installed by the OS. ;-(
Then run REG from a DOS box to view its command line parameters.
This command displays the REG DELETE help screen:
REG DELETE /?
To delete the registry value above, you need to run this command line:
REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools
Press Enter, and you'll see this screen:
Permanently delete registry value DisableRegistryTools Y/N ?
Type Y (Yes) and press Enter.
Repeat these steps (if necessary) for the HKLM hive key:
REG DELETE HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools
To bypass the Y/N screen, you can use the /FORCE switch:
REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools /FORCE
REG DELETE HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools /FORCE
REG.EXE switches are case insensitive, except the "\\Machine" parameter, because UNC names are sometimes case sensitive.
FYI:
Everything about TweakUI:
http://www.mdgx.com/98-3.htm#TWK98
HTH
#10
Posted 09 December 2010 - 03:41 PM
Placing the variable "DisableRegistryTools"=dword:00000001 in the key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\ System] does not, at least for me, the blockade.
#11
Posted 11 December 2010 - 09:09 AM
egrabrych, on 09 December 2010 - 03:41 PM, said:
Placing the variable "DisableRegistryTools"=dword:00000001 in the key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\ System] does not, at least for me, the blockade.
But if that did not fix your problem, you may want to try something else...
1. Make sure you use Windows logged in as Administrator or sole owner [with administrative rights], or as part of the Administrators/Sysadmin group.
2. See this system restrictions guide:
http://www.mdgx.com/...p9.htm#RESTRICT
and make sure your executables (.EXE files) and/or REG/VBS/HTA/INF scripts are not blocked from running on your computer.
3. Make sure you don't have any antivirus/trojan/malware/spyware "infestation". Clean it up if you do:
http://www.mdgx.com/vir.htm#RMV
HTH
- ← How to properly install all those new win98SE patches/updates?
- Windows 9x Member Projects
- KEx, Firefox, UserAgentSwitcher,Office Live →



Help
Back to top









