No announcement yet.

How Do I Run A Reg Startup Checker?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How Do I Run A Reg Startup Checker?

    I need to make sure a value is set in my registry every time I log in. It is:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Update\UpdateMode with a value at 1. I want to create a startup script that simply just replaces this or just checks it or just sets the value to 1 every time. I am not to sure how to do this...can anyone help?

  • #2
    Re: How Do I Run A Reg Startup Checker?

    Just go to that place in the registry and set it to 1 then.


    Or what exactly is it, and what are you trying to make it do or not do?

    There is many ways to add something to startup, a easy one is startupCPL >>>
    http://www.mlin.net/StartupCPL.shtml

    This program will allow you to add or remove things, from various points of startup

    If you need a Registry file made to set this (Which I dont know why, you can just set it from regedit, but not sure what you are asking so I thought I better add this info) You will have to post me a screenshot of that exact registry location open so I can see the value that mode is calling to. So It will look like this, but I need to know the xxxxx below valueto add into it.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Update\UpdateMode]
    "xxxxxx"=dword:00000001
    Last edited by Lsdmeasap; 10-08-2008, 10:39 AM.

    Comment

    Working...
    X