Advertisement
tuxedojack

ipecac.cmd

Oct 31st, 2014
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. echo off
  2. cls
  3. echo Now removing junkware from machine. Please wait...
  4. echo.
  5.  
  6. ping 127.0.0.1 -n 9 >nul
  7.  
  8. REM Dell Backup and Restore - this part's interactive
  9. "C:\Program Files (x86)\InstallShield Installation Information\{0ED7EE95-6A97-47AA-AD73-152C08A15B04}\setup.exe" -runfromtemp -l0x0409 -removeonly
  10.  
  11. REM McAfee Security Scan
  12. "%ProgramFiles%\McAfee Security Scan\uninstall.exe" /S
  13. "%ProgramFiles(x86)%\McAfee Security Scan\uninstall.exe" /S
  14.  
  15. REM NIS Trialware
  16. "C:\Program Files (x86)\NortonInstaller\{0C55C096-0F1D-4F28-AAA2-85EF591126E7}\NIS\A5E82D02\21.0.0.100\InstStub.exe" /X /ARP
  17.  
  18. REM Lenovo ShareIT
  19. "C:\Program Files (x86)\lenovo\SHAREit\unins000.exe"
  20.  
  21. REM Silent uninstallations start below
  22.  
  23. REM Bing Bar
  24. start /wait msiexec /x {3365E735-48A6-4194-9988-CE59AC5AE503} /qn /norestart
  25. start /wait msiexec /x {C28D96C0-6A90-459E-A077-A6706F4EC0FC} /qn /norestart
  26.  
  27. REM Dell Access
  28. start /wait msiexec /x {F839C6BD-E92E-48FA-9CE6-7BFAF94F7096} /qn /norestart
  29.  
  30. REM Dell Backup and Recovery Manager
  31. start /wait msiexec /x {975DFE7C-8E56-45BC-A329-401E6B1F8102} /qn /norestart
  32.  
  33. REM Dell Client System Update
  34. start /wait msiexec /x {69093D49-3DD1-4FB5-A378-0D4DB4CF86EA} /qn /norestart
  35. start /wait msiexec /x {04566294-A6B6-4462-9721-031073EB3694} /qn /norestart
  36. start /wait msiexec /x {2B2B45B1-3CA0-4F8D-BBB3-AC77ED46A0FE} /qn /norestart
  37.  
  38. REM Dell Command | Update
  39. start /wait msiexec /x {EC542D5D-B608-4145-A8F7-749C02BE6D94} /qn /norestart
  40.  
  41. REM Dell Command | Power
  42. start /wait msiexec /x {DDDAF4A7-8B7D-4088-AECC-6F50E594B4F5} /qn /norestart
  43.  
  44. REM Dell Datasafe Online
  45. start /wait msiexec /x {7EC66A95-AC2D-4127-940B-0445A526AB2F} /qn /norestart
  46.  
  47. REM Dell Digital Delivery
  48. WMIC product where name="Dell Digital Delivery" call uninstall /nointeractive
  49.  
  50. REM Dell "Feature Enhancement" Pack
  51. start /wait msiexec /x {992D1CE7-A20F-4AB0-9D9D-AFC3418844DA} /qn /norestart
  52.  
  53. REM Dell Power Manager
  54. start /wait msiexec /x {CAC1E444-ECC4-4FF8-B328-5E547FD608F8} /qn /norestart
  55.  
  56. REM Dell Protected Workspace
  57. WMIC product where name="Dell Protected Workspace" call uninstall /nointeractive
  58.  
  59. REM Dell Support Center
  60. start /wait msiexec /x {0090A87C-3E0E-43D4-AA71-A71B06563A4A} /qn /norestart
  61.  
  62. REM Embassy Suite
  63. start /wait msiexec /x {20A4AA32-B3FF-4A0B-853C-ACDDCD6CB344} /qn /norestart
  64.  
  65. REM Intel Trusted Connect Client
  66. start /wait msiexec /x {44B72151-611E-429D-9765-9BA093D7E48A} /qn /norestart
  67.  
  68. REM Intel Update
  69. start /wait msiexec /x {78091D68-706D-4893-B287-9F1DFB24F7AF} /qn /norestart
  70.  
  71. REM Intel Update Manager
  72. start /wait msiexec /x {608E1B9B-A2E8-4A1F-8BAB-874EB0DD25E3} /qn /norestart
  73.  
  74. REM Java Auto Updater
  75. start /wait msiexec /x {4A03706F-666A-4037-7777-5F2748764D10} /qn /norestart
  76.  
  77. REM Lenovo Message Center Plus
  78. start /wait msiexec /x {3849486C-FF09-4F5D-B491-3E179D58EE15} /qn /norestart
  79.  
  80. REM Lenovo Metrics Collector SDK
  81. start /wait msiexec /x {DDAA788F-52E6-44EA-ADB8-92837B11BF26} /qn /norestart
  82.  
  83. REM Lenovo Patch Utility
  84. start /wait MsiExec /X {C6FB6B4A-1378-4CD3-9CD3-42BA69FCBD43} /qn /norestart
  85.  
  86. REM Lenovo Reach
  87. start /wait msiexec /x {3245D8C8-7FE0-4FD4-B04B-2720A333D592} /qn /norestart
  88.  
  89. REM Lenovo Registration
  90. start /wait msiexec /x {6707C034-ED6B-4B6A-B21F-969B3606FBDE} /qn /norestart
  91.  
  92. REM Lenovo SMB Customizations
  93. start /wait msiexec /x {AFD7B869-3B70-40C7-8983-769256BA3BD2} /qn /norestart
  94.  
  95. REM Lenovo Solution Center
  96. start /wait msiexec /x {63942F7E-3646-45EC-B8A9-EAC40FEB66DB} /qn /norestart
  97.  
  98. REM Lenovo System Update
  99. start /wait msiexec /x {25C64847-B900-48AD-A164-1B4F9B774650} /qn /norestart
  100. start /wait msiexec /x {8675339C-128C-44DD-83BF-0A5D6ABD8297} /qn /norestart
  101.  
  102. REM Lenovo User Guide
  103. start /wait msiexec /x {13F59938-C595-479C-B479-F171AB9AF64F} /qn /norestart
  104.  
  105. REM Lenovo Warranty Info
  106. start /wait msiexec /x {FD4EC278-C1B1-4496-99ED-C0BE1B0AA521} /qn /norestart
  107.  
  108. REM Office 2013 C2R Suite
  109. start /wait msiexec /x {90150000-0138-0409-0000-0000000FF1CE} /qn /norestart
  110. start /wait msiexec /x "C:\ProgramData\Microsoft\OEMOffice15\OOBE\x86\oemoobe.msi" /qn /norestart
  111.  
  112. REM Roxio File Backup
  113. start /wait msiexec /x {60B2315F-680F-4EB3-B8DD-CCDC86A7CCAB} /qn /norestart
  114.  
  115. REM Roxio BackOnTrack
  116. start /wait msiexec /x {5A06423A-210C-49FB-950E-CB0EB8C5CEC7} /qn /norestart
  117.  
  118. REM Trend Micro Trial
  119. start /wait msiexec /x {BED0B8A2-2986-49F8-90D6-FA008D37A3D2} /qn /norestart
  120.  
  121. REM Trend Micro Worry-Free Business Security Trial
  122. start /wait msiexec /x {0A07E717-BB5D-4B99-840B-6C5DED52B277} /qn /norestart
  123. start /wait msiexec /x {0A07E717-BB5D-4B99-840B-6C5DED52B277} /qn /norestart
  124.  
  125. REM Windows Live Family Safety
  126. start /wait msiexec /x {5F611ADA-B98C-4DBB-ADDE-414F08457ECF} /qn /norestart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement