MSFN Forum: Tweak UI has been disabled by your administrator. - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Tweak UI has been disabled by your administrator. I am the administrator? Rate Topic: -----

#1 User is offline   ashleypower 

  • Group: Members
  • Posts: 2
  • Joined: 23-March 06

Posted 23 March 2006 - 09:45 PM

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?


#2 User is offline   eidenk 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,527
  • Joined: 28-March 05

Posted 23 March 2006 - 10:43 PM

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.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 User is offline   erpdude8 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,062
  • Joined: 24-November 04

Posted 24 March 2006 - 09:09 AM

and if this does not work, re-install Win98 SE from scratch as you might have bad or corrupted registry entries that prevent using TweakUI.

#4 User is offline   ashleypower 

  • Group: Members
  • Posts: 2
  • Joined: 23-March 06

Posted 24 March 2006 - 04:07 PM

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.

#5 User is offline   eidenk 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,527
  • Joined: 28-March 05

Posted 24 March 2006 - 11:52 PM

View Postashleypower, on Mar 24 2006, 04:07 PM, said:

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 ?

#6 User is offline   erpdude8 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,062
  • Joined: 24-November 04

Posted 29 March 2006 - 07:42 AM

by the way, ashleypower, what version of TweakUI are you using? Latest version of TweakUI for Windows 9x/ME is version 1.33 which I am using.

#7 User is offline   devisdavis 

  • Group: Members
  • Posts: 1
  • Joined: 09-December 10
  • OS:none specified
  • Country: Country Flag

Posted 09 December 2010 - 06:14 AM

View Postashleypower, on 23 March 2006 - 09:45 PM, said:

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??

This post has been edited by devisdavis: 09 December 2010 - 09:00 AM


#8 User is offline   egrabrych 

  • Newbie
  • Group: Members
  • Posts: 48
  • Joined: 27-May 10
  • OS:98SE
  • Country: Country Flag

Posted 09 December 2010 - 12:51 PM

View Postdevisdavis, on 09 December 2010 - 06:14 AM, said:

View Postashleypower, on 23 March 2006 - 09:45 PM, said:

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 :

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 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,677
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

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 User is offline   egrabrych 

  • Newbie
  • Group: Members
  • Posts: 48
  • Joined: 27-May 10
  • OS:98SE
  • Country: Country Flag

Posted 09 December 2010 - 03:41 PM

@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.

#11 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,677
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 11 December 2010 - 09:09 AM

View Postegrabrych, on 09 December 2010 - 03:41 PM, said:

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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy