MSFN Forum: RegTweaks 0.4.2 - MSFN Forum

Jump to content



  • 8 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • You cannot start a new topic
  • You cannot reply to this topic

RegTweaks 0.4.2 Updated Version - (unchecked) Rate Topic: -----

#101 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 October 2007 - 08:27 AM

View Postyadzil, on Oct 19 2007, 03:53 PM, said:

v0.4 has been released long time ago, new software also has been released. Why there still no update for the regtweaks collection?
New regtweaks just doesn't appear very often anymore. There is a limit to what you can do/tweak with a particular software and with these it's getting close to that. Sure there are some more, minor and 3rd party program tweaks, that can be added but there probably isn't anything major left. People just don't feel the need to try finding any more tweaks, also many people have moved on to Vista. If the actual tweak file hasn't been updated, the one who updates it is maybe more interested in other things.

Is there anything special you would like to be done, either a tweak you need or you just want the file to be updated?


#102 User is offline   Solace 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 31-October 07

Posted 05 November 2007 - 05:32 PM

Nice package of tweaks i went through the ALL folder and reconfigured some a few things to my settings.

I also created a list of the issues not being critical but may cause some confusion to others duplicated entries under some areas with minor description details etc... anyways heres a list of what i came upon.

Found Issues.
_______________________
<<<context_menus.reg>>>
_______________________

Found twice does the same.

; Remove "Print" option from the context menu for image & text files

[-HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\print]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\text\shell\print]

; Remove Print From Images

[-HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\print]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\text\shell\print]

Possible typo?

[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]
@="Command P&rompt Here" Wrong?

[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]
@="Command &Prompt Here" Correct?

Overlapping settings and failure description on second. ; Remove new BMP file should be on second or remove the bmp entry.

; Remove new BMP file

[-HKEY_CLASSES_ROOT\.bmp\ShellNew]

; Removes Briefcase, and Rich-Text-Document from New Menu.

[-HKEY_CLASSES_ROOT\.bfc\ShellNew]
[-HKEY_CLASSES_ROOT\.rtf\ShellNew]
[-HKEY_CLASSES_ROOT\.bmp\ShellNew]

Bad description needs to include that you will not be able to change any taskbar settings.

; Hide the Taskbar Settings on the Start Menu

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSetTaskbar"=dword:00000001

_________________________________
<<<folder_view_and_taskbar.reg>>>
_________________________________

Small typo in Description.

Applications
; Stop Applcations from stealing the focus with pop ups

[HKEY_CURRENT_USER\Control Panel\desktop]
"ForegroundLockTimeout"=dword:00030d40
"ForegroundFlashCount"=dword:00000003

Wrong order of descriptions should be My Computer/My Document/My Network Places/IE Desktop.

; Put my computer, my network places, my documents , IE on the desktop

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000

Another typo

; Cached "Folder-View Settings"
accelerate
; Currently at 250 (to acelerate browsing in local folders)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:000000FA
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]
"BagMRU Size"=dword:000000FA

Disabled by default with ;
; Lock taskbar

;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
--->;"TaskbarSizeMove"=dword:00000000

_____________________________
<<<general_customation.reg>>>
_____________________________
Also under folder_view_and_tasks already

; Disable Baloon Tips

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableBalloonTips"=dword:00000000

___________________________
<<<internet_explorer.reg>>>
___________________________

Um same reg settings one after another... "MaxConnectionsPerServer"=dword:0000000a
;Max your Internet Explorer's simultaneous downloads to 10 (default was 2)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a
;--------------------------------------------------------------------------------------------------------------------------------

;Max your Internet Explorer's simultaneous downloads to 50 (default was 2)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000032

System Restore also in here along with previous area

;Disable System Restore
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000001

____________________
<<<multimedia.reg>>>
____________________
Most settings also in the media_player-windows_media_player.reg settings in previous reg file.

________________________
<<<other_software.reg>>>
________________________
Couple of overlapping reg entries.

;Prevents Windows Messenger from being installed

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]
"Disabled"=dword:00000001
"PreventAutoRun"=dword:00000001
"PreventAutoUpdate"=dword:00000001
"PreventBackgroundDownload"=dword:00000001
"PreventRun"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

;Prevents Windows Messenger from being updated

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]
"PreventAutoUpdate"=dword:00000001
"PreventBackgroundDownload"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Don't let Windows Messenger load involuntarily at every boot-up

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]
"PreventAutoRun"=dword:00000001

_________________________
<<<outlook_express.reg>>>
_________________________
More over lapped windows messenger reg entries this one is also in other_software.reg.

;Unbundle Windows Messenger from Outlook Express

[HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express]
"Hide Messenger"=dword:00000002
;--------------------------------------------------------------------------------------------------------------------------------

;Do Not Start MS-Messenger with Outlook Express

[HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express]
"Hide Messenger"=dword:00000002

__________________
<<<security.reg>>>
__________________
Both settings are in general_settings.reg already.

; Disable remote assistance / Remote-Desktop for the sake of security - disables hacking Terminal Server

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
"fAllowToGetHelp"=dword:00000000
"fDenyTSConnections"=dword:00000001

____________________________
<<<system_performance.reg>>>
____________________________

; Improve file system performance (Speed up NTFS) Note: these have been reported to cause non-compatibility with DOS/Win9x-based apps/games

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001
"Win95TruncatedExtensions"=dword:00000001
"Win31FileSystem"=dword:00000000

; Disable the NTFS Last Access Time Stamp (speeds up viewing folders in ntfs)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001
________________________
<<<visual_effects.reg>>>
________________________
Also in folder_view_and_taskbar.reg but its currently not enabled here no real issue.

; Show Window content while draging

;[HKEY_CURRENT_USER\Control Panel\Desktop]
;"DragFullWindows"="1"

; Use screen fonts with rounded corners
; Values: 0 = Don´t use / 2 = Use

;[HKEY_CURRENT_USER\Control Panel\Desktop]
;"FontSmoothing"="2"

; Enable ClearType

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000001
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000001

Typo in description.

; Use "Royale Noir" as Visual Style
; This is a secret theme that was never published by Microsoft. Some kind of "dark brother" of the default theme, Luna. Download the file at http://gugutz.co.nr/.../royale_noir.7z and put it under "$OEM$\$$\Resources\Themes" so the theme will be copied durint install to the proper place, then use this tweak

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager]
"WCreatedUser"="1"
"ThemeActive"="1"
"LoadedBefore"="1"
"LastUserLangID"="1046"
"DllName"="%SystemRoot%\\Resources\\Themes\\Luna Royale Noir\\luna.msstyles"
"ColorName"="Metallic"
"SizeName"="NormalSize"

This post has been edited by Solace: 05 November 2007 - 05:35 PM


#103 User is offline   yadzil 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 10-June 04

Posted 23 November 2007 - 06:46 AM

Right click on My computer for Device Manager never work for me. Can somebody help me?

#104 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,194
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 23 November 2007 - 11:46 AM

The command used in the supplied reg is missing a switch, uses a variable requiring a different data type and can be shortened.
Change this:
 
;--------------------------------------------------------------------------------------------------------------------------------

; Adds Device Manager to right click of My Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]
@="Device Manager"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]
@="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc"
;--------------------------------------------------------------------------------------------------------------------------------
 
To this:
 
;--------------------------------------------------------------------------------------------------------------------------------

; Adds Device Manager to right click of My Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]
@=hex(2):6d,00,6d,00,63,00,2e,00,65,00,78,00,65,00,20,00,2f,00,73,00,20,00,25,\
  00,73,00,79,00,73,00,74,00,65,00,6d,00,72,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,00,00
;--------------------------------------------------------------------------------------------------------------------------------
 
Or shorter still: this:
 
;--------------------------------------------------------------------------------------------------------------------------------

; Adds Device Manager to right click of My Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]
@="mmc -s devmgmt.msc"
;--------------------------------------------------------------------------------------------------------------------------------
 
If it still doesn't work it's not the command that's at fault, it's your system.

#105 User is offline   lostprophet 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 25-November 07

Posted 25 November 2007 - 04:09 PM

Hey guys,

Sry for the question, but exactly how can I add these tweaks (or any registry tweak) into my own unattended XP install? Where should I copy it or what should I write? Pls, redirect me if I'm in the wrong topic.

Thx

#106 User is offline   jbm 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 626
  • Joined: 16-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 November 2007 - 04:46 PM

View Postlostprophet, on Nov 25 2007, 05:09 PM, said:

Hey guys,

Sry for the question, but exactly how can I add these tweaks (or any registry tweak) into my own unattended XP install? Where should I copy it or what should I write? Pls, redirect me if I'm in the wrong topic.

Thx


Registry tweaks
This is part of the unattened guide which is kinked at the
top of the main page. It has some valuable info which
helped my alot.

#107 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 November 2007 - 05:06 PM

View Postjbm, on Nov 26 2007, 12:46 AM, said:

Registry tweaks
This is part of the unattened guide which is kinked at the
top of the main page. It has some valuable info which
helped my alot.

The link doesn't work, gives a 404. Did you mean this one?

#108 User is offline   lostprophet 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 25-November 07

Posted 25 November 2007 - 06:01 PM

View PostDL., on Nov 26 2007, 12:06 AM, said:

View Postjbm, on Nov 26 2007, 12:46 AM, said:

Registry tweaks
This is part of the unattened guide which is kinked at the
top of the main page. It has some valuable info which
helped my alot.

The link doesn't work, gives a 404. Did you mean this one?


THX for the help, but I still don't find the answer I'm looking for. I'm now trying to work on an XP for my computer and include the tweaks mentioned above. Because the text only says how to make it work on the computer, but I would like to put it into the install CD and install it silently with the WinXP install. Anybody confused?:D

#109 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 November 2007 - 07:07 PM

Read all parts of the guide thoroughly until you get everything, not just about the tweaks/registry stuff.

The easiest way to add the reg-tweaks is to use cmdlines.txt.

#110 User is offline   lostprophet 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 25-November 07

Posted 25 November 2007 - 07:18 PM

View PostDL., on Nov 26 2007, 02:07 AM, said:

Read all parts of the guide thoroughly until you get everything, not just about the tweaks/registry stuff.

The easiest way to add the reg-tweaks is to use cmdlines.txt.


Ty, and I think I also found the answer at the RunOnceEx chapter. Hurray:D

#111 User is offline   lostprophet 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 25-November 07

Posted 26 November 2007 - 07:42 AM

I failed to read what the Security tweak does, just applied it xDD Now, I cant access my folders, cant install anything xD

Need help,

A noob xD

#112 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,754
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 November 2007 - 08:07 AM

YOU APPLIED THE WHOLE **** THING????? :o

#113 User is offline   lostprophet 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 25-November 07

Posted 26 November 2007 - 09:14 AM

Noooo, of course not.....

Only the Security.reg one...

#114 User is offline   lostprophet 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 25-November 07

Posted 26 November 2007 - 05:03 PM

Fixed it.

#115 User is offline   yadzil 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 10-June 04

Posted 30 November 2007 - 08:17 AM

Hi Guys, Ihave a few questions:

1) What does this for?:

Quote

Show translucid selection rectangle

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


Quote

; Use background image to each type of folder
; Music folder will have that musical note on the corner, etc etc...

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



Quote

; Prioritize CMOS Real-Time Clock Using IRQ8 (2 of 2)

;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
;"IRQ8Priority"=dword:00000001
;"Win32PrioritySeparation"=dword:00000026



Quote

; special option in start->run

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"MemCheckBoxInRunDlg"=dword:00000001




2) This regtweaks never work for me:

Quote

; Sort Start Menu and Favorites in Alphabetical Order

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites]


Start menu list still need to be sort manually


Quote

; Adds Device Manager to right click of MY Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]
@="Device Manager"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]
@="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc"


msg "MMC cannot open the file %SYSTEMDRIVE%\WINDOWS\SYSTEM32\devmgmt.msc" appear.

Can someone help me? Thanks in advance

#116 User is offline   heffalump 

  • Junior
  • Pip
  • Group: Members
  • Posts: 83
  • Joined: 28-November 07

Posted 01 December 2007 - 07:39 AM

Does someone know the registry keys for "Expand..." for the Classic Start Menu customization? For example Expand Printers, Expand Network Connections, Expand My Documents etc? Thanks!

This post has been edited by heffalump: 01 December 2007 - 07:39 AM


#117 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,194
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 01 December 2007 - 08:34 AM

View Postyadzil, on Nov 30 2007, 02:17 PM, said:

 
; Adds Device Manager to right click of MY Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]
@="Device Manager"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]
@="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc" 


msg "MMC cannot open the file %SYSTEMDRIVE%\WINDOWS\SYSTEM32\devmgmt.msc" appear.

Can someone help me? Thanks in advance
I've already answered this question for you yadzil.

If you cannot be bothered reading through the handful of responses since your question was asked, why should we bother answering them. If you still cannot be bothered, then click on your name in the previous paragraph and it'll take you there.

#118 User is offline   yadzil 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 10-June 04

Posted 02 December 2007 - 08:08 AM

Sorry Yzöwl for double post. And how about my other questions?

#119 User is offline   moostach 

  • Group: Members
  • Posts: 1
  • Joined: 09-January 08

Posted 15 January 2008 - 12:24 AM

Creating my unattended & multiboot dvd I arrived to the 3 previous topics with over 100 pages to finish here. I just want to thank all people who have contributing to this amazing work and all hours (should say weeks or months) to make it. Congratulations folks.

#120 User is offline   blahface 

  • Junior
  • Pip
  • Group: Members
  • Posts: 57
  • Joined: 28-January 07

Posted 16 January 2008 - 08:14 AM

Hello,
Ive try my best to update this!
*went though the thread, and updated all the files in the "all" folder*
I also updated all the web links (and downloaded the files into the new ZIP)


Here is the new link =)

*** LOOK DOWN 2 POST! ***


enjoy!

--blahface

This post has been edited by blahface: 25 January 2008 - 01:54 AM


Share this topic:


  • 8 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy