The disk cloning software will allow you to simply and easily clone your hard drive to serve as a backup, and restore it if or when necessary.
- Macrium Reflect
- Acronis True Image
A bunch of snippets
by Admin . Leave a Comment
The disk cloning software will allow you to simply and easily clone your hard drive to serve as a backup, and restore it if or when necessary.
by Admin . Leave a Comment
If you are curious about the version of PowerShell installed on your PC, you can run the following command in PowerShell:
$PSVersionTable
Get-Host | Select-Object Version
by Admin . Leave a Comment
If Google Chrome browser doesn’t offer to save password for some reason, you can still manually add your password to Chrome Password Manager.
First, go and check here if you can see the Add button: chrome://settings/passwords
If you couldn’t find the Add button, go to here from your Chrome browser bar: chrome://flags/
Then look for the phrase Add Passwords in Settings and Enable it. Restart your Chrome browser and you should be able to add any password manually. Cheers!
by Admin . Leave a Comment
You can use PowerShell to rename your computer instead of using several steps of graphical interface.
Rename-Computer -NewName "New_Computer_Name" -Restart
by Admin . Leave a Comment
“MAC” stands for Media Access Control, and is also known as a Physical Address. You can find the MAC address by typing the following command line:
by Admin . Leave a Comment
Users who are running Windows 10 Version 1607 or later version of Windows 10 and who are joined to an Active Directory domain cannot create a convenience PIN.