edmoncu Posted April 8, 2005 Posted April 8, 2005 Hi,I was wondering, if there's a way to set the same menushowdelay (or any similar settings from the HKEY_CURRENT USER) settings for all existing and future users of my machine via registry.I have tried this:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER/Control Panel/Desktop]"MenuShowDelay"="0"But it only affected the current user...I have also tried this:Windows Registry Editor Version 5.00[HKEY_USERS/.DEFAULT/Control Panel/Desktop"MenuShowDelay"="0"But it didn't worked either.Thanks in advanced for your replies.
gunsmokingman Posted April 8, 2005 Posted April 8, 2005 Do You Have This At The Top Of The Reg FileWindows Registry Editor Version 5.00
edmoncu Posted April 8, 2005 Author Posted April 8, 2005 yups. i have only placed the relevant entries. sorry if the code is incomplete... will edit it now
bledd Posted April 8, 2005 Posted April 8, 2005 I'd also like to know this, and how to turn off active desktop on all users, and all transparencies / fading
buletov Posted April 8, 2005 Posted April 8, 2005 use this edmoncu, but make sure you do it at the GUI setup, not at the first logon...Windows Registry Editor Version 5.00[HKEY_CURRENT_USER/Control Panel/Desktop]"MenuShowDelay"="0"[HKEY_USERS/.DEFAULT/Control Panel/Desktop]"MenuShowDelay"="0"
Bâshrat the Sneaky Posted April 8, 2005 Posted April 8, 2005 If you just import that regtweak at cmdlines.txt, it will be applied to all users. No extra tweaks required then...
edmoncu Posted April 8, 2005 Author Posted April 8, 2005 hi bts, are you referring on running regedit directly from the cmdlines.txt?should i also include these when i add to registry?[HKEY_CURRENT_USER/Control Panel/Desktop]"MenuShowDelay"="0"
Bâshrat the Sneaky Posted April 8, 2005 Posted April 8, 2005 I don't know about that exact tweak... But I always did it like this:cmdlines.txt[Commands]REGEDIT /S RegTweaks.regHas always been working for me...
edmoncu Posted April 12, 2005 Author Posted April 12, 2005 hi... i would like to ask a follow-up question if its okay. i would like to set the default settings for all users (HKLM or HKU) to be like this.however, most of the settings available i have seen so far were applied only to the current user (HKCU).and upon looking at the equivalent HKLM settings, folder settings are divided into subsections (HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder).i am kinda confused at how to set things there... any help would be greatly appreciated. thanks in advanced.anyhow, here's what i wanna set for all users on the folder options leaving other options at their defaults:- Display the contents of system folders- Do not cache thumbnails- Hidden files and folders Show hidden files and folders- Not to Hide extensions for known file types- Not to Hide protected operating system files- Not to Remember each folder's view settings- Restore previous folder windows at logon- Show Control Panel in My Computer- Show encrypted or compressed NTFS files in color- Show pop-up description for folder and desktop items- Use simple file sharingAgain, thank you very much in advanced and more power.
Vadikan Posted April 13, 2005 Posted April 13, 2005 [HKEY_CURRENT_USER/Control Panel/Desktop]You've got your slashes wrong. This is supposed to be [HKEY_CURRENT_USER\Control Panel\Desktop]As for your question on Folder options settings, make the settings you want, export HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced and import it from cmdlines.txt
edmoncu Posted April 16, 2005 Author Posted April 16, 2005 @VAD: thanks for pointing that one out, but im sorry, i just made a typo at my post there.anyways, i believe, this is the key that i needed to play in the registry with...HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hiddenso far, i have seen a couple of appearances that might globally control the default folder-option settings[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ControlPanelInMyComputer][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\DisableThumbCache][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\HideFileExt][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowFullPath][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]but what im a bit confused is how i should set the values with the following keys... So far, I have found common settings used on those keys. For example:"CheckedValue"=dword:00000000"UncheckedValue"=dword:00000001"DefaultValue"=dword:00000000i'd highly appreciate if somebody could clarify to me further on how these values work. thanks in advanced.
capt.skinny Posted February 22, 2009 Posted February 22, 2009 Hi,I was wondering, if there's a way to set the same menushowdelay (or any similar settings from the HKEY_CURRENT USER) settings for all existing and future users of my machine via registry.I know this thread is nearly five years old, but I thought I would respond for the benefit those who might come across it looking for an answer to the question.If a setting is in HKEY_CURRENT_USER, then it must be set for each individual user profile you want it to apply to. In REGEDIT, you would select File > Load Hive (it's only enabled when either of hives HKLM or HKU is selected), browse to the path of the user's NTUSER.DAT in the root of their profile folder, and give the temporarily loaded hive a name. It will then show up as a new subkey under HKLM or HKU. Edit the setting as necessary, select the temporary subkey you created, and select File > Unload Hive. To edit the setting for all NEW users, simply load the NTUSER.DAT from the default user profile ("\Documents and Settings\Default User\NTUSER.DAT"). Just be sure you unload the hive after editing, or regedit will leave a lock on the file so it can't be opened, and the user whose hive you forgot to unload will get a brand new NTUSER.DAT and it will look like they are logging in for the first time.To do this from a script, use the REG command. See "REG LOAD /?" and "REG IMPORT /?" for details. Just make sure your .reg file uses the same temporary hive name(s) in its key paths as the name(s) you assign with with REG LOAD.c.s
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now