User Tools

Site Tools


computing:windows:first_boot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computing:windows:first_boot [2022/08/30 10:52]
jcooper created
computing:windows:first_boot [2022/08/30 10:56] (current)
jcooper
Line 1: Line 1:
-====== Add Hidden Users ======+====== Create Local Account ======
  
-This is to create a user that does not show in **Control Panel -> User Accounts** or on the **Sign In Screen**+This is to create a local account without using a Microsoft account
  
-=====  Create User ===== +  DO NOT connect the PC to the Internet 
- +  - Yes USYes US KeyboardSkip add Keyboard 
-At an **Administrative Command Prompt** +  - I Don't have Internet 
-<file> +  - Continue with limited setup 
-net user UserName PassWord /add (hit enter) +  - Accept 
-</file> +  - Userpassword twiceSecurity questions 
-<file> +  - No on all policy settings 
-net localgroup Administrators UserName /add (hit enter) +  - Continue, not now
-</file> +
- +
-:!: **UserName** and **PassWord** are replaced with your chosen values +
- +
-===== Make the user hidden ===== +
- +
-https://www.windowscentral.com/how-hide-specific-user-accounts-sign-screen-windows-10 +
- +
-  - Use the Windows key + R keyboard shortcut to open the Run command, type regedit, and click OK to open the Windows Registry. +
-  - Browse the following path: **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon** +
-  - Right-click the Winlogonselect Newand click Key. +
-  - Name the new key SpecialAccounts. +
-  - Right-click the SpecialAccounts key, select new, and click Key. +
-  - Name the new key UserList. +
-  - Inside of UserListright-clickselect New, and click DWORD (32-bit) Value. +
-  - Name the new DWORD key with the name of the account you're trying to hide. +
-  - Double-click the new DWORD key and make sure its data value is set to 0. +
- +
-===== Set Password To Never Expire ===== +
- +
-At an **Administrative Command Prompt** +
-<file> +
-wmic UserAccount where name='UserName' set PassWordExpires=false (hit enter) +
-</file> +
-:!: Replace **UserName** with the user account you want to hide.+
computing/windows/first_boot.1661878361.txt.gz · Last modified: 2022/08/30 10:52 by jcooper