Advanced Search
Search Results
4 total results found
Create/Add an Administrator User
Overview N/A Requirements Snippet must be ran using administrator level permissions. Snippet Code Open the CMD prompt. Add the user: net user /add <username> <password> Add the user to the administrators group: net localgroup adminis...
Add a User to the Local Administrators Group
Overview N/A Requirements Snippet must be ran using administrator level permissions. Snippet Code net localgroup administrators <domain>\<username> /add Snippet Documentation N/A Sources N/A KB Change/Issue Log yyy...
Hide the Tab Bar
Introduction Hiding the Mozilla Firefox tab bar is useful when used in conjunction with the Tree Style Tabs plugin. The following changes heavily rely on custom CSS from MrOtherGuy/firefox-csshacks. This changes include: Create a placeholder for the Fi...
Bypass WIndows 11 TPM, CPU, and RAM Requirements
Introduction Bypass the Windows 11 installation checks by editing the registry during the Windows 11 setup process. Requirements A bootable Windows 11 ISO or USB. Instructions Bypass TPM, CPU, and RAM Boot into the Windows 11 iso: Pres...