Jump to content

Registry Tweaks


Recommended Posts

evilvoice

Tweaker is right, that's how you turn on the status bar in XP[sP2]. It works. If XP see's the "StatusBarOther"=1 then it turns on the statusbar. Your way probably works too. Keep this in mind with working with the esoteric parts of MS products - there's often numerious ways to do the same thing.

Link to comment
Share on other sites


Found some interesting Registry tweaks from TweakHounds SuperTweaks guide.

For example, here is one that is listed on this site, but is different on the TweakHounds page...

These allow you to end tasks faster, shut down faster and speed up the menu display. *All Levels

[HKEY_CURRENT_USER\Control Panel\Desktop]

"ForegroundLockTimeout"=dword:00000000

"HungAppTimeout"="4000"

"MenuShowDelay"="200"

"WaitToKillAppTimeout"="5000"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]

"WaitToKillServiceTimeout"="5000"

...and here is a new one...

This setting gives a boost to priority of foreground applications. In very overly-simplified terms, what you see on the screen gets more attention from the CPU than what you can't.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]

"Win32PrioritySeparation"=dword:00000026

Link to comment
Share on other sites

Prathapml (or whomever),

Should disable autorun dwords utilize: 000000b1 or 00000091?

Also, does the key end with 'Explorer' or actually end with 'NoDriveTypeAutorun'?

Example:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\NoDriveTypeAutoRun]
"NoDriveTypeAutoRun"=dword:000000b1

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:000000b1

Or:

; disable Autorun for all Drive Types
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:00000091

I think I've been staring at these reg entries too long... *yawn*

Ran

Link to comment
Share on other sites

;-----

;----- Show protected operating system files

;-----

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]

"DefaultValue"=dword:00000001

should be

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

"ShowSuperHidden"=dword:00000001

========================

;Disable Hibernate, effective after reboot

[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

;-----

  ;-----  Show protected operating system files

  ;-----

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]

"DefaultValue"=dword:00000001

should be

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

"ShowSuperHidden"=dword:00000001

========================

;Disable Hibernate, effective after reboot

[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

Actually, I've got two entries - but not sure if one or both are required:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
"DefaultValue"=dword:00000001


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"SuperHidden"=dword:00000001

Note that one is HKCU, whereas the other is HKLM. Does the LM entry set a systemwide property, whereas the CU only adjusts for that user?

Ran

Link to comment
Share on other sites

Some hacks I've discovered by myself

DISABLE "COMPATIBILITY" TAB IN EXECUTABLES PROPERTIES:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}\InprocServer32]
@=""
"ThreadingModel"="Apartment"
"~~Disabled~~"="SlayerXP.dll"

REMOVE "OPEN AS A PORTABLE DEVICE" WHEN RIGHT-CLICKING FLOPPY (WITH MEDIA PLAYER 10 INSTALLED):

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\CLSID\{cc86590a-b60a-48e6-996b-41d25ed39a1e}\InProcServer32]
@=hex(2):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,41,00,75,00,\
 64,00,69,00,6f,00,64,00,65,00,76,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

DISABLE "OFFLINE FILES" TAB IN "FOLDER OPTIONS":

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{10CFC467-4392-11d2-8DB4-00C04FA31A66}\InProcServer32]
@=hex(2):00,00
"ThreadingModel"="Apartment"
"~~Disabled~~"="%SystemRoot%\\System32\\cscui.dll"

DISABLE "QUOTA" TAB IN HARD DISKS PROPERTIES:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{7988B573-EC89-11cf-9C00-00AA00A14F56}\InprocServer32]
@=""
"ThreadingModel"="Both"
"~~Disabled~~"="dskquoui.dll"

DISABLE "SHARING" TAB IN FOLDERS PROPERTIES:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}\InProcServer32]
@=""
"ThreadingModel"="Apartment"
"~~Disabled~~"="ntshrui.dll"

REMOVE "SHARING AND SECURITY" IN RIGHT-CLICK MENU:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}\InProcServer32]
@=""
"ThreadingModel"="Apartment"
"~~Disabled~~"="ntshrui.dll"

REMOVE NEW SHELL EXTENSIONS OF MEDIA PLAYER 10 (ADD TO BURN LIST, ETC...) IN RIGHT-CLICK MENUS:

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}\InprocServer32]
@="C:\\WINDOWS\\system32\\wmpshell.dll"
"ThreadingModel"="Apartment"

[-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}\InprocServer32]
@="C:\\WINDOWS\\system32\\wmpshell.dll"
"ThreadingModel"="Apartment"

I haven't suffered any side effects with this. If someone notice them, please report.

Link to comment
Share on other sites

Another one:

THIS LET YOU SELECT PATHS FOR SYSTEM FOLDERS (MY DOCS, SEND TO, ETC...) (CAN BE USED IN AN UNATTENDED FRESH INSTALL):

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]

Just edit the paths and export the string as a reg file.

Link to comment
Share on other sites

DISABLE "SHARING" TAB IN FOLDERS PROPERTIES and REMOVE "SHARING AND SECURITY" IN RIGHT-CLICK MENU reg keys actually do the same thing...HKLM\Software\Classes\CLSID is the same as HKCR\CLSID

Also, I dont have this CLSID on my pc with WMP10...I believe that if you use my howto to integrate wmp10, you dont have this key...REMOVE "OPEN AS A PORTABLE DEVICE" WHEN RIGHT-CLICKING FLOPPY (WITH MEDIA PLAYER 10 INSTALLED)

Other than that, good finds...it should be noted that you could actually remove the entire key and itd still do the same thing...(just remove inprocserver32 and add a - in front of HKEY - tested removing the entire key and it worked)...

Another thing...there is actually 2 disk quota clsid's...the first one is right above the clsid for DISABLE "QUOTA" TAB IN HARD DISKS PROPERTIES

Link to comment
Share on other sites

@evilvoice: Thank you for the corrections. I just tried these and they worked fine, so I posted them. Anyway, thank you again ;) It would be great if you post your corrections ready to "copy and paste", so they can be included in the "RegistryTweaks.txt"

Link to comment
Share on other sites

lol, there werent any real corrections...just some thing....

DISABLE "COMPATIBILITY" TAB IN EXECUTABLES PROPERTIES

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}]

DISABLE "OFFLINE FILES" TAB IN "FOLDER OPTIONS"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{10CFC467-4392-11d2-8DB4-00C04FA31A66}]

DISABLE "QUOTA" TAB IN HARD DISKS PROPERTIES

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{7988B573-EC89-11cf-9C00-00AA00A14F56}]

DISABLE "SHARING" TAB IN FOLDERS PROPERTIES and "SHARING AND SECURITY" in rightclick menu

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}]

havent tested the other diskquota clsid...but it is clsid {7988B571-EC89-11cf-9C00-00AA00A14F56}

Link to comment
Share on other sites

:wacko:

Systerm overload:

I see posts with "Heuristics"=

among other thing's

PEOPLE LISTEN UP - If its a long string value

Getting thing's set the way you like them then exporting those reg key's from your registry are the answer OK

Mine and your's may differ by 1 byte which make's you posting these tweak's wrong for me and other's. Just point them to the value/key they need.

A simple reg tweak like dword 1 or "yes" is ok but when it come's to those long string setting's, export your's after you get it set the way you like. You can use these as an example or to find the key you need to export.

Thats one reason I added FLAGS to my own Unattend app, to get the setting's like I like them, not the way you have them.

EDIT: Figured I'd show you what I mean...

Heres that Heuristics for example

Hibernation Off = "Heuristics"=hex:05,00,00,00,00,01,00,00,7a,03,00,00,04,00,00,00,ed,00,00,00

Hibernation On = "Heuristics"=hex:05,00,00,00,00,01,01,00,7a,03,00,00,04,00,00,00,ed,00,00,00

You see we're only changing one thing. Those other values change other things so you can't say this is Hibernation Off

Edited by maxXPsoft
Link to comment
Share on other sites

@maxXPsoft: Ok sorry, but the CLSID is common for every computer, isn't it? So people interested in these reg tweaks may delete them safely. If you know well the registry you can make the correct tweaks with the information given in my previous posts. :hello:

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