Can anyone tell me how to create a local user without a profile on Windows 7?
I have a cron job I want to run, but I do not want this user to to show up on the list of local logins on the startup screen.
Can anyone tell me how to create a local user without a profile on Windows 7?
I have a cron job I want to run, but I do not want this user to to show up on the list of local logins on the startup screen.
To hide additional user accounts on Windows & Logon Use Regedit (also works for Vista)
at Run type regedit
Once in regedit go to HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon
In the left panel, right click on Winlogon and click New and click Key.
Type SpecialAccounts and press Enter
In the left panel, right click on SpecialAccounts and click New and click Key.
Type UserList and press Enter.
In right panel of UserList, right click on a empty area and click New then click DWORD (32bit) Value.
Type in the name of the user account that you want to hide and press Enter.eg: Everyday Account.
In the right panel, right click on the user account name and click Modify.
To hide the user account – Type 0 and click OK. Whenever you want to use the account just unhide it by typing 1 instead of zero.