fbpx

HOW DO I FOUND MY WINDOWS PRODUCT KEY

Windows 8.1 and Windows 10 The product key is located inside the product packaging, on the receipt or confirmation page for a digital purchase or in a confirmation e-mail that shows you purchased Windows. If you purchased a digital copy from Microsoft Store, you can locate your product key in your Account under Digital Content. Windows … Read more

How Do You Run A Script In Powershell?

5

Run A Script In PowerShell? Launch Windows PowerShell, and wait a moment for the PS command prompt to appear Navigate to the directory where the script lives PS> cd C:\my_path\ (enter) Execute the script: PS> .\run_import_script.ps1 (enter) If it fails, you should check “setexecutionpolicy” Steps: Launch a Windows PowerShell window run as an administrator. Navigate … Read more