I am trying to work out how to best use Windows 10 logon scripts on a computer that is NOT domain joined:
I know that I can apply a .bat file for 'all users' in this location: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
and I can apply a .bat file for a 'single user' in this location: C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
and this works..
However I am trying to work out how to use the 'Logon Script' in the profile tab of the user's properties (Computer Management > Local Users and Groups > Users)?
If I enter a .bat name in 'Logon Script' does this link to another folder where I can store other .bat files (as I could do with a domain Joined PC)
Thanks for your assistance..