• 0 Posts
  • 4 Comments
Joined 2 months ago
cake
Cake day: August 25th, 2025

help-circle


  • Type (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 /add and 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.