Revision: 12076
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 1, 2009 06:52 by mwt
Initial Code
for %%i in (*.exe) do reg add HKCU\Software\Sysinternals\%%~ni /v EulaAccepted /t REG_DWORD /d 1 /f reg add "HKCU\Software\Sysinternals\Active Directory Explorer" /v EulaAccepted /t REG_DWORD /d 1 /f
Initial URL
Initial Description
This is to simply run through a directory of executables and adds the appropriate SysInterls registry entry (from http://forum.sysinternals.com/forum_posts.asp?TID=9038&PN=2)
Initial Title
Code for automatically accepting the EULA for the SysInternals tools.
Initial Tags
Initial Language
DOS Batch