Jump to content

Registry Tweaks Pt 3


Recommended Posts

Anyone know how to remove the microsoft word document, excel, powerpoint, winrar from the Right click-->new menu?

I've searched and only had luck with bmp and wav files.

Tweak UI is the easy way. ;)

Thanks :D

Used that with RegShot, and voila. Got my key for unattended :thumbup:thumbup

[-HKEY_CLASSES_ROOT\.wav\ShellNew]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.bmp\ShellNew]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.bmp\ShellNew]
"NullFile"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.bmp\ShellNew-]
"NullFile"=""

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.doc\Word.Document.8\ShellNew]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.doc\Word.Document.8\ShellNew]
"FileName"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.doc\Word.Document.8\ShellNew-]
"FileName"="winword8.doc"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mdb\Access.Application.10\ShellNew]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mdb\Access.Application.10\ShellNew]
"FileName"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mdb\Access.Application.10\ShellNew-]
"FileName"="Access9.mdb"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ppt\PowerPoint.Show.8\ShellNew]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ppt\PowerPoint.Show.8\ShellNew]
"FileName"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ppt\PowerPoint.Show.8\ShellNew-]
"FileName"="pwrpnt10.pot"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.psd\ShellNew]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.psd\ShellNew]
"NullFile"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.psd\ShellNew-]
"NullFile"=""

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rar\ShellNew]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rar\ShellNew]
"FileName"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rar\ShellNew-]
"FileName"="C:\\Program Files\\WinRAR\\rarnew.dat"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xls\Excel.Sheet.8\ShellNew]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xls\Excel.Sheet.8\ShellNew]
"FileName"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xls\Excel.Sheet.8\ShellNew-]
"FileName"="excel9.xls"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip\ShellNew]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip\ShellNew]
"FileName"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip\ShellNew-]
"FileName"="C:\\Program Files\\WinRAR\\zipnew.dat"

Edited by Grake
Link to comment
Share on other sites


Hi guys,

This is my first post on this forum although I've been keeping up frequently. I downloaded the Registry Tweaks rar bundle you show on the fixed post, commented a few tweaks I thought I wouldn't need and ran the reg file, and it worked just fine on my desktop, so I did it also on my laptop. The problem is that I must have disabled some service or did some tweak that disabled the capability to connect to my wireless router.

Before running the tweaks it worked fine. Now if I use some tools I can see that the wireless signal reaches the laptop but somehow it doesn't show on the "available wireless connections" panel. Actually, no wireless networks are shown there, so I can see it is a local problem. I have another laptop where I didn't run the tweaks and it's still working fine. Can you give me a hint on what might be causing this? I'm not using the current version of the tweaks but the previous 1.8b.

It's just that I wouldn't want to spend an entire day comparing both laptops services & registries to see the difference... cn you please help?

Regards,

Cackos

Link to comment
Share on other sites

Does anyone having trouble getting the "Quick Launch" toolbar stay switched on? I switch it on and the next boot it goes away .... worse, when I switch it on again, it sorts based on the folder sort order :blink:

If someone can solve this for me I'd really appreciate that! I'd really like to know if there is some kind of reg entry that help stay on ... and remember that it is on.

Thanks in advance!

Cheers

Link to comment
Share on other sites

  • 2 weeks later...

I was going through the registry tweak file and found the following entries:

;Show hidden files/objects

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

"Hidden"=dword:00000001

;Show Hidden Files and Folders (1= Do not Show)

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

"Hidden"=dword:00000002

Arent these contradictory? Which is it? :P

Link to comment
Share on other sites

  • 2 weeks later...

dont know if this was posted i had a bug in Run explorer from icon my computer

before

;Run explorer from icon my computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Explorer\Command]
@="explorer.exe /e,/n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"

now

;Run explorer from icon my computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]
@="Explorer"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Explorer\Command]
@="explorer.exe /e,/n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"

Sorry for spamming if that was fixed before

Link to comment
Share on other sites

Found a faulty tweak:

;AMD Processor Fix ,dword:00000100= 256KB SecondLevel Cache, dword:00000200 = 512KB SecondLevel Cache

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]"SecondLevelDataCache"=dword:00000200

On Microsoft's website you can read this:

Do not change the SecondLevelDataCache entry

Some third-party sources have erroneously reported that modifying the SecondLevelDataCache registry entry in HKEY_LOCAL_MACHINE\System\CurrentControlSet

\Control\Session Manager\Memory Management

can enhance system performance. The second level (L2) cache is recognized by the operating system and is fully utilized regardless of the setting of this parameter.

The other tweaks are great, but i can't find on how to disable "Use the following transition effect for menus and tooltips" in Display Properties-Effects...

Any input greatly appreciated :)

Link to comment
Share on other sites

Importing Registry Tweaks

There are several methods for importing tweaks into the registry. I choose the following because it takes place during Windows setup thus applying the settings to all users. HKEY_CURRENT_USER Registry tweaks executed after setup apply only to current user. Another user logs in and the registry tweak is not applied.

* Create cmdlines.txt and place it in C:\working\xp_cd\$OEM$\

* Place the following into cmdlines.txt and save the file.

[COMMANDS]
"REGEDIT /S xp_cd.reg"

* Create xp_cd.reg and place it in C:\working\xp_cd\$OEM$\

* Place the following into xp_cd.reg and save the file.

Windows Registry Editor Version 5.00 

[HKEY_CURRENT_USER\Control Panel\Desktop]
"WallPaper"="C:\\Windows\\Web\\Wallpaper\\Bliss.bmp"

The above code is merely an example. Place the HKCU registry tweaks you desire into this file. cmdlines.txt is automatically ran at the T-12/T-13 minute stage of Windows XP Setup.

OK

I have just learnt how to import registry tweaks into the installation CD. Hooray! I will try it at home.

My question is: How do I create registry tweaks that take effect on all users? Is it enough to just enter the tweaks under HKEY_ALL_USERS instead of HKEY_CURRENT_USER?

Please explain to me or point me to where it's explained 'cause I don't know s*** :rolleyes:

Thanks

P.S:

This post has been moved from nLite forum. Admins, feel free to delete it from there... Sorry for the mess!

Edited by Gantlett
Link to comment
Share on other sites

It took me a long time to get the Logoff button enabled when using the classic start menu, seems I needed 2 entries - hope this helps someone else:

;Show logoff button on classic start menu

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

"StartMenuLogoff"=dword:00000001

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

"StartMenuLogoff"=dword:00000001

Link to comment
Share on other sites

Here's a question that's likely best directed to this thread...

I want my custom 'shuffling' of start menu-> all programs to be imported after all the software is installed from RunOnceEx.

I used regshot to look at the differences between pre and post shuffling and it looks as though this key was modified:

[HKEY_USERS\S-1-5-21-2025429265-2111687655-1060284298-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs]

Under this key all the software I had installed are listed IN ADDITION TO the software being listed within the new folders I created.

Can this key be imported via RunOnceEx and work properly? If so, how much of the key would need to be imported? All of it?

Link to comment
Share on other sites

@ amit_talkin

read the stickies and search b4 postin

@tkmadison

if you want all softwares 2 b listed in ur order then export the key you found

i.e.[HKEY_USERS\S-1-5-21-2025429265-2111687655-1060284298-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs]

by clickin on fil>export.save it by some name and import in runonceex

I'm bored.havent formatted PC since 16 july.I dont use any Av and firewall thats why i think i'm

safe :D I visit many underground sites full of scripts .but no damage :P

SO i'll b experimenting with registry from today and u'll get some tweaks and hopefully

i'll get areason to format my PC :thumbup

Link to comment
Share on other sites

@Frechdax3000

Classic Start Menu

Enable

HKEY_USERS\S-1-5-21-1177238915-813497703-839522115-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellState: 24 00 00 00 1A 28 01 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 0D 00 00 00 00 00 00 00 00 00 00 00

Second one i think u want this

Animate Windows while maximize/minimize

Enable

HKEY_USERS\S-1-5-21-1177238915-813497703-839522115-1003\Control Panel\Desktop\WindowMetrics\MinAnimate: "1"

Disable

HKEY_USERS\S-1-5-21-1177238915-813497703-839522115-1003\Control Panel\Desktop\WindowMetrics\MinAnimate: "0"

Sorry don know how 2 make small icons in classic start menu

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...