Jump to content

Registry Tweaks, Part-1


Recommended Posts

s***..I forgot that one registery tweak..it was posted here a while back ago....

The one where it allows you to double click on a REG file and it will open in TXT.....and the only wany to merge it is to right click and MERGE :-D ....I need that tweak badly !!! Please ?? :-)

Thanks!

Also...how do I have a reg tweak ....when I open IE it goes fullscreen, as well as when I open up a link..that also goes fullscreen....:-)

Link to comment
Share on other sites


thx for the taskbar tips I'll try that. Does it also keep the internet tool bar settings? I use small icons, no text, remove almost every icons and keep the url bar next to the icons.

Link to comment
Share on other sites

I think I found it "I hope"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]

"PerUserItem"=dword:00000001

"CachePrefix"=""

"CacheLimit"=dword:00007800

but you need to find a hex to decimal converter to change 7800 (which is 30MB) to whatever value to need...

Link to comment
Share on other sites

i believe PerUserItem says that that configuration u made over there is different for each user.

so i think set it to 0 if u want to have the same setting for all users

but that's just my guess at it...

Link to comment
Share on other sites

Setting IE's cache limit ....

;100 MB cache (00019000 = 100 MB // 00032000 = 200 MB)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]

"CacheLimit"=dword:00019000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content]

"CacheLimit"=dword:00019000

Shark007

Link to comment
Share on other sites

Does someone know the reg whitch it disable the Bold programs in the start menu (The new program installed whil be in yellow color in the start menu)

Edit : I find it :)

; Disable higlighting of new applications in start menu
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
;"Start_NotifyNewApps"=dword:00000000

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

Link to comment
Share on other sites

Does someone know the reg whitch it disable the Bold programs in the start menu (The new program installed whil be in yellow color in the start menu)

Edit : I find it :)

; Disable higlighting of new applications in start menu
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
;"Start_NotifyNewApps"=dword:00000000

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

The first one would do:

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

This second one is for Administrative Tools in your Start Menu:

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

Link to comment
Share on other sites

Hello everyone

I am using windows server 2003 and I created an unattended windows CD which works fine but I WANT TO ENABLE WINDOWS AUDIO in services.

Does anyone know how to do this with a reg tweak?

The problem is that I have runonceex executing my turtle beach santa cruz sound card drivers on first logon but of course this doesnt happen as sound is disabled in w2k3 by default.

Any help on this would be greatly appreciated :)

Link to comment
Share on other sites

tamarell, you can edit i386\hivesys.inf and find this line

HKLM,"SYSTEM\CurrentControlSet\Services\AudioSrv","Start"

The last segment "0x0000000X" is start entry.

Make it "0x00000002" like this:

HKLM,"SYSTEM\CurrentControlSet\Services\AudioSrv","Start",0x00010003,0x00000002

Change only last number.

Link to comment
Share on other sites

tamarell, you can edit i386\hivesys.inf and find this line

HKLM,"SYSTEM\CurrentControlSet\Services\AudioSrv","Start"

The last segment "0x0000000X" is start entry.

Make it "0x00000002" like this:

HKLM,"SYSTEM\CurrentControlSet\Services\AudioSrv","Start",0x00010003,0x00000002

Change only last number.

Many deep thanks my friend :)

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