Jump to content

Recommended Posts

Posted

Hi All,

Just looking for some help in locating the registry keys for the the following, for give me for the long list but there is quite a bit... I got this bit from the sticky in this forum, since it says no questions I am making a new post:

;#### Disable the CD and USB autorun ####

"NoDriveTypeAutoRun"=dword:000000FF

;#### Set Control pannel to clasic view ####

"ForceClassicControlPanel"=dword:00000001

;#### Start menu changes ####

; 0 = Dont display

; 1 = Display as link

; 2 = display as menu (cascade)

"Start_ShowControlPanel"=dword:00000002

"Start_ShowHelp"=dword:00000000

"Start_ShowMyDocs"=dword:00000000

"Start_ShowMyPics"=dword:00000000

"Start_ShowRun"=dword:00000001

;#### Show file extensions ####

"HideFileExt"=dword:00000001

;#### Show Hidden Files and Folders #### - 1= Do not Show

"Hidden"=dword:00000002

;#### Faster boot time ####

"EnableQuickReboot"="1"

;#### Use Classic Logon ####

"LogonType"=dword:00000001

Thanks in advance,


Posted

You could download this:

http://www.msfn.org/board/index.php?showtopic=47647

It's an "older" version of the RegTweaks that people have amassed here at MSFN. If you open in with notepad or something similar you should be able to search for the text and you'll see the corresponding location. It usually looks like this:

; Disable Indexing Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cisvc]
"Start"=dword:00000004

Alternatively, you could try loading RegEdit and searching for the key that way...might take a while, but should work just as well. Good Luck!

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