Чистилка реестра от Симов
Скачать, 49,3 кб
Удаляет критические ветки
Исходный код под NSIS
Код:
; (c) AR, 2010
!include "MUI2.nsh"
Name "Sims3 RegCleaner"
OutFile "Sims3 RegCleaner 03.exe"
Caption "Sims3 RegCleaner"
RequestExecutionLevel admin
SetCompressor /FINAL /solid lzma
!define MUI_ABORTWARNING
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_LANGUAGE "Russian"
Section "Удалить Sims3"
DeleteRegKey HKLM "SOFTWARE\Sims\The Sims 3"
DeleteRegKey HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C05D8CDB-417D-4335-A38C-A0659EDFD6B8}"
SectionEnd
Section "Удалить Sims3: WA"
DeleteRegKey HKLM "SOFTWARE\Sims\The Sims 3 World Adventures"
DeleteRegKey HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{BA26FFA5-6D47-47DB-BE56-34C357B5F8CC}"
SectionEnd
Section "Удалить Sims3: HELS"
DeleteRegKey HKLM "SOFTWARE\Sims\The Sims 3 High-End Loft Stuff"
DeleteRegKey HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{71828142-5A24-4BD0-97E7-976DA08CE6CF}"
SectionEnd
Развлекайтесь !