QUOTE
CLS
@ECHO OFF
ECHO.
ECHO Installing Steam
ECHO Please wait...
start /wait %systemdrive%\Install\steam.exe /s
taskkill /f /im steam.exe
ECHO.
ECHO Merging Registries
ECHO Please wait...
regedit /s %systemdrive%\registry\steam.reg
ECHO.
ECHO Deleting Temp Installation Files
RD /S /Q %systemdrive%\Install
RD /S /Q %systemdrive%\Registry
EXIT
and this is what I have for steam.reg@ECHO OFF
ECHO.
ECHO Installing Steam
ECHO Please wait...
start /wait %systemdrive%\Install\steam.exe /s
taskkill /f /im steam.exe
ECHO.
ECHO Merging Registries
ECHO Please wait...
regedit /s %systemdrive%\registry\steam.reg
ECHO.
ECHO Deleting Temp Installation Files
RD /S /Q %systemdrive%\Install
RD /S /Q %systemdrive%\Registry
EXIT
QUOTE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Valve\Steam\Steam.exe]
"UpTimeStart"=dword:00000000
[HKEY_CURRENT_USER\Software\Valve\Steam\Steam.exe]
"UpTimeStart"=dword:00000000
However 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!