You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,12 @@ The two main files used in this setup are:
36
36
37
37
## ⚠️ Important Notes
38
38
39
+
### PowerShell Prompt during Setup
40
+
41
+
**When running the `setup_autostart.bat` script, a PowerShell window may briefly appear.**
42
+
43
+
This window might ask you to confirm the installation of the **NuGet Package Provider** or similar necessary dependencies. If prompted, you **must type `Y` and press Enter** to allow the script to proceed with the Spicetify installation. This is a standard Windows security prompt.
44
+
39
45
### Security
40
46
41
47
This script executes a command that downloads code from an external server and runs it immediately (`iwr -useb ... | iex`). Ensure you trust the source (Spicetify CLI) before running the automated script, and consider reviewing the contents of the official installation script periodically.
0 commit comments