Jump to content

Tweak UI has been disabled by your administrator.


Recommended Posts

I have installed the 'Unofficial Windows 98SE Service Pack' and included the Tweak UI utility...the only thing is, when I try to run this utility, 'Tweak UI has been disabled by your administrator.'.

I don't understand this...since there are no accounts on my PC.

Any remedy?

Link to comment
Share on other sites


That's the setting in the registry you want to modify or delete :

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.org/win32/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.

Edited by eidenk
Link to comment
Share on other sites

Actually, I can still use Regedit, but I'll try that anyways!

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.

Link to comment
Share on other sites

Actually, I can still use Regedit, but I'll try that anyways!

That's interesting. Normally Regedit should also be blocked by this setting. At least it is on my ME system. Did you modify something of Regedit such as it's location and/or name ?

Link to comment
Share on other sites

  • 4 years later...

I have installed the 'Unofficial Windows 98SE Service Pack' and included the Tweak UI utility...the only thing is, when I try to run this utility, 'Tweak UI has been disabled by your administrator.'.

I don't understand this...since there are no accounts on my PC.

Any remedy?

I am also facing the same problem??

Edited by devisdavis
Link to comment
Share on other sites

I have installed the 'Unofficial Windows 98SE Service Pack' and included the Tweak UI utility...the only thing is, when I try to run this utility, 'Tweak UI has been disabled by your administrator.'.

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 :

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.

Edited by egrabrych
Link to comment
Share on other sites

"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/newtip9.htm#RESTRICT

How to use RegEdit (REGEDIT.EXE) to add/change/delete/rename registry values:

http://support.microsoft.com/?id=310516

More info [refers to XP TweakUI 2.x, but solution is the same]:

http://windowsxp.mvps.org/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.com/services/technet/samples/ps/win98/reskit/REGISTRY/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

Link to comment
Share on other sites

@MDGx:

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.

The solution to this error message is to delete that registry value.

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/newtip9.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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...