Jump to content

Recommended Posts

Posted

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


Posted

aaa hmmm hello

if it was posted here how about going through the pages???

about the 2nd one click on full screen button while holding down ctrl ..

Posted

Can I make a suggestion? If you're going to attach .reg files, change the file name to .txt, or perhaps add it to a zip file, so it isn't run when people have downloaded it.

Posted

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.

Posted

Has anyone thought of the Temp Internet Files, to change its setting to 20 or 50MB instead of the huge amount that is set by default?

If nobody privded it I will try to dig for it , might be usefull ...

Posted

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

Posted

@dvx_movies: nice one!

it works fine here (win2k IE6). these new settings will be applied after IE restart.

but what is "PerUserItem" good for?

Posted

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

Posted

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

Posted

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

Posted
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

Posted

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 :)

Posted

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.

Posted
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 :)

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...