Jump to content

Registry Tweaks, Part-1


Recommended Posts


there isnt one.. i read it in a book

search the hivedef.inf for the U_SHELL_FOLDERS_APPDATA variable and just add your new paths to the variables under it

heres a hint for the power policy always on

look in hivedef.inf at the [strings] section at the end

POWERPOLICIES_3_NAME="Always On"

and so change the line

HKCU,"Control Panel\PowerCfg",CurrentPowerPolicy,0x00000002,"0"

to

HKCU,"Control Panel\PowerCfg",CurrentPowerPolicy,0x00000002,"3"

....................

HKCU,"Control Panel\Desktop","ScreenSaveActive",0x00000002,"1"

i suppose you could change the value to "0" ..just a guess :D

:) not tested but im guessing they work :rolleyes:

Link to comment
Share on other sites

Hey peeps, do you happen to know the registry tweaks for:

- Enabling "Open each folder in its own window"

- Enabling "Rememeber each folder's view settings"?

If you do, holler back here, thanks!

Doesn't anyone happen to know them? Google didn't seem to help me out... :)

Link to comment
Share on other sites

not sure how this works but heres the reg states for

open each folder in the same window

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

"Settings"=hex:0c,00,02,00,1a,01,e7,77,60,00,00,00

and open each folder in its own window

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

"Settings"=hex:0c,00,02,00,3a,01,e7,77,60,00,00,00

obviously the other bits refer to other settings :/

best thing to do is set your settings and take a snapshot of this key

Link to comment
Share on other sites

Thanks for finding one of 'em for me, Numinous! :)

Hmmm, I've been looking at the HIVESYS.INF file, and I don't think I can implement all of my tweaks in there, like most of the Service tweaks for instance. If they're not listed properly in the INF in the first place, then I don't want to risk breaking it.

Any further advice?

Link to comment
Share on other sites

some things just cannot be done in hives ..disabling services for example.. still scratching my head on this one :) although i did add lines in to the hives trying to redirect folders ..didnt work for redirecting but may for other things.. setup didnt fail and finished what i was trying did fail.. so it may be possible to add keys in that arent there ..at your own risk!!! i take no responsibility for damage :rolleyes:

Link to comment
Share on other sites

heres one for anyone using an asio capable soundcard for music production ..also working on a suparegtweak.reg for music producers and maybe one for gamers

;set processor scheduling to background services for low latency asio
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PriorityControl]
"Win32PrioritySeparation"=dword:00000018

:)

Link to comment
Share on other sites

;Disable ScreenSaver

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]

"ScreenSaveActive"=dword:00000000

This restriction can be used to specify the screen saver or to stop screen savers from running. Also, the Screen Saver settings page is disabled, so users cannot change the screen saver options.

------------------------------------------------------------------------------------------------------------------------

Windows Registry Editor Version 5.00

;Restrict the Screen Saver 0 = disable screen savers, 1 = default

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]

"ScreenSaveActive"=dword:00000000

"SCRNSAVE.EXE"="login.scr"

;-------------------------------------------------------------------------------------------------------------------------------------------------------

:Remove Shared Documents from My Computer

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

"NoSharedDocuments"=dword:00000001

;or

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

"NoSharedDocuments"=dword:00000001

;------------------------------------------------------------------------------------------------------------

;Easily Use Notepad to Open a File allow you to use Notepad to open a file by simply right clicking on the icon.

[HKEY_CLASSES_ROOT\*\shell]

@=""

[HKEY_CLASSES_ROOT\*\shell\open]

@="Open With Notepad"

[HKEY_CLASSES_ROOT\*\shell\open\command]

@="notepad.exe %1"

Link to comment
Share on other sites

Windows Registry Editor Version 5.00

;Change Power Management Configuration:

;0 - Home/Office desktop

;1 - Portable/Laptop computer

;2 - Monitor on for presentations

;3 - Network computer (no Wake-on-LAN)

;4 - Optimized for high performance

;5 - Optimized for power saving

[HKEY_CURRENT_USER\Control Panel\PowerCfg]

"CurrentPowerPolicy"="2"

;Remove the 'Shortcut to...' (00 00 00 00 = No Shortcut Text)

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

"link"=hex:00,00,00,00

Link to comment
Share on other sites

Numinous, this is my first time editing a hiv file. I know how to edit a registry file ended with .reg. Can you the syntax of how to edit a hiv file or point me to some source? Or is there a tool you can use to edit it? Thanks for your aswsome tip. Can't wait to put my registry tweak in it to make the job lot easier. hehe...

-Kenneth

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