Comment on YouTube is taking down videos on performing nonstandard Windows 11 installs
SatyrSack@quokk.au 1 week agoType (no quotes) “net user Prefferedusername /add”
Using backticks instead of quotation marks is the ideal way to document technical instructions like this here:
Type
net user Prefferedusername /add(replacing Prefferedusername with the user name you wish to use) and press enter.Next type
net localgroup administrators Prefferedusername /addand press enter.
Type `net user Prefferedusername /add` (replacing Prefferedusername with the user name you wish to use) and press enter.Next type
`net localgroup administrators Prefferedusername /add` and press enter.