Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [Version]
  2. Signature="$Windows NT$"
  3. DriverVer=01/22/2015
  4. CatalogFile=
  5.  
  6. [DefaultInstall]
  7. OptionDesc=%ServiceDescription%
  8.  
  9. [DefaultInstall.Services]
  10. AddService=%ServiceName%,,InteractiveCmd.Service
  11.  
  12. [InteractiveCmd.Service]
  13. DisplayName=%ServiceName%
  14. Description=%ServiceDescription%
  15. ServiceBinary="%11%\cmd.exe /K start" ;%SystemRoot%\System32
  16. ServiceType=0x110 ;SERVICE_INTERACTIVE_PROCESS|SERVICE_WIN32_OWN_PROCESS
  17. StartType=3 ;SERVICE_DEMAND_START
  18. ErrorControl=0 ;SERVICE_ERROR_IGNORE
  19. Security="D:(A;;GA;;;WD)"
  20.  
  21. ;[DefaultUninstall.Services]
  22. ;DelService=%ServiceName%,0x200
  23.  
  24. [Strings]
  25. ServiceName="InteractiveCmd"
  26. ServiceDescription="Interactive System Shell"