How To Import Gmail Contacts? : The comma-separated value is a file that stores all data in table format in a.csv extension, which can maxternSeptember 8, 2024
Printer will not scan to pc : I bought a new pc. that went from win10 to 11 the printer works on everything but scanning to the pc. oldfitter597September 8, 2024
Windows 10 includes a built-in Administrator account that, by default, is hidden and disabled for security reasons. Sometimes, you need to perform a bit of Windows management or troubleshooting or make changes to your account that requires administrator access. For these reasons, you can enable the Administrator account and then disable it when you're finished.
1. Enabling the Administrator account using the command prompt is the quickest and easiest method.
2. Open a command prompt as an administrator by typing cmd in the search field.
3. From the results, right-click the entry for Command Prompt, and select Run as Administrator.
4. At the command prompt, type net user administrator. The value for Account Active should say No
5. Type net user administrator /active:yes. You should receive a response that the command completed successfully.
6. Type net user administrator. The value for Account Active should now say Yes