Jump to content

Some registery tweaks that I need..


Recommended Posts

Hi,

I have pretty much finished my unattended Vista install (that cost so much) and the things I need to do now (and don't know how) are:

1. Disable Highlighting Newly Installed Programs in start menu

2. Hide the Email in Start menu

3. Hide the quick launch bar.

4. Make FF3 the default browser

I'd like to achieve that using registry tweaks.

Any help will be very welcome!

Thanks in advance.

Link to comment
Share on other sites


1. Disable Highlighting Newly Installed Programs in start menu

2. Hide the Email in Start menu

3. Hide the quick launch bar.

4. Make FF3 the default browser

Here you go m8.

1. Disable Highlighting Newly Installed Programs.

[HKEY_USERS\S-1-5-21-2513057321-1091263977-1853440495-1000\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_NotifyNewApps"=dword:00000000

2. Hide the Email in Start menu.

[-HKEY_CURRENT_USER\Software\Clients]

3. Hide the quick launch bar.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoToolbarsOnTaskbar"=dword:00000001
"NoSaveSettings"=dword:00000000

4. Make FF3 the default browser.

[HKEY_CURRENT_USER\Software\Classes\.htm]
@="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Classes\.html]
@="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Classes\.shtml]
@="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Classes\.xht]
@="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Classes\.xhtml]
@="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML]
@="Firefox Document"
"FriendlyTypeName"="Firefox Document"

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\DefaultIcon]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1"

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell]

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open]

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\command]
@="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\""

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\ddeexec]
@="\"%1\",,0,0,,,,"
"NoActivateHandler"=""

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\ddeexec\Application]
@="Firefox"

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\ddeexec\Topic]
@="WWW_OpenURL"

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL]
@="Firefox URL"
"EditFlags"=dword:00000002
"FriendlyTypeName"="Firefox URL"
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\DefaultIcon]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1"

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell]

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open]

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\command]
@="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\""

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\ddeexec]
@="\"%1\",,0,0,,,,"
"NoActivateHandler"=""

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\ddeexec\Application]
@="Firefox"

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\ddeexec\Topic]
@="WWW_OpenURL"

[HKEY_CURRENT_USER\Software\Classes\ftp]
"EditFlags"=dword:00000002
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\ftp\DefaultIcon]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1"

[HKEY_CURRENT_USER\Software\Classes\ftp\shell]

[HKEY_CURRENT_USER\Software\Classes\ftp\shell\open]

[HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\command]
@="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\""

[HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\ddeexec]
@="\"%1\",,0,0,,,,"
"NoActivateHandler"=""

[HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\ddeexec\Application]
@="Firefox"

[HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\ddeexec\Topic]
@="WWW_OpenURL"

[HKEY_CURRENT_USER\Software\Classes\http]
"EditFlags"=dword:00000002
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\http\DefaultIcon]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1"

[HKEY_CURRENT_USER\Software\Classes\http\shell]

[HKEY_CURRENT_USER\Software\Classes\http\shell\open]

[HKEY_CURRENT_USER\Software\Classes\http\shell\open\command]
@="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\""

[HKEY_CURRENT_USER\Software\Classes\http\shell\open\ddeexec]
@="\"%1\",,0,0,,,,"
"NoActivateHandler"=""

[HKEY_CURRENT_USER\Software\Classes\http\shell\open\ddeexec\Application]
@="Firefox"

[HKEY_CURRENT_USER\Software\Classes\http\shell\open\ddeexec\Topic]
@="WWW_OpenURL"

[HKEY_CURRENT_USER\Software\Classes\https]
"EditFlags"=dword:00000002
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\https\DefaultIcon]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1"

[HKEY_CURRENT_USER\Software\Classes\https\shell]

[HKEY_CURRENT_USER\Software\Classes\https\shell\open]

[HKEY_CURRENT_USER\Software\Classes\https\shell\open\command]
@="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\""

[HKEY_CURRENT_USER\Software\Classes\https\shell\open\ddeexec]
@="\"%1\",,0,0,,,,"
"NoActivateHandler"=""

[HKEY_CURRENT_USER\Software\Classes\https\shell\open\ddeexec\Application]
@="Firefox"

[HKEY_CURRENT_USER\Software\Classes\https\shell\open\ddeexec\Topic]
@="WWW_OpenURL"

Edited by x-Shadow-x
Link to comment
Share on other sites

1. Disable Highlighting Newly Installed Programs in start menu

2. Hide the Email in Start menu

3. Hide the quick launch bar.

4. Make FF3 the default browser

Here you go m8.

4. Make FF3 the default browser.

[HKEY_CURRENT_USER\Software\Classes\.htm]
@="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Classes\.html]
@="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Classes\.shtml]
@="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Classes\.xht]
@="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Classes\.xhtml]
@="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML]
@="Firefox Document"
"FriendlyTypeName"="Firefox Document"

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\DefaultIcon]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1"

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell]

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open]

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\command]
@="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\""

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\ddeexec]
@="\"%1\",,0,0,,,,"
"NoActivateHandler"=""

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\ddeexec\Application]
@="Firefox"

[HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\ddeexec\Topic]
@="WWW_OpenURL"

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL]
@="Firefox URL"
"EditFlags"=dword:00000002
"FriendlyTypeName"="Firefox URL"
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\DefaultIcon]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1"

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell]

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open]

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\command]
@="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\""

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\ddeexec]
@="\"%1\",,0,0,,,,"
"NoActivateHandler"=""

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\ddeexec\Application]
@="Firefox"

[HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\ddeexec\Topic]
@="WWW_OpenURL"

[HKEY_CURRENT_USER\Software\Classes\ftp]
"EditFlags"=dword:00000002
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\ftp\DefaultIcon]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1"

[HKEY_CURRENT_USER\Software\Classes\ftp\shell]

[HKEY_CURRENT_USER\Software\Classes\ftp\shell\open]

[HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\command]
@="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\""

[HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\ddeexec]
@="\"%1\",,0,0,,,,"
"NoActivateHandler"=""

[HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\ddeexec\Application]
@="Firefox"

[HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\ddeexec\Topic]
@="WWW_OpenURL"

[HKEY_CURRENT_USER\Software\Classes\http]
"EditFlags"=dword:00000002
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\http\DefaultIcon]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1"

[HKEY_CURRENT_USER\Software\Classes\http\shell]

[HKEY_CURRENT_USER\Software\Classes\http\shell\open]

[HKEY_CURRENT_USER\Software\Classes\http\shell\open\command]
@="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\""

[HKEY_CURRENT_USER\Software\Classes\http\shell\open\ddeexec]
@="\"%1\",,0,0,,,,"
"NoActivateHandler"=""

[HKEY_CURRENT_USER\Software\Classes\http\shell\open\ddeexec\Application]
@="Firefox"

[HKEY_CURRENT_USER\Software\Classes\http\shell\open\ddeexec\Topic]
@="WWW_OpenURL"

[HKEY_CURRENT_USER\Software\Classes\https]
"EditFlags"=dword:00000002
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\https\DefaultIcon]
@="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1"

[HKEY_CURRENT_USER\Software\Classes\https\shell]

[HKEY_CURRENT_USER\Software\Classes\https\shell\open]

[HKEY_CURRENT_USER\Software\Classes\https\shell\open\command]
@="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\""

[HKEY_CURRENT_USER\Software\Classes\https\shell\open\ddeexec]
@="\"%1\",,0,0,,,,"
"NoActivateHandler"=""

[HKEY_CURRENT_USER\Software\Classes\https\shell\open\ddeexec\Application]
@="Firefox"

[HKEY_CURRENT_USER\Software\Classes\https\shell\open\ddeexec\Topic]
@="WWW_OpenURL"

How would you do this if you have several different versions of Firefox? I have several different versions for several different reasons.

Link to comment
Share on other sites

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

"NoToolbarsOnTaskbar"=dword:00000001

"NoSaveSettings"=dword:00000000

this ^^ will disable all toolbars on the taskbar. you cannot disable just the quicklaunch with reg tweak because it's a dll

Edited by hannubys
Link to comment
Share on other sites

You will have to export it manually cause I dont know what hard drive you have.

Open regedit (start menu> run> type in "regedit" (without quotes) and go to "HKLM>System>Controllset003>ENUM>IDE>"your harddrive">"5&XxXxXxXxXxXxX" (numbers/letters)>Device Parameters". Right click on "Disk" and go "export", save it to the desktop. Rite click it and go "edit". You will see something like this.

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\IDE\"your hard drive"\"5&XxXxXxXxXxXxX"\Device Parameters\Disk]
"CacheIsPowerProtected"=dword:00000000
"UserWriteCacheSetting"=dword:00000001

It says ""CacheIsPowerProtected"=dword:00000000", change the last "0" to a "1". It will look like this.

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\IDE\"your hard drive"\"5&XxXxXxXxXxXxX"\Device Parameters\Disk]
"CacheIsPowerProtected"=dword:00000001
"UserWriteCacheSetting"=dword:00000001

Go to file>"save" and your done.

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