Jump to content

"HKEY_CURRENT_USER" to all users?


Recommended Posts

; Remove Frequently Accessed Programs List from Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoStartMenuMFUprogramsList"=dword:00000001

is there a way to make this entry go for all users?

it only affects the administrator account (because of autologon with runonceex), but i want it to affect all accounts created.

thanks for reading this stupid question...

Link to comment
Share on other sites


; Remove Frequently Accessed Programs List from Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoStartMenuMFUprogramsList"=dword:00000001

is there a way to make this entry go for all users?

it only affects the administrator account (because of autologon with runonceex), but i want it to affect all accounts created.

thanks for reading this stupid question...

Modify this key instead. This section of the registry is used to create [HKEY_CURRENT_USER]. So it is basically a template for all future users.

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoStartMenuMFUprogramsList"=dword:00000001

Link to comment
Share on other sites

thanks for all the replies!

i looked up "hivedef.inf", it looks interesting but i prefer to do reg tweaks the old fashioned way, calling them with runonceex.

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuMFUprogramsList"=dword:00000001

that one didn't work.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoStartMenuMFUprogramsList"=dword:00000001

this one did work!

but...

:huh:

I would like to know how to import the tweaks at T-12, but the registry guide is down.............. :(

Edited by 1boredguy
Link to comment
Share on other sites

like this?

[COMMANDS]

; Disable 'Send Information To The Internet' Prompt
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"1601"=dword:00000000

; Disable Auto-Complete Prompt
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms]
"AskUser"=dword:00000000

; Disable Internet Explorer Cookie 'Privacy Icon' Prompt
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"PrivDiscUiShown"=dword:00000001

"RunOnceEx.cmd"

do i have to put quotes on each line? like

"[HKEY....."

and... is it ok to leave the descriptions in like that?

:huh: thanks

Link to comment
Share on other sites

alright! :lol: thanks!

if i import Regtweaks.reg them from runonceex, then i'm done for.

i have to import from cmdlines.cmd

like.....

[COMMANDS]
"Regtweaks.reg"
"useraccounts.cmd"
"RunOnceEx.cmd"

thank you very much.

i really appreciate it!

:thumbup

Link to comment
Share on other sites

finally found the answer... cmdlines.txt

[COMMANDS]
"REGEDIT /S regtweaks.reg"

proper syntax, and all current user tweaks are perminant for all created (now or next year) accounts.

Edited by 1boredguy
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...