Thursday, 17 March 2011

Unlock Taskbar in Windows 7

Open command prompt with administrative privileges and type the following commands
  • takeown /f %windir%\explorer.exe
  • cacls %windir%\explorer.exe /E /G UserName:F (replace UserName with your username in windows 7)
  • taskkill /im explorer.exe /f
  • cd %windir%
  • start unlockProtectedFeatures.exe

No comments:

Post a Comment