From 6245ca69900eb77170f3b0e655a29989e2eb8025 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 16 Aug 2021 02:36:51 +0300 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4b6141f..88e0e60 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
- Last tested version: 1.1.65.643 + Last tested version: 1.1.66.578
@@ -42,17 +42,21 @@ or * Reinstall Spotify + + ### Importantly: - * For some PCs, for full Powershell to work, you need to set the permissions at least to the `RemoteSigned` position. - * To check your access rights: - * Call PowerShell Console `Win + R` write `powershell` and `Ok` - * Enter the command `Get-ExecutionPolicy` - * If your rights are `Restricted` or `AllSigned` then enter the command - ```ps1 - Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned –Force - ```` +#### High access rights are set for PowerShell +For some PCs, for full Powershell to work, you need to set the permissions at least to the `RemoteSigned` position. +To check your access rights: + * Call PowerShell Console `Win + R` write `powershell` and `Ok` + * Enter the command `Get-ExecutionPolicy` + * If your rights are `Restricted` or `AllSigned` then enter the command +```ps1 + Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned –Force +```` - * If you are using Windows 7 - Windows 8.1, there may be errors in the installation process due to an outdated version of NET Framework and PowerShell. + #### Outdated versions of PowerShell + If you are using Windows 7 - Windows 8.1, there may be errors in the installation process due to an outdated version of NET Framework and PowerShell. Do the following: * Upgrade to [NET Framework 4.8](https://go.microsoft.com/fwlink/?linkid=2088631) * Upgrade to [WMF 5.1](https://www.microsoft.com/en-us/download/details.aspx?id=54616)