LazyBoy Posted October 13, 2005 Posted October 13, 2005 I ran this command on a pristine Windows (in virtual pc), steam installed fine and the reg file was merged correctly.CLS@ECHO OFFECHO.ECHO Installing SteamECHO Please wait...start /wait %systemdrive%\Install\steam.exe /staskkill /f /im steam.exeECHO.ECHO Merging RegistriesECHO Please wait...regedit /s %systemdrive%\registry\steam.regECHO.ECHO Deleting Temp Installation FilesRD /S /Q %systemdrive%\InstallRD /S /Q %systemdrive%\RegistryEXITand this is what I have for steam.regWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Valve\Steam\Steam.exe]"UpTimeStart"=dword:00000000However after I restarted Windows, steam still loaded. I checked the same key and it was not 0 as I set it to, nor was it 1, but something like 1231245 (some really high value) and steam still loads up startup with that value. How do I fix this? Thanks!
MHz Posted October 13, 2005 Posted October 13, 2005 Steam runs at logon? if so, then check for it's entry in one of these keys:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
LazyBoy Posted October 13, 2005 Author Posted October 13, 2005 Could you tell me how to delete a key in command prompt?
nakira Posted October 13, 2005 Posted October 13, 2005 Use reg.exe. for more info, type "reg /?" and "reg delete /?" in a cmd window.Two examplesreg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v "Free Download Manager"reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v SunServer
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now