Announcement

Collapse
No announcement yet.

Auto Login program for 9X

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

  • Auto Login program for 9X

    I have searched the forum high and low for some type of code
    that's allows an auto login feature for Win 9X but can't find
    any. Does anyone out there know of a place I can find something?

    Thanks
    Doug

    ------------------
    There is a principle which is a bar against all information, which is proof against all arguments and which cannot fail to keep a man in everlasting ignorance - that principle is contempt prior to investigation.

    Herbert Spencer

  • #2
    It is stored in the registery, I don't know the keys offhand but:

    download TWEAK UI from download.com, install it, goto control panel
    and one of the options will be "Auto Login", works great for
    Windows 98 Second Edition, I use it all the time to Auto Login
    win98 Time Entry Systems. I'm sure if you dig around you'll
    find the keys in Windows.

    ------------------
    -Greg
    -Greg
    [email protected]
    MCP,MCSA,MCSE,MCSD

    Comment


    • #3
      Gregery

      Right after I posted this I found the Tweak UI and installed it
      and it work great!

      Thanks
      Doug

      ------------------
      There is a principle which is a bar against all information, which is proof against all arguments and which cannot fail to keep a man in everlasting ignorance - that principle is contempt prior to investigation.

      Herbert Spencer

      Comment


      • #4
        For more reg. tweaks, try www.xteq.com. Even more interesting, this app. uses plug-ins in a script language, which can be read in a text editor. These are a very rich source of registry keys & settings, which can easily be ported to anything. For example, I derived this:
        Code:
        REGEDIT4
        
        [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Defrag\Settings\DisableScreenSaver]
        @="YES"
        This stops the screensaver lousing up Defrag. Why is this not set by default?

        Paste it into a file "WHATEVER.REG" (or whatever) & double-click. That's it! Only took me six years to find that nugget.

        It is probable that the keys & settings you need can be acquired similarly, write your own, & bin TweakUI.


        ------------------


        [This message has been edited by David J Walker (edited October 15, 2001).]

        Comment


        • #5
          David

          Thanks for the info. Alway's looking to do things the easier way!

          Doug

          ------------------
          There is a principle which is a bar against all information, which is proof against all arguments and which cannot fail to keep a man in everlasting ignorance - that principle is contempt prior to investigation.

          Herbert Spencer

          Comment

          Working...
          X