Jump to content

Asymmetry

Member
  • Posts

    30
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Serbia

Posts posted by Asymmetry

  1. I used nLite last time, and that didn't happen at T-13. That's OK, but ...

    When I finished installation I went to Add/Remove Programs and I found just one of 61 !!!!! How is it possible? Where are those 60 ? In Add/Remove Programs only win32 cabinet self-extractor type is installed.

    I want to know are others updates installed?

    Please, answer

  2. Can someone tell me wahat is exactly command for this key in RunOnceEx

    reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker" /v OnlineVersion /f

    reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v UnlockerAssistant /f

    Thank you!

  3. Here it is:

    ;Windows XP

    [Version]

    signature="$Windows NT$"

    MajorVersion=5

    MinorVersion=1

    BuildNumber=2600

    [setupData]

    CatalogSubDir = "\i386\svcpack"

    [ProductCatalogsToInstall]

    [setupHotfixesToRun]

    KB873339.exe /q /o /n /z

    KB885250.exe /q /o /n /z

    KB885835.exe /q /o /n /z

    KB885836.exe /q /o /n /z

    KB886185.exe /q /o /n /z

    KB887742.exe /q /o /n /z

    KB888113.exe /q /o /n /z

    KB888302.exe /q /o /n /z

    KB890046.exe /q /o /n /z

    KB890859.exe /q /o /n /z

    KB891781.exe /q /o /n /z

    KB893756.exe /q /o /n /z

    KB894391.exe /q /o /n /z

    KB896358.exe /q /o /n /z

    KB896422.exe /q /o /n /z

    KB896423.exe /q /o /n /z

    KB896424.exe /q /o /n /z

    KB896428.exe /q /o /n /z

    KB896688.exe /q /o /n /z

    KB898461.exe /q /o /n /z

    KB899587.exe /q /o /n /z

    KB899589.exe /q /o /n /z

    KB899591.exe /q /o /n /z

    KB900725.exe /q /o /n /z

    KB901017.exe /q /o /n /z

    KB901190.exe /q /o /n /z

    KB901214.exe /q /o /n /z

    KB902400.exe /q /o /n /z

    KB904706.exe /q /o /n /z

    KB905414.exe /q /o /n /z

    KB905749.exe /q /o /n /z

    KB905915.exe /q /o /n /z

    KB908519.exe /q /o /n /z

    KB911280.exe /q /o /n /z

    KB911564.exe /q /o /n /z

    KB911565.exe /q /o /n /z

    KB911927.exe /q /o /n /z

    KB912919.exe /q /o /n /z

    KB913446.exe /q /o /n /z

    KB914388.exe /q /o /n /z

    KB920685.exe /q /o /n /z

    KB923191.exe /q /o /n /z

    KB923414.exe /q /o /n /z

    KB923689.exe /q /o /n /z

    KB923980.exe /q /o /n /z

    KB924270.exe /q /o /n /z

    KB924667.exe /q /o /n /z

    KB925902.exe /q /o /n /z

    KB926247.exe /q /o /n /z

    KB926436.exe /q /o /n /z

    KB927802.exe /q /o /n /z

    KB928255.exe /q /o /n /z

    KB929123.exe /q /o /n /z

    KB929969.exe /q /o /n /z

    KB930178.exe /q /o /n /z

    KB931784.exe /q /o /n /z

    KB932168.exe /q /o /n /z

    KB935448.exe /q /o /n /z

    KB935839.exe /q /o /n /z

    KB935840.exe /q /o /n /z

    KB935843.exe /q /o /n /z

    qchain.exe

  4. Dudes,

    I need your help again. This is problem:

    I made unattended WindowsXP instalation, and it installs critical updates through SVCPACK method. The problem occurs in T-13 when I get message "Please choose directrory to extract files". It has some default adress. I just click OK, and it finishes instalation of critical updates and then go further with instalation of Windows.

    How could I escape that message?

  5. Hello there!

    I have (maybe) similar problem & I need your help!

    When I installed my unattended WindowsXP I realize that I could no longer install some visual styles because of Windows File Protection. Now, I'm desperate because I can't install my favourite Flyakite (MacOSX) theme ...

    I found out that problem is related with uxtheme.dll (or something like that). I tried some patch that I found on Net, but nothing helped.

    What could I do?

    Please help me!

  6. Hey boys!

    I'm not sure that I'm writting in right place. I make NET Framework to be installed with my unattended WinXP. And I found that there's one more service to deal with.

    It is NET Runtime Optimization Service. The question is:

    should I disable it through my registry tweaks or not?

    Please help!

  7. Hello!

    I would like to silent install Java SE Runtime Enviroment 6 Update 1 through RunOnceEx.cmd.

    I made my RunOnceEx and it looks like this:

    ----------------------------------

    cmdow @ /HID

    @Echo Off

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:

    SET PP=%cdrom%\Install\

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%15 /VE /D "Java SE Runtime Enviroment 6 Update 1" /f

    REG ADD %KEY%15 /V 1 /D "%PP%java6.exe /s" /f

    .......

    EXIT

    -------------------------

    But I didn't manage to get silent installer. Can someone help me?

  8. Dudes, I have a question ... again.

    In this installation of XP that I use, someone made Unlocker to be at right click on MyComputer. I'm not sure that Unlocker is standard part of Windows XP. So I downloaded latest version of it - 1.8.5.

    I want to integrate it and set it to right click of MyComputer in my unattended installation. Please help!

    Thanx a lot!

  9. Hello lads!

    I have problem with importing tweaks into my unattended XP installation. This is problem:

    I want to import my tweaks.reg file through cmdlines.txt file. Here is it:

    [COMMANDS]
    "REGEDIT /S tweaks.reg"

    And this is my tweaks.reg:

    ; MY COMPUTER

    ; [My Computer] Add Administrative Tools
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\
    {D20EA4E1-3957-11D2-A40B-0C5020524153}]

    ; [My Computer] Add Control Panel
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
    @="rundll32.exe shell32.dll,Control_RunDLL"

    ; [My Computer] Add/Remove Programs
    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs\command]
    @="control appwiz.cpl"

    ; [My Computer] Device Manager
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]
    @="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc"


    ; START MENU

    ; Show My Computer
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "Start_ShowMyComputer"=dword:00000002

    ; Add Administrative Tools to Start Menu
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "Start_AdminToolsRoot"=dword:00000002

    ; Show Network Connections
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "Start_ShowNetConn"=dword:00000002

    ; Show Run Command
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "Start_ShowRun"=dword:00000001

    ; Remove My Pictures from startmenu
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\explorer]
    "NoSMMyPictures"=dword:00000001

    ; Remove My Music from startmenu
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\explorer]
    "NoStartMenuMyMusic"=dword:00000001

    ; Remove "set programs access default" from startmenu
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSMConfigurePrograms"=dword:00000001

    ; Remove Printers and Faxes
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "Start_ShowPrinters"=dword:00000000

    ; Remove Help and Support
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "Start_ShowHelp"=dword:00000000

    ; Remove Favorites
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "StartMenuFavorites"=dword:00000000

    ; Disable Grouping of Similar Taskbar Buttons
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "TaskbarGlomming"=dword:00000000
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "TaskbarGlomming"=dword:00000000

    ; Disable Hiding of Inactive Taskbar Icons
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer]
    "EnableAutoTray"=dword:00000000

    ; Sort Start Menu and Favorites in Alphabetical Order
    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder]

    ; Disable Start Menu Popping Up on First Boot
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "StartMenuInit"=dword:00000002
    "StartButtonBalloonTip"=dword:00000002

    ; Disable Highlighting of New Applications in Start Menu
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "Start_NotifyNewApps"=dword:00000000

    ; Enable scrolling in start menu
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "Start_ScrollPrograms"=dword:00000001

    ; Set Start Menu to use Small Icons
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "Start_LargeMFUIcons"=dword:00000000

    ; Control Panel Classic View
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "ForceClassicControlPanel"=dword:00000001


    ; TIPS

    ; Disable all Balloon Tips
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSMBalloonTip"=dword:00000000

    ; Disable Windows Tour
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
    "RunCount"=dword:00000000

    ; Remove Search Dog Assistant
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
    "Use Search Asst"="no"

    ; Set Keyboard Num-Lock to be ON by Def
    [HKEY_CURRENT_USER\Control Panel\Keyboard]
    "InitialKeyboardIndicators"="2"

    ; Disable Desktop Cleanup Wizard
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
    "NoRun"=dword:00000001

    ; Remove Shotcut To.. Prefix on Desktop Shorcut Names
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
    "Link"=hex:00,00,00,00

    ; Remove Arrow Overlay from Desktop Shortcuts
    [HKEY_CLASSES_ROOT\lnkfile]
    "IsShortcut"=-

    ; Put My Computer Shortcut on Desktop
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

    ; Remove Briefcase, and Rich-Text-Document from New Menu.
    [-HKEY_CLASSES_ROOT\.bfc\ShellNew]
    [-HKEY_CLASSES_ROOT\.rtf\ShellNew]
    [-HKEY_CLASSES_ROOT\.bmp\ShellNew]

    ; Remove new Wav file
    [-HKEY_CLASSES_ROOT\.wav\ShellNew]

    ; Remove new BMP file
    [-HKEY_CLASSES_ROOT\.bmp\ShellNew]

    ;Disable Error Reporting
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
    "AllOrNone"=dword:00000001
    "DoReport"=dword:00000000
    "IncludeKernelFaults"=dword:00000000
    "IncludeMicrosoftApps"=dword:00000000
    "IncludeWindowsApps"=dword:00000000
    "ShowUI"=dword:00000000

    ;Remove Shared Documents from My Computer
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSharedDocuments"=dword:00000001

    ;Set the default wallpaper
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "Wallpaper"="C:\\WINDOWS\\web\\wallpaper\\AquaBlue.bmp"
    "WallpaperStyle"="2"
    "TileWallpaper"="0"

    ;Hide the Run as... option from the context menu
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "HideRunAsVerb"=dword:00000001

    ;Remove WMP Right Click Options (Queue-it-up, etc.)
    [-HKEY_CLASSES_ROOT\CLSID\{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}]
    [-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}]
    [-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}]

    ; Disable Remote Assistance
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
    "AllowTSConnections"=dword:00000000
    "fAllowToGetHelp"=dword:00000000
    "fDenyTSConnections"=dword:00000001


    ; SYSTEM

    ; My Computer first
    [HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
    "SortOrderIndex"=dword:00000054

    ; Autorun CD (00000000=disable, 00000001=enable)
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDRom]
    "AutoRun"=dword:00000000

    ;Disable USBCDRom Autorun
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoDriveTypeAutoRun"=dword:000000FF

    ; Don't search Windows Update for drivers
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching]
    "DontSearchWindowsUpdate"=dword:00000001
    "DontPromptForWindowsUpdate"=dword:00000001

    ; Disable Security Centre
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
    "AntiVirusDisableNotify"=dword:00000001
    "AntiVirusOverride"=dword:00000001
    "FirewallDisableNotify"=dword:00000001
    "FirewallOverride"=dword:00000001
    "FirstRunDisabled"=dword:00000001
    "UpdatesDisableNotify"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
    "Start"=dword:00000004

    ; Disable Security Signatures Check for downloaded files
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
    "CheckExeSignatures"="no"
    "RunInvalidSignatures"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
    "SaveZoneInformation"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
    "LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mo
    v;.mp3;.m3u;.wav;"

    ; Disable Windows File Protection
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "SFCDisable"=dword:FFFFFF9D

    ; Alternatively empty temporary internet files folder when browser is closed
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache]
    "Persistent"=dword:00000000
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache]
    "Persistent"=dword:00000000

    ; Disable check for internet updates
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "NoUpdateCheck"=dword:00000001

    ; Disable Unread Mail Message on Welcome Screen
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\UnreadMail]
    "MessageExpiryDays"=dword:00000000

    ; Disable Automatic Restart in the Event of a BSOD
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
    "AutoReboot"=dword:00000000

    ; Disable Group Policy Duplication
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
    "SynchronousMachineGroupPolicy"=dword:00000000
    "SynchronousUserGroupPolicy"=dword:00000000

    ; Clear Pagefile at shutdown
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
    "ClearPageFileAtShutdown"=dword:00000001

    ; Speed up Opening of My Computer and Windows Explorer
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc]
    "Start"=dword:00000004
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSaveSettings"=dword:00000000
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "NoNetCrawling"=dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoRemoteRecursiveEvents"=dword:00000001

    ; Speed up Copying/Moving of .ZIP Files
    [-HKEY_CLASSES_ROOT\.zip\CompressedFolder]
    [-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder]

    ; Speed up shutdown
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "AutoEndTasks"="1"
    "HungAppTimeout"="100"
    "WaitToKillAppTimeout"="1000"
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
    "WaitToKillServiceTimeout"="1000"

    ; Speed up Access to .AVI Media Files
    [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]

    ; Optimize Core System Performance
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
    "DisablePagingExecutive"=dword:00000001

    ;Disable System Restore
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
    "DisableSR"=dword:00000001

    ;Do Not Start MS-Messenger with Outlook Express
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express]
    "Hide Messenger"=dword:00000002

    ; Enable Wordwrap in Notepad
    [HKEY_CURRENT_USER\Software\Microsoft\Notepad]
    "fWrap"=dword:00000001

    ; SERVICES

    ; Alerter Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]
    "Start"=dword:00000004

    ; Application Layer Gateway Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ALG]
    "Start"=dword:00000003

    ; Application Management Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AppMgmt]
    "Start"=dword:00000003

    ; Automatic Updates
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv]
    "Start"=dword:00000004

    ; Background Intelligent Transfer Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS]
    "Start"=dword:00000004

    ; ClipBook Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv]
    "Start"=dword:00000004

    ; COM+ Event System Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventSystem]
    "Start"=dword:00000003

    ; COM+ System Application Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\COMSysApp]
    "Start"=dword:00000003

    ; Computer Browser Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser]
    "Start"=dword:00000003

    ; Cryptographic Services Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc]
    "Start"=dword:00000003

    ; DCOM Server Process Launcher
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DcomLaunch]
    "Start"=dword:00000002

    ; DHCP Client Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp]
    "Start"=dword:00000002

    ; Distributed Link Tracking Client Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TrkWks]
    "Start"=dword:00000003

    ; Distributed Transaction Coordinator Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC]
    "Start"=dword:00000003

    ; DNS Client Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache]
    "Start"=dword:00000002

    ; Error Reporting Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]
    "Start"=dword:00000004

    ; Event Log Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog]
    "Start"=dword:00000002

    ; Fast User Switching Compatibility Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FastUserSwitchingCompatibility]
    "Start"=dword:00000003

    ; Help and Support Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc]
    "Start"=dword:00000003

    ; IMAPI CD-Burning COM Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]
    "Start"=dword:00000003

    ; Indexing Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CiSvc]
    "Start"=dword:00000003

    ; Logical Disk Manager Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dmserver]
    "Start"=dword:00000003

    ; Messenger Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]
    "Start"=dword:00000004

    ; MS Software Shadow Copy Provider Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SwPrv]
    "Start"=dword:00000003

    ; NetMeeting Remote Desktop Sharing Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mnmsrvc]
    "Start"=dword:00000003

    ; Net Logon Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon]
    "Start"=dword:00000003

    ; Network DDE Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetDDE]
    "Start"=dword:00000004

    ; Network DDE DSDM Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetDDEdsdm]
    "Start"=dword:00000004

    ; Network Location Awareness (NLA) Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Nla]
    "Start"=dword:00000003

    ; Network Provisioning Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\xmlprov]
    "Start"=dword:00000003

    ; NT LM Security Support Provider Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtLmSsp]
    "Start"=dword:00000003

    ; Performance Logs and Alerts Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog]
    "Start"=dword:00000004

    ; Plug and Play Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PlugPlay]
    "Start"=dword:00000002

    ; Portable Media Serial Number Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmdmPmSp]
    "Start"=dword:00000003

    ; Print Spooler Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler]
    "Start"=dword:00000002

    ; Protected Storage Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ProtectedStorage]
    "Start"=dword:00000002

    ; QoS RSVP Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RSVP]
    "Start"=dword:00000003

    ; Remote Access Auto Connection Manager Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasAuto]
    "Start"=dword:00000003

    ; Remote Access Connection Manager Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan]
    "Start"=dword:00000003

    ; Remote Desktop Help Session Manager Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr]
    "Start"=dword:00000004

    ; Remote Procedure Call (RPC) Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs]
    "Start"=dword:00000002

    ; Remote Procedure Call (RPC) Locator Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcLocator]
    "Start"=dword:00000003

    ; Remote Registry Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
    "Start"=dword:00000004

    ; Removable Storage Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtmsSvc]
    "Start"=dword:00000003

    ; Routing and Remote Access Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess]
    "Start"=dword:00000004

    ; Secondary Logon Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon]
    "Start"=dword:00000002

    ; Security Accounts Manager Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SamSs]
    "Start"=dword:00000002

    ; Security Center
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
    "Start"=dword:00000004

    ; Server Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver]
    "Start"=dword:00000002

    ; Shell Hardware Detection Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ShellHWDetection]
    "Start"=dword:00000002

    ; Smart Card Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSvr]
    "Start"=dword:00000004

    ; Smart Card Helper Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardDrv]
    "Start"=dword:00000004

    ; SSDP Discovery Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SSDPSRV]
    "Start"=dword:00000003

    ; System Event Notification Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SENS]
    "Start"=dword:00000002

    ; System Restore Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]
    "Start"=dword:00000003

    ; Task Scheduler Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]
    "Start"=dword:00000003

    ; TCP/IP NetBIOS Helper Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]
    "Start"=dword:00000002

    ; Telephony Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TapiSrv]
    "Start"=dword:00000003

    ; Telnet Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TlntSvr]
    "Start"=dword:00000004

    ; Terminal Services Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService]
    "Start"=dword:00000003

    ; Themes Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes]
    "Start"=dword:00000002

    ; Uninterruptible Power Supply Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS]
    "Start"=dword:00000003

    ; Volume Shadow Copy Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS]
    "Start"=dword:00000003

    ; Windows Audio Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AudioSrv]
    "Start"=dword:00000002

    ; Windows Time Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]
    "Start"=dword:00000002

    ; Wireless Zero Configuration Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC]
    "Start"=dword:00000003

    ; WMI Performance Adapter Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmiApSrv]
    "Start"=dword:00000003

    ; Workstation Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation]
    "Start"=dword:00000002

    After installing XP I found that tweaks I wrote didn't applied. So what is problem?????????

×
×
  • Create New...