Jump to content

Need a little help with Steam (keep it from loading at startup)


Recommended Posts

Posted

I ran this command on a pristine Windows (in virtual pc), steam installed fine and the reg file was merged correctly.

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
Windows Registry Editor Version 5.00

[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!


Posted

Steam runs at logon? if so, then check for it's entry in one of these keys:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Posted

Use reg.exe. for more info, type "reg /?" and "reg delete /?" in a cmd window.

Two examples

reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v "Free Download Manager"

reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v SunServer

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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