Jump to content

autologon and runonce exec


Recommended Posts

ive got a unnatended xp installation

and i tried to run runonceexec to install all my proggies. but for some reason my autologn =doesnt work and it doesnt put me as admin so it oesnt install half the stuff - and then doesnt clean it up.

can anyone help my files ar ethe following

_OEM_.rar

Link to comment
Share on other sites


Your autologon registry patch is missing the ForceAutoLogon line. Below is a copy of my AutoLogon registry patch for Windows XP. You can use this as the template for your own patch.

Windows Registry Editor Version 5.00

;The purpose of this registry patch is to enable automatic logons to Windows XP

;Microsoft AutoAdminLogon
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinLogon]
"AutoAdminLogon"="1"              ;Enable AutoAdminLogon
;"AutoAdminLogonCount"="100"       ;Number of times to allow AutoAdminLogon
"DefaultUserName"="Administrator" ;Default account used by AutoAdminLogon
"DefaultPassword"="password"      ;Password for default account
"ForceAutoLogon"="1"              ;Force the Use of Automatic Logon
"DontDisplayLastUserName"="0"     ;If enabled Automatic Logon will not function correctly
"IgnoreShiftOverride"="1"         ;Disable the Automatic Logon Shift Override Feature

Link to comment
Share on other sites

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...