On Windows 7 Professional one can right-click the user in the Computer Management's Local Users and Groups to set the Logon script on the Profile tab. Unfortunately, Windows 7 Home Premium does not (seem to) have the Local Users and Groups in the Computer Management. How to configure the logon script on Windows 7 Home Premium.?
|
|
You're right, this MMC snap-in is disabled unless you have at least Windows 7 (or Vista) Professional. You should be able to configure user properties using the net user command:
The script location:
|
|||||||||
|
|
Summary for what I did to resolve this issue:
Because Windows 7 Home did not wait until this script had been finished and continued to load other applications, I also needed to create a |
|||
|
|
|
I’m using Win 7 Premium Home on a standalone system and wanted to run a logon script to mount an encrypted volume. Searching the net gave only complicated results (gpedit, registry update). My solution is very simple: I created on C: a folder (with a name whatever you want) and put my script into it. This folder must be shared with the share name “Netlogon” It works! At least on my local system. |
|||
|
|
If you get an error like this when running the net user command, make sure you run CMD as adminisitrator (use right click and select "Run as administrator")! |
||||
|
|