mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-20 06:10:05 +10:00
Update README.md
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
* For [Windows Desktop](https://www.spotify.com/download/windows/) only. (microsoft store version is not suitable)
|
* For [Windows Desktop](https://www.spotify.com/download/windows/) only. (microsoft store version is not suitable)
|
||||||
* Blocks all banner, video and audio ads in the client
|
* Blocks all banner, video and audio ads in the client
|
||||||
* Unlocks the skip function of any track
|
* Unlocks the skip function of any track
|
||||||
* Blocks / unblock automatic updates (optional)
|
* Blocks automatic updates (optional)
|
||||||
* [Automatic cache clearing](https://github.com/amd64fox/SpotX/discussions/2) (optional)
|
* [Automatic cache clearing](https://github.com/amd64fox/SpotX/discussions/2) (optional)
|
||||||
|
|
||||||
|
|
||||||
@@ -43,6 +43,15 @@ or
|
|||||||
* Reinstall Spotify
|
* Reinstall Spotify
|
||||||
|
|
||||||
### Importantly:
|
### 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
|
||||||
|
````
|
||||||
|
|
||||||
* 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.
|
* 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:
|
Do the following:
|
||||||
* Upgrade to [NET Framework 4.8](https://go.microsoft.com/fwlink/?linkid=2088631)
|
* Upgrade to [NET Framework 4.8](https://go.microsoft.com/fwlink/?linkid=2088631)
|
||||||
|
|||||||
Reference in New Issue
Block a user