• Skip to primary sidebar
  • Skip to content

ZOMI DAILY

A bunch of snippets

Cloning tool for Windows

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.

  • Macrium Reflect
  • Acronis True Image

How to find PowerShell version

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

How to manually add Password in Chrome browser

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!

Rename computer with PowerShell

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

Get MAC address with command

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:

  • getmac /v /fo list
  • ipconfig /all
  • netsh wlan show interface (wifi)

Enable PIN on domain joined PC

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.

  • Browse to this location: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System
  • If not present, create “AllowDomainPINLogon” with DWORD
  • Set the value to 1
  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to Next Page »

Primary Sidebar

Recent Posts

  • SFC scan tool to repair missing or corrupted system files
  • Turn Off Outlook’s alert for new Email
  • Uninstall Programs with Command Prompt
  • Windows: How to reset forgotten admin password
  • Exchange Server: How to export pst file

Browse by Tag

Azure (1) Chrome (1) Clone (1) Cloudflare (1) CMD (1) Exchange (1) FortiMail (1) Outlook (1) Password (2) PowerShell (8) Server (3) Sever (1) SSD (1) SSL (1) Windows (14) WordPress (1)

Copyright © 2022 · ZOMI DAILY