AdminUser Posted March 26, 2010 Posted March 26, 2010 Can anybody mention about winlogon location in XPI would like to use xxx.bat file during the windows logging run automatically itselfThanks in Advance
allen2 Posted March 28, 2010 Posted March 28, 2010 If it's for all users, add a registry entry (type REG_SZ and name of your choice)there :HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunIts value should contain the full path to the batch you need to run.If it's only for one user, log on with this user and add the entry there:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
MrJinje Posted March 28, 2010 Posted March 28, 2010 or copy your xxx.bat file to this folder. (it will run each logon)C:\Windows\System32\GroupPolicy\User\Scripts\Logon
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now