DriverHeaven.net

 
Looking for the skin chooser?
 
 
  • Home

  • Reviews

  • Articles

  • News

  • Tools

  • GamingHeaven

  • Forums

  • Network

 

Go Back   DriverHeaven.net > Forums > Software / Tools > Applications, Software and Tweaking


Reply
 
LinkBack Thread Tools
Old Nov 27, 2003, 11:39 PM   #91
DriverHeaven Extreme Member
 
The_Neon_Cowboy's Avatar
 
Join Date: Dec 2002
Location: U.S.A.
Posts: 16,135
Rep Power: 77
The_Neon_Cowboy is a jewel in the roughThe_Neon_Cowboy is a jewel in the roughThe_Neon_Cowboy is a jewel in the rough
System Specs

Quote:
Originally posted by panging
you mean the SecondLevelDataCache tweaks by any chance??
yep thats the one
__________________
The_Neon_Cowboy is offline   Reply With Quote


Old Nov 28, 2003, 01:17 PM   #92
DriverHeaven Newbie
 
Join Date: Feb 2003
Posts: 10
Rep Power: 0
Tum0r is on a distinguished road

thats prolly it but I hav no use for it as I hav 256K and XP should be using this

tnx anyhow
Same goes for those videocard settings? Maybe I got xtra FPS because of the better use in L2cache?

disabling mesenger with gpedit gave me an xtra 10mb free (mesenger kept loading without showing its face even after I ended the process it would load again)
I'm now donw to 115mb for xp pro and little over 20mb is from norton 2k3 and powerstrip
I'm happy now , xp is using less then 100mb ram

So I'm doing the same thing for my dad laptop wich has xp home and only 128mb ram (yea I know i told him) gpedit doesnt seem te work so how do I disable mensenger in home?

and last but not least :
Use active desktop to save memory used by wallpapers:


When you choose a wallpaper using the standard method (selecting a background on the desktop tab, in the properties window), Windows converts this image to a huge .bmp file (even if you selected a .jpg). Then instead of having a nice 220K wallpaper, you get a 3,15MB wallpaper. To get rid of this, try using active desktop's web capabilities, like this:

1. Right click on your desktop and select "properties", then select the "desktop" tab.
2. Click on "Customize Desktop".
3. Select the "Web" tab and click on "New..."
4. Browse for your favorite image and click OK when you are done.
5. Make sure "Lock desktop items" is uncheck.
6. Click OK, and OK again.
7. Now your image is like another window. Drag it to where you want and then right clik over it.
8. Select "arrange icons by" and the check "Lock Web Items on Desktop".
9. That's it. Now you have a "low memory usage wallpaper".

With this you can make interesting things, like using various small wallpapers, or even animated ones!! (you can select an animated .gif too!!). Simply select various images, and when you click OK, drag all them to its right location, and lock the content again.


Last edited by Tum0r; Dec 6, 2003 at 01:48 AM.
Tum0r is offline   Reply With Quote
Old Jan 15, 2004, 10:17 PM   #93
The Cable Guy
 
Vehicon's Avatar
 
Join Date: Oct 2002
Location: USA IL.
Posts: 454
Rep Power: 44
Vehicon will become famous soon enough
System Specs

GREAT stuff!! Thanxs for all the info!
__________________
Vehicon is offline   Reply With Quote
Old Jan 16, 2004, 06:54 AM   #94
DriverHeaven Newbie
 
Join Date: May 2003
Posts: 11
Rep Power: 0
chaosblade is on a distinguished road

is there a single file for all of these great tweaks ?
__________________
chaosblade is offline   Reply With Quote
Old Feb 12, 2004, 11:24 PM   #95
DriverHeaven Junior Member
 
Join Date: Oct 2003
Location: DK
Posts: 75
Rep Power: 0
Spotten is on a distinguished road

What do thay do exactly?
__________________
AMD2500+@(2402Mhz) [30%OC]218x11 1.93Vcore
Abit NF7-S Rev 2.0 BIOS D22 VDD 1.9
2x256Mb OcZ EL-DDR Pc3200 11-3-2-2(2.9v)(434Mhz)(4.5ns)
Powercolor ATi9800Pro 128Mb DDR (CAT 3.9) (378@337)
LG Flatron 19" Max Res: 2048x1536@60Hz / 1600x1200@85Hz
Antec TP 550W PEC (24A) (12+:12.03) (5+:4.89) (3.3+:3.28) (-12:-11.97/-12.03) (-5:-5.01)
200Gb HDD: WD120JB/8MbCache/7200Rpm´s/Maxtor 80Gb/2MbCache/7200Rpm´s

Case/CPU-Cooling: (6x80mm Papst Low Noise (4 on 7V 2 on 12v) + 1x92mm Papst Low Noise (7V) (Case 25° Socket 37°Idle 56°Load)
Spotten is offline   Reply With Quote
Old Mar 16, 2004, 01:17 PM   #96
DriverHeaven Senior Member
 
ChoGGi's Avatar
 
Join Date: Jun 2002
Location: Toronto
Posts: 1,211
Rep Power: 0
ChoGGi is on a distinguished road

Quote:
Originally posted by Spotten
What do thay do exactly?
use the power of keywords and google
ChoGGi is offline   Reply With Quote
Old Apr 10, 2004, 11:33 PM   #97
BANNED
 
werty316's Avatar
 
Join Date: Apr 2004
Posts: 604
Rep Power: 0
werty316 will become famous soon enough

Re: DiskCache Tweaks

Quote:
Originally posted by JavaFox

Users with 512MB+
---------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management]
"IOPageLockLimit"=dword:04000000 [/B]

Isn't this kinda high? 04000000 is around 67gigs right? I set mine for either 128MB or 256MB.
werty316 is offline   Reply With Quote
Old May 7, 2004, 06:48 AM   #98
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 55
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

PageFileInfo.vbs 4 KB.
Code:
' Script begin
Option Explicit : On Error Resume Next

Dim objWSH : Dim obj : Dim myPC : Dim info : Dim title : Dim timeout : Dim bt

Set objWSH = WScript.CreateObject("Wscript.Shell")
title = ( WScript.ScriptName + " - by TIRO" ) 'show Script's name on title
timeout = 30 ' wait xx seconds
myPC = "."
bt = vbInformation + vbOKOnly
'date-time and time out
info = ( Now ) & vbtab &  "Close in 30 secs" & vbcrlf
' *************************
' * Page file usage
' *************************
info = info & vbcrlf & "Page File Usage."
info = info & vbcrlf & "------------------------------------------------------- "
' * 1 *
For Each obj in GetObject("winmgmts:\\" & myPC & "\root\cimv2").ExecQuery(_
"Select * from Win32_PageFileUsage",,48)
info = info & vbcrlf & "PF Physical Location:    " & vbtab & obj.Name
info = info & vbcrlf & "Current Usage:           " & vbtab & obj.CurrentUsage & vbtab & " MB"
info = info & vbcrlf & "Peak Usage:              " & vbtab & obj.PeakUsage & vbtab & " MB"
info = info & vbcrlf & "Allocated Base Size:     " & vbtab & obj.AllocatedBaseSize & vbtab & " MB"
Next
' *************************
' * Page file settings.
' *************************
info = info & vbcrlf
info = info & vbcrlf & "Page File Setting."
info = info & vbcrlf & "------------------------------------------------------- "
' * 2 *
For Each obj in GetObject("winmgmts:\\" & myPC & "\root\cimv2").ExecQuery(_
"Select * from Win32_PageFileSetting",,48)
info = info & vbcrlf & "PF Physical Location:    " & vbtab & obj.Name
info = info & vbcrlf & "Initial Size:            " & vbtab & vbtab & obj.InitialSize & vbtab & " MB"
info = info & vbcrlf & "Maximum Size:            " & vbtab & obj.MaximumSize & vbtab & " MB" & vbtab
Next
' *************************
' * Registry Size.
' *************************
info = info & vbcrlf
info = info & vbcrlf & "Registry Size."
info = info & vbcrlf & "------------------------------------------------------- "
' * 3 *
For Each obj in GetObject("winmgmts:\\" & myPC & "\root\cimv2").ExecQuery(_
"Select * from Win32_Registry",,48)
info = info & vbcrlf & "Current Size:            " & vbtab & obj.CurrentSize & vbtab & " MB"
info = info & vbcrlf & "Maximum Size:            " & vbtab & obj.MaximumSize & vbtab & " MB"
info = info & vbcrlf & "Proposed Size:           " & vbtab & obj.ProposedSize & vbtab & " MB"
Next
' *************************
' * OS Installed Date.
' *************************
info = info & vbcrlf
info = info & vbcrlf & "Operating System Installed."
info = info & vbcrlf & "------------------------------------------------------- "
' * 4 *
For Each obj in GetObject("winmgmts:{impersonationLevel=impersonate}").ExecQuery(_
"Select CurrentTimeZone, InstallDate From Win32_OperatingSystem")
With CreateObject("WbemScripting.SWbemDateTime")
.Value = obj.InstallDate
info = info & vbcrlf & DateAdd("n", -obj.CurrentTimeZone, .GetVarDate) & vbcrlf
End With
Next
' *************************
objWSH.Popup info, timeout, title, bt
' release object references
Set objWSH = Nothing 
WScript.Quit() ' terminate script and End
PangingJr is offline   Reply With Quote
Old May 7, 2004, 07:09 AM   #99
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 55
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

'anyname.vbs
'Create an empty .reg file -Regfile.reg- on Desktop

Code:
Option Explicit : On Error Resume Next : Dim WSH, where, fso, myFile

Set WSH = CreateObject("WScript.Shell")
where = WSH.SpecialFolders("Desktop")
Set fso = CreateObject("Scripting.FileSystemObject")
Set myFile = fso.CreateTextFile(where & "\Regfile.reg", True)

myFile.WriteLine("Windows Registry Editor Version 5.00" & _
vbcrlf & vbcrlf & "; Always export the keys in the registry that you plan to edit," & _
vbNewline & "; If a problem occurs, you can restore the registry to its previous state.")

WSH.Popup "File Created!", 3, "TIRO"

WSH.Run "notepad %HOMEDRIVE%%HOMEPATH%\Desktop\Regfile.reg", 3, FALSE

Set WSH = Nothing
PangingJr is offline   Reply With Quote
Old Nov 19, 2004, 12:03 AM   #100
DriverHeaven Lover
 
Join Date: Oct 2004
Location: Seoul-Tokyo Connection
Posts: 235
Rep Power: 0
rjpogi is on a distinguished road

Quote:
Originally Posted by nForcer
WindowsXP with 512MB Tweaks (combined)

Again, don't say I never gave ya nuthin' !
dead link
__________________

AMD 64 +3000 Venice
2 Infineon 1 gig PC2700 333Mhz DDRAM
ECS Elite nForce3a Mobo
Seagate Barracuda 120GB HD
SoundBlaster Audigy2 ZS
Inno3D Geforce 6600 AGP
rjpogi is offline   Reply With Quote
Old Nov 19, 2004, 06:24 AM   #101
DriverHeaven Senior Member
 
Join Date: Oct 2003
Posts: 532
Rep Power: 0
Jitter is on a distinguished road

I tried the Desktop wall paper thing, and it worked. However the text in all my shortcuts looks like its highlighted and I cant get rid of it. I think I know why, but I dunno how to fix it. I set my actual wall paper to none, and whatever background color I select is "highlighting" the text. I seem to have to select some color to use I think what i need is like a transparent background color or something?
__________________
Sony Vaio PCV-RX670
P4 1.8ghz
XP Pro SP2
1 GB PC2100 RAM
ATI All in Wonder 9700 pro
Audigy 2 ZS
Aquamark ~29,500
3dMark03 ~ 5,000
Jitter is offline   Reply With Quote
Old Nov 19, 2004, 08:52 AM   #102
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 55
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

open up the System Properties, Start ->Run... and type sysdm.cpl and hit enter key,
click on Advanced tab -> Performance, Visual effects, click Settings,
check "Use drop shadows for icon lables on the desktop", and see if this helps.
PangingJr is offline   Reply With Quote
Old Nov 20, 2004, 05:32 AM   #103
DriverHeaven Senior Member
 
Join Date: Oct 2003
Posts: 532
Rep Power: 0
Jitter is on a distinguished road

Thats the first thing i checked was the drop shadows and they were on. Thats what it looks like though when you use regular wallpaper w/o drop shadows.
__________________
Sony Vaio PCV-RX670
P4 1.8ghz
XP Pro SP2
1 GB PC2100 RAM
ATI All in Wonder 9700 pro
Audigy 2 ZS
Aquamark ~29,500
3dMark03 ~ 5,000
Jitter is offline   Reply With Quote
Old Nov 20, 2004, 05:46 AM   #104
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 55
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

What's Desktop wall paper thing ?
PangingJr is offline   Reply With Quote
Old Nov 20, 2004, 09:23 AM   #105
DriverHeaven Lover
 
Join Date: Oct 2004
Location: Seoul-Tokyo Connection
Posts: 235
Rep Power: 0
rjpogi is on a distinguished road

i think he's referring to disabling the wallpaper
__________________

AMD 64 +3000 Venice
2 Infineon 1 gig PC2700 333Mhz DDRAM
ECS Elite nForce3a Mobo
Seagate Barracuda 120GB HD
SoundBlaster Audigy2 ZS
Inno3D Geforce 6600 AGP
rjpogi is offline   Reply With Quote
Old Nov 20, 2004, 11:06 AM   #106
DriverHeaven Senior Member
 
Join Date: Oct 2003
Posts: 532
Rep Power: 0
Jitter is on a distinguished road

the desktop wall paper this is the tweak mentioned in this forum

"1. Right click on your desktop and select "properties", then select the "desktop" tab.
2. Click on "Customize Desktop".
3. Select the "Web" tab and click on "New..."
4. Browse for your favorite image and click OK when you are done.
5. Make sure "Lock desktop items" is uncheck.
6. Click OK, and OK again.
7. Now your image is like another window. Drag it to where you want and then right clik over it.
8. Select "arrange icons by" and the check "Lock Web Items on Desktop".
9. That's it. Now you have a "low memory usage wallpaper".
__________________
Sony Vaio PCV-RX670
P4 1.8ghz
XP Pro SP2
1 GB PC2100 RAM
ATI All in Wonder 9700 pro
Audigy 2 ZS
Aquamark ~29,500
3dMark03 ~ 5,000
Jitter is offline   Reply With Quote
Old Nov 20, 2004, 12:40 PM   #107
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 55
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

Desktop icons and icon labels may not display background transparency or the drop shadow effect in Windows Server 2003 and Windows XP - http://support.microsoft.com/default...b;en-us;305117
PangingJr is offline   Reply With Quote
Old Nov 20, 2004, 04:23 PM   #108
DriverHeaven Senior Member
 
Join Date: Oct 2003
Posts: 532
Rep Power: 0
Jitter is on a distinguished road

Hmm well thats the exact problem I am having, but the resolution listed there doesnt work. The icon text looks the same w/ or w/o drop shadows on.
__________________
Sony Vaio PCV-RX670
P4 1.8ghz
XP Pro SP2
1 GB PC2100 RAM
ATI All in Wonder 9700 pro
Audigy 2 ZS
Aquamark ~29,500
3dMark03 ~ 5,000
Jitter is offline   Reply With Quote
Old Nov 20, 2004, 10:00 PM   #109
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 55
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

i don't think there's a way to make the drop shadow effect icon on a page or image that you use it as desktop wallpaper. i disabled the active desktop, but will enable it later and check it out.
PangingJr is offline   Reply With Quote
Old Nov 21, 2004, 06:02 AM   #110
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 55
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

i saw what you've tried to do, you display a desktop content (which's an image) on your desktop. and therefore that desktop content turns on the active desktop feature. i don't know how to make the desktop icons to look the way you wanted. nwih i'll be able to figure this out myself. so pls share whatever you'll find out after.
PangingJr is offline   Reply With Quote
Old Apr 23, 2005, 12:28 AM   #111
DriverHeaven Senior Member
 
ChoGGi's Avatar
 
Join Date: Jun 2002
Location: Toronto
Posts: 1,211
Rep Power: 0
ChoGGi is on a distinguished road

i haven't searched the whole thread, hope there's not dupes.
these are mostly changes to the UI

always remember to backup first!

stop file open with for asking to search the web
Quote:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\policies\System]
"NoInternetOpenWith"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"InternetOpenWith"=dword:00000000
stop save dialog from starting in my documents (usually)
Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Documents]
"DisableStartInMyDocs"=dword:00000001
disable MSI installer rollback (some installers refuse to install when it's disabled)
Quote:
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Wind ows\Installer]
"DisableRollback"=dword:00000001
enabled:
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Wind ows\Installer]
"DisableRollback"=dword:00000000
disable mouse acceleration (some like the first some like the second)
Quote:
[HKEY_CURRENT_USER\Control Panel\Mouse]
"SmoothMouseXCurve"=hex:00,00,00,00,00,00,00,00,00 ,a0,00,00,00,00,00,00,00,40,\
01,00,00,00,00,00,00,80,02,00,00,00,00,00,00,00,05 ,00,00,00,00,00
"SmoothMouseYCurve"=hex:00,00,00,00,00,00,00,00,66 ,a6,02,00,00,00,00,00,cd,4c,\
05,00,00,00,00,00,a0,99,0a,00,00,00,00,00,38,33,15 ,00,00,00,00,00

[HKEY_CURRENT_USER\Control Panel\Mouse]
"SmoothMouseXCurve"=hex:00,00,00,00,00,00,00,00,00 ,a0,00,00,00,00,00,00,00,40,\
01,00,00,00,00,00,00,E0,01,00,00,00,00,00,00,80,02 ,00,00,00,00,00
"SmoothMouseYCurve"=hex:00,00,00,00,00,00,00,00,66 ,a6,02,00,00,00,00,00,cd,4c,\
05,00,00,00,00,00,32,f3,07,00,00,00,00,00,a0,99,0a ,00,00,00,00,00
vbs script to change windows setup paths
Quote:
'CabPath.vbs - Change path to Windows Setup files.
'© Bill James - billjames.geo@yahoo.com - rev 7 Oct 1999
set s=wscript.createobject("wscript.shell")
t="Cab Path Tool":x="Windows Setup Files Path "
k="HKLM\software\microsoft\windows\currentversion\ setup\sourcepath"
v=s.regread(k):i=inputbox("Windows currently uses "&v&_
" for adding options or changing configuration."&vbcr&_
vbcr&"To change, enter new path and click OK.",t,v)
if ucase(i)=ucase(v)or i=""then
m="NOT changed."
else s.regwrite k,i:m="CHANGED to "&i:end if:s.popup x&m,,t
disable my documents
Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
delete the key "{450D8FBA-AD25-11D0-98A8-0800361B1103}"
be careful! its annoying to have lots of programs wondering where my documents is, plus some games store savegames there

disable recent docs
Quote:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer]
"NoRecentDocsHistory"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoRecentDocsHistory"=dword:00000001
disable default administrative shares
Quote:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\lanmanserver\parameters]
"AutoShareServer"=dword:00000000
"AutoShareWorkstation"=dword:00000000
disable broken link tracking
Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoResolveTrack"=dword:00000001
disable low disk space notify
Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
disable stupid search dog
Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\CabinetState]
"Use Search Asst"="no"
disable tour icon in system tray
Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Applets\Tour]
"RunCount"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Applets\Tour]
"RunCount"=dword:00000000
disable unread mail at logon screen
Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\UnreadMail]
"MessageExpiryDays"=dword:00000000
disable windows showing zips as folders
Quote:
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder]
[-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFold er]
stop windows from creating my pictures, my music, and my videos folders in my documents
put this into a .bat file and run from anywhere

Quote:
cd /d %windir%\system32
regsvr32.exe /u mydocs.dll
pause
then reboot and delete %windir%\system32\mydocs.dll (system file protection might restore it)

speed up ntfs drives by disabling some win31 / 16bit support
Quote:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\FileSystem]
"Win31FileSystem"=dword:00000000
"Win95TruncatedExtensions"=dword:00000001
"NtfsDisableLastAccessUpdate"=dword:00000001
"NtfsDisable8dot3NameCreation"=dword:00000001
speed up windows explorer
Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"NoNetCrawling"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\Explorer]
"NoRemoteRecursiveEvents"=dword:00000001
remove WMP context menu options
Quote:
[-HKEY_CLASSES_ROOT\CLSID\{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}]
[-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}]
[-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}]
remove extra entries from new context menu
Quote:
[-HKEY_CLASSES_ROOT\.bfc\ShellNew]
[-HKEY_CLASSES_ROOT\.bmp\ShellNew]
[-HKEY_CLASSES_ROOT\.doc\WordPad.Document.1\ShellNew]
[-HKEY_CLASSES_ROOT\.rtf\ShellNew]
[-HKEY_CLASSES_ROOT\.wav\ShellNew]
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder\ShellNew]
add program to app path (change PROGRAM)
Quote:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\App Paths\PROGRAM.exe]
@="G:\\PROGRAM\\PROGRAM.exe"
"Path"="G:\\PROGRAM"
add the time to dos prompts (its just before C:\)
Quote:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Environment]
"Prompt"=hex(2):24,54,24,53,24,50,24,47,00

Last edited by ChoGGi; Apr 23, 2005 at 04:09 AM.
ChoGGi is offline   Reply With Quote
Old Apr 23, 2005, 12:30 AM   #112
DriverHeaven Senior Member
 
ChoGGi's Avatar
 
Join Date: Jun 2002
Location: Toronto
Posts: 1,211
Rep Power: 0
ChoGGi is on a distinguished road

and my services config (network connections is disabled, see bottom to enable, its called netman)
if errorcontrol is 1 it gives an error somewhere
errorcontrol 2 (or 3) means windows refuses to start so i put them all to 0

Quote:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Alerter]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ALG]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\AppMgmt]
"Start"=dword:00000003
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\AudioSrv]
"Start"=dword:00000002
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\BITS]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Browser]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\cisvc]
"Start"=dword:00000003
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ClipSrv]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\COMSysApp]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\xmlprov]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\CryptSvc]
"Start"=dword:00000003
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dhcp]
"Start"=dword:00000002
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\dmadmin]
"Start"=dword:00000003
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\dmserver]
"Start"=dword:00000003
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dnscache]
"ErrorControl"=dword:00000000
"Start"=dword:00000003
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ERSvc]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Eventlog]
"Start"=dword:00000002
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\EventSystem]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\FastUserSwitchingCompatibility]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\helpsvc]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\HidServ]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ImapiService]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\lanmanserver]
"ErrorControl"=dword:00000000
"Start"=dword:00000003
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\lanmanworkstation]
"ErrorControl"=dword:00000000
"Start"=dword:00000002
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LmHosts]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Messenger]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\mnmsrvc]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\MSDTC]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\MSIServer]
"Start"=dword:00000003
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\NetDDE]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\NetDDEdsdm]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Netlogon]
"ErrorControl"=dword:00000000
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Netman]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Nla]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\NtLmSsp]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\NtmsSvc]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\PlugPlay]
"Start"=dword:00000002
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\PolicyAgent]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ProtectedStorage]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RasAuto]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RasMan]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RDSessMgr]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RemoteAccess]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RemoteRegistry]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RpcLocator]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RSVP]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SamSs]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SCardDrv]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SCardSvr]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Schedule]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\seclogon]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SENS]
"ErrorControl"=dword:00000000
"Start"=dword:00000003
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SharedAccess]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\httpfilter]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ShellHWDetection]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Spooler]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\srservice]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SSDPSRV]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\stisvc]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SwPrv]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SysmonLog]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\TapiSrv]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\TermService]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Themes]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\TlntSvr]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\TrkWks]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\uploadmgr]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\upnphost]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\UPS]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\VSS]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W32Time]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\WebClient]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\winmgmt]
"Start"=dword:00000002
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\WmdmPmSp]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Wmi]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\WmiApSrv]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\wuauserv]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\WZCSVC]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\wscsvc]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\sr]
"Start"=dword:00000004
"ErrorControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dcomlaunch]
"Start"=dword:00000002
"ErrorControl"=dword:00000000
"FailureActions"=hex:00,00,00,00,00,00,00,00,00,00 ,00,00,03,00,00,00,53,00,65,\
00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,00 ,01,00,00,00,60,ea,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RpcSs]
"Start"=dword:00000002
"ErrorControl"=dword:00000000
"FailureActions"=hex:00,00,00,00,00,00,00,00,00,00 ,00,00,03,00,00,00,53,00,65,\
00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,00 ,01,00,00,00,60,ea,00,00
these last two values tells windows not to reboot when they get stopped

if you have DSL (or a modem i guess) then change
"Start"=dword:0000000?
to
"Start"=dword:00000002
for these
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RasAuto]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RasMan]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\TapiSrv]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Netman]

Last edited by ChoGGi; Apr 27, 2005 at 04:18 PM.
ChoGGi is offline   Reply With Quote
Old Apr 23, 2005, 01:13 AM   #113
DriverHeaven Senior Member
 
Join Date: Jun 2003
Location: San Diego, Ca
Posts: 716
Rep Power: 0
Widkidone is an unknown quantity at this point

Some of these tweak are ok but just do not over do them. If you go to www.tweakhound.com some of these can hurt your system performance or have no evidence of any improvement. But so not mess with your registry unless if you know what what you are doing. I would recommend that you do some research at www.tweakhound.com and check out www.tweakxp.com
__________________
Case- Cooler Master ATC-201B-BXT Aluminum Case
Power Supply- Antec 480w TrueBlue480 ATX-12V
MX518 Mouse
CPU- AMD Athlon 64 processor 4000+ (2.4GHz) Socket-939
Motherboard-K8N Neo2 Platinum
2 GB DDR (2 pcs 1GB) PC-3200 (400) OCZ Dual Channel Platinum
Hard Drive- WD 74GB 8MB 10000rpm S-ATA WD740GD
Sound Card- Creative SB Audigy 2 Zs Platinum
CDRW- LG GCE-8525BI 52X32X52 CD-RW
OS- Microsoft Windows XP Pro Edition w/SP2
Video-Radeon X850XT AGP 256MB
Widkidone is offline   Reply With Quote
Old May 31, 2005, 11:34 PM   #114
DriverHeaven Junior Member
 
Join Date: Feb 2003
Location: Utah, USA
Posts: 43
Rep Power: 0
Vyrticl is on a distinguished road

I recently released a Windows XP tweaking guide that I feel everyone here should be informed about. All the tweaks on the guide have been tested to be sure they are valid and help out your computer. Check it out.

Whistling Cricket Windows XP Tweaking v2.0
__________________
The Whistling Cricket Tweaking Restaurant

If it ain't broke, tweak it!
Vyrticl is offline   Reply With Quote
Old Jun 1, 2005, 12:34 AM   #115
DriverHeaven Senior Member
 
ChoGGi's Avatar
 
Join Date: Jun 2002
Location: Toronto
Posts: 1,211
Rep Power: 0
ChoGGi is on a distinguished road

thanks Vyrticl looks pretty good.
ChoGGi is offline   Reply With Quote
Old Jun 12, 2005, 03:31 PM   #116
DriverHeaven Junior Member
 
Join Date: Jun 2005
Posts: 63
Rep Power: 0
m|Ke is on a distinguished road

unload dll tweak for xp does nothing, its useless.
__________________
[color=White][color=green][/color][/color]AMD Athlon 64 3200+ Venice (Socket 939)
Epox EP-9NPA+ nForce4 (Socket 939) (PCI-Express)
GeIL 1GB PC3200
Sapphire ATI Radeon X850XT 256MB (PCI-Express)


m|Ke is offline   Reply With Quote
Old Jul 6, 2005, 11:03 AM   #117
DriverHeaven Lover
 
Join Date: Feb 2005
Location: TR
Posts: 184
Rep Power: 0
Aligokalppeker is on a distinguished road

Yes it does but not in all cicumstances,,Unloading dll directly after program exit releases memory area releated with DLL.This keeps memory clean and defragmented.But if you run a program frequently than this causes a slowdown because DLL needs to be loaded every start of program

Last edited by Aligokalppeker; Jul 6, 2005 at 11:16 AM.
Aligokalppeker is offline   Reply With Quote
Old Jul 18, 2005, 08:27 PM   #118
DriverHeaven Newbie
 
Join Date: Jun 2005
Posts: 5
Rep Power: 0
AnakinBR is on a distinguished road

rolleyes

Quote:
Originally Posted by nForcer
WindowsXP with 512MB Tweaks (combined)

Tweaks for those fortunate to run 512MB RAM or more.

Don't say I never gave ya anything!
since from JavaScript is a Windows Registry? look at the content of your tweak:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html dir=ltr>

<head>
<style>
a:link			{font:8pt/11pt verdana; color:FF0000}
a:visited		{font:8pt/11pt verdana; color:#4e4e4e}
</style>

<META NAME="ROBOTS" CONTENT="NOINDEX">

<title>The page cannot be found</title>

<META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
</head>

<script> 
function Homepage(){
<!--
// in real bits, urls get returned to our script like this:
// res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm 

	//For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
	DocURL = document.URL;
		
	//this is where the http or https will be, as found by searching for :// but skipping the res://
	protocolIndex=DocURL.indexOf("://",4);
	
	//this finds the ending slash for the domain server 
	serverIndex=DocURL.indexOf("/",protocolIndex + 3);

		//for the href, we need a valid URL to the domain. We search for the # symbol to find the begining 
	//of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
	//urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
	BeginURL=DocURL.indexOf("#",1) + 1;
	
	urlresult=DocURL.substring(BeginURL,serverIndex);
				
	//for display, we need to skip after http://, and go to the next slash
	displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);

	InsertElementAnchor(urlresult, displayresult);
}

function HtmlEncode(text)
{
	return text.replace(/&/g, '&amp').replace(/'/g, '&quot;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
}

function TagAttrib(name, value)
{
	return ' '+name+'="'+HtmlEncode(value)+'"';
}

function PrintTag(tagName, needCloseTag, attrib, inner){
	document.write( '<' + tagName + attrib + '>' + HtmlEncode(inner) );
	if (needCloseTag) document.write( '</' + tagName +'>' );
}

function URI(href)
{
	IEVer = window.navigator.appVersion;
	IEVer = IEVer.substr( IEVer.indexOf('MSIE') + 5, 3 );

	return (IEVer.charAt(1)=='.' && IEVer >= '5.5') ?
		encodeURI(href) :
		escape(href).replace(/%3A/g, ':').replace(/%3B/g, ';');
}

function InsertElementAnchor(href, text)
{
	PrintTag('A', true, TagAttrib('HREF', URI(href)), text);
}

//-->
</script>

<body bgcolor="FFFFFF">

<table width="410" cellpadding="3" cellspacing="5">

  <tr>	
	<td align="left" valign="middle" width="360">
	<h1 style="COLOR:000000; FONT: 13pt/15pt verdana"><!--Problem-->The page cannot be found</h1>
	</td>
  </tr>
  
  <tr>
	<td width="400" colspan="2">
	<font style="COLOR:000000; FONT: 8pt/11pt verdana">The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</font></td>
  </tr>
  
  <tr>
	<td width="400" colspan="2">
	<font style="COLOR:000000; FONT: 8pt/11pt verdana">

	<hr color="#C0C0C0" noshade>
	
	<p>Please try the following:</p>

	<ul>
	  <li>If you typed the page address in the Address bar, make sure that it is spelled correctly.<br>
	  </li>
	  
	  <li>Open the 
	  
	  <script>
	  <!--
	  if (!((window.navigator.userAgent.indexOf("MSIE") > 0) && (window.navigator.appVersion.charAt(0) == "2")))
	  { 
		  Homepage();
	  }
	  //-->
	   </script>

	   home page, and then look for links to the information you want.</li>
	   
	  <li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li>
	</ul>
	
	<h2 style="font:8pt/11pt verdana; color:000000">HTTP 404 - File not found<br>
	Internet Information Services<BR></h2>
	 
	<hr color="#C0C0C0" noshade>
	
	<p>Technical Information (for support personnel)</p>
	
<ul>
<li>More information:<br>
<a href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&pid=&ID=404&cat=web&os=&over=&hrd=&Opt1=&Opt2=&Opt3=" target="_blank">Microsoft Support</a>
</li>
</ul> 

	</font></td>
  </tr>
  
</table>
</body>
</html>
AnakinBR is offline   Reply With Quote
Old May 17, 2007, 11:00 PM   #119
DriverHeaven Junior Member
 
Join Date: Jan 2007
Posts: 23
Rep Power: 0
neebl is on a distinguished road

so can i use all of these or some?-running 128MB on XP. also if i use multiple, can i put them under a single Windows Registry Editor Version 5.00 heading or do i use seperate heading fer each?
neebl is offline   Reply With Quote
Old Apr 7, 2009, 06:13 PM   #120
DriverHeaven Junior Member
 
Join Date: Dec 2007
Posts: 60
Rep Power: 16
WxMan1 is just really niceWxMan1 is just really niceWxMan1 is just really niceWxMan1 is just really niceWxMan1 is just really nice

Customize Windows Explorer startup view

1. Click Start, point to Programs, then Accessories, then right–click Windows Explorer, and click Properties.

2. Under Target field, which reads %SystemRoot%\explorer.exe,
change to make the line read

%SystemRoot%\explorer.exe /e, /select, C:\

3. Click OK.

How to display special Explorer Objects using command line

Last edited by WxMan1; Apr 8, 2009 at 12:56 AM.
WxMan1 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools