Where Customization Begins 

  • tweaks

  • Read that again. You didn't win anything, you just crashed it! Are you in trouble with your hardware, software or you just crashed your system? Then this is the section you are looking for.
Read that again. You didn't win anything, you just crashed it! Are you in trouble with your hardware, software or you just crashed your system? Then this is the section you are looking for.
 #26164  by Chris2k
 10 Apr 2013, 14:56
hi, does anyone know how i can get the following, as.reg files:

Disable Auto Reboot after installing updates
Enable DVD in Media Player
Open NFO files with notepad
Show Notepad Statusbar
Word Wrap in Notepad
Use small icons on Start Menu
Number of recent programs to display::20
Clear Page File at Shutdown
Detailed Shutdown & Logon
Always Unload DLL
 #26165  by 351837
 10 Apr 2013, 17:21
Here you go

Spoiler: show
Windows Registry Editor Version 5.00

; Enable Status bar in Notepad

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"StatusBar"=dword:00000001

;Enable DVD in Media Player Value: Yes or No

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings]
"EnableDVDUI"="Yes"

;Windows will tell you exactly what it is doing when it is shutting down or is booting

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"verbosestatus"=dword:00000001

; Do not 'Use large icons' on Start Menu

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

;Open NFO files with notepad

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="NOTEPAD.EXE"
"MRUList"="a"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]
"MSInfoFile"=hex(0):

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\UserChoice]
"Progid"="Applications\\notepad.exe"

;Enable Clearing of Page File at Shutdown

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001

;Notepad to use Word Wrap

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000001

;Always Unload DLL

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"AlwaysUnloadDLL"=dword:00000001

;Disable Windows Update Auto Restart

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000001


Copy to Notepad and save as "something".reg
 #26167  by Chris2k
 10 Apr 2013, 21:46
Thanks m8, could u get me 1 more......

To use normal sized icons on desktop?
 #26168  by Neuropass
 10 Apr 2013, 22:15
Start > Run > regedit

Find the following key:

HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics

Modify "Shell Icon Size". The smaller the number, the smaller the icons. You'll have to reboot to see the effect.

or you can use Ctrl + Mouse Wheel to change your icon size on your desktop o_0
 #26178  by revin
 13 Apr 2013, 08:28
Neuropass » Wed Apr 10, 2013 6:15 pm wrote:
or you can use Ctrl + Mouse Wheel to change your icon size on your desktop o_0



Very Nice Thank you
 #26368  by Chris2k
 22 Apr 2013, 22:05
Sorry to keep miver,

On my PC, I have single click activated instead of double click.

Where can I find the reg key?

Edit:
Don't worry I found it:

Code: Select all[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"ExplorerStartupTraceRecorded"=dword:00000001
"ShellState"=hex:24,00,00,00,18,28,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  01,00,00,00,12,00,00,00,00,00,00,00,22,00,00,00
"CleanShutdown"=dword:00000000
"Browse For Folder Width"=dword:0000013e
"Browse For Folder Height"=dword:00000120
"link"=hex:1b,00,00,00
Last edited by Shaneee on 22 Apr 2013, 23:21, edited 1 time in total. Reason: Double Post Merged.
 #26583  by TheAslan
 11 May 2013, 21:45
Awesome Notepad tweaks, but is it possible to select default font too?

Thank you for the tweaks.
 #26598  by 351837
 11 May 2013, 22:19
TheAslan » 11 May 2013 23:45 wrote:Awesome Notepad tweaks, but is it possible to select default font too?


Of course. ;-)

Code: Select allWindows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"="Tahoma"


Just change "Tahoma" to whatever font you like.


If you don't like it this tweak will revert font to default.


Code: Select allWindows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"="segoeui.ttf"
"Segoe UI Bold (TrueType)"="segoeuib.ttf"
"Segoe UI Italic (TrueType)"="segoeuii.ttf"
"Segoe UI Bold Italic (TrueType)"="segoeuiz.ttf"
"Segoe UI Semibold (TrueType)"="seguisb.ttf"
"Segoe UI Light (TrueType)"="segoeuil.ttf"
"Segoe UI Symbol (TrueType)"="seguisym.ttf"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"=-
 #26647  by TheAslan
 12 May 2013, 00:33
Forgot to ask that how about font size too? Sorry...... :(