This tutorial will help you to unlock your Plesk control panel running on a server with Windows operating system.
In case you have inserted three times, wrong Plesk administrator password, and your Plesk login is locked, under Windows you can unlock it with the following steps:
Open a console:
Windows Start button - > Run... -> type:'cmd'
This will open Windows command prompt.Then change the current location to the MySQL executable folder (usually it is on C: drive). In the command prompt type:
cd \
cd Program Files\SWsoft\Plesk\MySQL\bin
then type or copy/paste the following line:
mysql.exe -u admin -p -D psa -P 8306 -e "DELETE FROM lockout"



