March 26, 201016 yr Can anybody mention about winlogon location in XPI would like to use xxx.bat file during the windows logging run automatically itselfThanks in Advance
March 28, 201016 yr 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
March 28, 201016 yr or copy your xxx.bat file to this folder. (it will run each logon)C:\Windows\System32\GroupPolicy\User\Scripts\Logon
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now