Jump to content

Registry Tweaks


Recommended Posts

Dudes:

yeah you are right about the gremlin with "add registry entry to right click"

Here is the correct one. I tested this one and it is working.

;-----

;----- Adds Registry Editor right click of MY Computer

;-----

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]

@="Registry Editor"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]

@="c:\\windows\\Regedit.exe"

Dont add the first line part with the Hex2 part.... This one:

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]

"LocalizedString"=hex(2):25,55,53,45,52,4e,41,4d,45,25,27,73,20,43,6f,6d,70,75,74,65,72,00

To get rid of the blocks r. Just delete that the first line of the old tweak (the localicedstring one) out of your registry and your computor name will be back to "my computor" and the regediter will still work on right click of "my computer"

I refer to this : DELETE OUT OF REGISTRY if you have used this old tweak and your computor name is "blocks r"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]

"LocalizedString"=hex(2):25,55,53,45,52,4e,41,4d,45,25,27,73,20,43,6f,6d,70,75,74,65,72,00

Chiao

Link to comment
Share on other sites


ok, i need a tweak...is there a tweak for setting a desktop appearance? the files still go in themes and theres an msstyle file also, but I dunno where its stored in the registry...so if anyone knows how to apply a custom appearance, I would like to know...(this is when you right click desktop, properties, appearance tab, under windows and buttons.

EDIT: nm, I just made a theme file for it...for making a theme file, make sure you set my computer/my documents/netowkr places/recycle bin empty and full icons to your theme, or it messes things up...

Link to comment
Share on other sites

Here is the correct one. I tested this one and it is working.

  ;-----

  ;-----  Adds Registry Editor right click of MY Computer

  ;-----

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]

@="Registry Editor"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]

@="c:\\windows\\Regedit.exe"

Use this instead so u won't be confined to only "C:\WINDOWS", the below uses %windir% variable instead

;Adds Registry Editor right click of MY Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]
@=hex(2):52,00,65,00,67,00,69,00,73,00,74,00,72,00,79,00,20,00,45,00,64,00,\
 69,00,74,00,6f,00,72,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,72,00,65,\
 00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,00,00

Link to comment
Share on other sites

I've used the way hoverhead did but with systemvariable %systemroot%, making this tweak possible to every windows directory you choose.

I Also prefer this way because it makes possible to change @="Registry Editor" to @="Editor de Registo" for exemple, that is the same but translated to portuguese.

;-----

;----- Adds Registry Editor right click of MY Computer

;-----

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]

@="Editor de Registo"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]

@="%Systemroot%\Regedit.exe"

Link to comment
Share on other sites

Does anyone know

-how to disable visual effects?

-add control panel in start menu, i tried creating a folder named:

Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D} it works but the id is still visible in the start menu

-enable auto arrange by default when install is done

-disable hibernation mode

-set Turn off monitor after 1 hour

That's all :>)

and thx war59312 for the key

;----- Disable Hibernate

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]

"Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Power]

"Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]

"Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00

Link to comment
Share on other sites

just a few bugs i guess...

;-----
;----- Remove the Logoff Button
;-----
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuLogoff"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"StartMenuLogoff"=dword:00000000

that doesnt work... well not for me.

and...

;-----
;-----  Adds Registry Editor right click of MY Computer
;-----
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
"LocalizedString"=hex(2):25,55,53,45,52,4e,41,4d,45,25,27,73,20,43,6f,6d,70,75,74,65,72,00

that part of that tweak causes bad naughties... "My Computer" turns into "? ? ? ? ? ? ? ? ? ? ? ? r"

;Show logoff button on new start menu[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"StartMenuLogoff"=dword:00000001

;Force Start Menu Logoff Button - Meaning You Cant Disable It

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

"ForceStartMenuLogoff"=dword:00000001

;Show logoff button on classic start menu[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"StartMenuLogoff"=dword:00000000

;Force Start Menu Logoff Button - Meaning You Cant Disable It[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"ForceStartMenuLogoff"=dword:00000001

Link to comment
Share on other sites

The add registry tweak to my computer is not working at all for me.

The attached pic is the error I get every single time.

Yeah I'm an admin, etc and no restrictions are in place.

u need to use an expandable string to use variables, c my Registry Editor tweak on the previous page.

;Adds Registry Editor right click of MY Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]
@=hex(2):52,00,65,00,67,00,69,00,73,00,74,00,72,00,79,00,20,00,45,00,64,00,\
69,00,74,00,6f,00,72,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,72,00,65,\
00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,00,00

Link to comment
Share on other sites

The add registry tweak to my computer is not working at all for me.

The attached pic is the error I get every single time.

Yeah I'm an admin, etc and no restrictions are in place.

EDIT - oddbasket beat me - his works fine for me.

@Diabolical82 - I find it best to add the tweaks at T-12 so they're set for all users.

Link to comment
Share on other sites

Found a mistake with one of the Reg files...

;----- Change the Default Wallpaper to the one I want

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Desktop\General]

"BackupWallpaper"="c:\\windows\\web\\wallpaper\\MX1600.jpg"

"Wallpaper"="c:\\windows\\web\\wallpaper\\MX1600.jpg"

This doesn't appear to work. I have a jpg file in the correct place, but Windows wont load it. However, I've noticed Windows converts .jpg files to .bmp files and uses them instead. So what I did was copy the converted file to c:\\windows\\web\\wallpaper\, renamed it to MX1600.bmp, and this fixed the problem.

Also found a useful tweak for WindowBlinds users. Want to load a theme silently, try this...

1. With WindowBlinds loaded, install the Skin you want.

2. Copy the Skin Folder you want (should be under C:\Program Files\WindowBlinds\NAME OF THEME), into ($OEM$\$Progs\WindowBlinds\NAME OF THEME).

Now when you Silently install WindowBlinds, it will place the Theme into WindowBlinds folder on your C drive. To activate this theme, use the following Reg file...

[HKEY_USERS\S-1-5-21-1957994488-220523388-725345543-1003\Software\Stardock\WindowBlinds\WB5.ini\WBLiteFX]

"Skinset"="C:\\Program Files\\WindowBlinds\\NAME OF THEME\\NAME OF THEME.UIS"

"Skinset2"="NAME OF THEME"

Please note the "NAME OF THEME" is the name of the WindowBlinds theme (remember the WindowBlinds themes are loaded from the Appearance Tab\Windows and buttons section of Display Properties).

So in my example, I have a theme called Abracadabra. So I copy C:\Program Files\WindowBlinds\Abracadabra (about 3megs in size) to $OEM$\$Progs\WindowBlinds\Abracadabra.

Then I put the following Reg key in my Software.reg file (which installs after RunOnceEx.cmd)..

[HKEY_USERS\S-1-5-21-1957994488-220523388-725345543-1003\Software\Stardock\WindowBlinds\WB5.ini\WBLiteFX]

"Skinset"="C:\\Program Files\\WindowBlinds\\Abracadabra\\Abracadabra.UIS"

"Skinset2"="Abracadabra"

If somebody has an easier way, I'm all ears...

Link to comment
Share on other sites

The add registry tweak to my computer is not working at all for me.

The attached pic is the error I get every single time.

Yeah I'm an admin, etc and no restrictions are in place.

u need to use an expandable string to use variables, c my Registry Editor tweak on the previous page.

;Adds Registry Editor right click of MY Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]
@=hex(2):52,00,65,00,67,00,69,00,73,00,74,00,72,00,79,00,20,00,45,00,64,00,\
69,00,74,00,6f,00,72,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,72,00,65,\
00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,00,00

oh ok thanks man

Link to comment
Share on other sites

Another question for the Registry Experts...

I use the following key to have all folders use the Detail Mode...

;----- Detail mode in all folder

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

"Settings"=hex:09,00,00,00,04,00,00,00,00,00,00,00,00,77,7e,13,73,35,cf,11,ae,\

69,08,00,2b,2e,12,62,04,00,00,00,03,00,00,00,43,00,00,00

My question: Is there a key that will make Control Panel's view Icons instead of Detail.

Link to comment
Share on other sites

it works 100%

  ;-----

  ;-----  Adds Device Manager right click of MY Computer

  ;-----

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]@=hex(2):44,00,65,00,76,00,69,00,63,00,65,00,20,00,4d,00,61,00,6e,00,61,00,67,\

  00,65,00,72,00,00,00

"SuppressionPolicy"=dword:4000003c

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]

@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73,\

  00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00,\

  65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\

  00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\

  32,00,5c,00,64,00,65,00,76,00,6d,00,67,00,6d,00,74,00,2e,00,6d,00,73,00,63,\

  00,20,00,2f,00,73,00,00,00

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