/enable-devtools-spotify

Enable Spotify devtools for Windows

Primary LanguagePowerShell

Enable devtools in Spotify for Windows

What does the script do?

  • Activates the main developer options in the menu
  • Activates the developer menu on the right mouse click
  • Activates Debug Tools (Only works with version 1.1.92 and above)
  • Activates the item for employees in the Spotify settings
  • After closing the client, all developer menus will be disabled

Launch type:

Enable only Devtools

Just download and run Enable-devtools.bat

or

Run The following command in PowerShell:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (iwr -useb 'https://raw.githubusercontent.com/amd64fox/Enable-devtools-Spotify/main/Enable-devtools.ps1').Content | iex
Enable advanced Devtools settings

Just download and run Enable-devtools-plus.bat

or

Run The following command in PowerShell:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/Enable-devtools-Spotify/main/Enable-devtools.ps1').Content) } -dev_plus"

A little more

Screenshots

Main developer options in the menu Developer menu on the right mouse click
Снимок экрана 2022-09-07 152432 Снимок экрана 2022-09-07 154755
Debug Tools Debug Tools
Снимок экрана 2022-09-07 152032 Снимок экрана 2022-09-07 155426
Item for employees in the Spotify settings
Снимок экрана 2022-09-07 152114

Starting from version 1.1.80.699, access to devtools was limited, this script turns on devtools forcibly.

The idea was spied here