Jump to content

Tsunami

Member
  • Posts

    292
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by Tsunami

  1. I don't think it has anything to do with your MBR. Just open up C:\boot.ini in notepad and change the names. If you can't find boot.ini, you can also find it the GUI way: Properties of My Computer -> Advanced -> Startup- and recovery-settings -> Settings -> Edit (something like that :)).

  2. I just downloaded the Dutch version, and opened it with WinRAR to browse it through. Some bugs I would like to mention:

    Extras\Control Panel Applet

    Thumbs.db > I don't see any use for this file.

    Lees mij.txt > Please rename it to Leesmij.txt :)

    Lees mij.txt > Second line, "vernader" should be "verander".

    Readme.txt > Don't know why there's an English version of the readme in the Dutch pack...

    Extras\Notepad2

    Readme.txt > Same, no use for it as there's already a Dutch leesmij.txt

    Extras\Special Folders

    Thumbs.db > Same.

    Hulp ap.ico > Should be "Hulp map.ico".

    Nlite mpa.ico > Should be "Nlite map.ico".

    Readme.txt > Same.

    Help

    Readme.txt > Might wanna consider translating that :)

  3. If you want to call it from GuiRunOnce, put your RunOnceEx.cmd in your $OEM$\$1 directory, instead of your $OEM$ directory. If you want to call it from cmdlines.txt, just add "RunOnceEx.cmd" to your cmdlines.txt (not the %SystemDrive%, since it's not copied to the harddrive).

    @MHz: it doesn't have to be, but yes, it's better to do so, so it runs on first logon :)

  4. MsDosInitiated

    Informs the Windows Setup Loader that an unattended Setup is running directly from the Windows product CD.

    Syntax   : MsDosInitiated = 0
    Value    : 0
    Example  : MsDosInitiated = 0
    Comments : The value must always be set to 0. If an unattended Setup is running directly from the product CD and you do not set the value to 0, then Setup fails at the beginning of GUI-mode Setup.

    I guess you don't set the value at all if you're running the setup from the network (since there's only one value, 0).

  5. I have System Restore disabled, and deleted all files in System Volume Information. It still recreates MountPointManagerRemoteDatabase and tracking.log, but I really can't be bothered that much, since the first file is 0 bytes, and the second is 20 bytes. I'd rather see it gone too, though. I don't understand how it can get in the way with defrags and disk checks if you give everyone full rights to the folder and files.

  6. Registry tweak:

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Copy To]
    @="{C2FBB630-2971-11d1-A18C-00C04FD75D13}"

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Move To]
    @="{C2FBB631-2971-11d1-A18C-00C04FD75D13}"

    [HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Copy To]
    @="{C2FBB630-2971-11d1-A18C-00C04FD75D13}"

    [HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Move To]
    @="{C2FBB631-2971-11d1-A18C-00C04FD75D13}"

    Will add Copy To And Move To to right-click menu of files and folders.

  7. try adding
    Nondriversigningpolicy = Ignore

    under unattended

    It's DriverSigningPolicy = Ignore

    I have this code in my tweaks reg file
    ;## When Windows Detects A Driver File Without A Digital Signature, Ignore ####
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing]
    "BehaviorOnFailedVerify"=dword:00000000

    more info here

    Note that that tweak probably only works on 2000. The following tweak should work for XP:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]
    "Policy"=hex:00

  8. I think he means he has got a SP2 CD from microsoft, not WinXP with SP2 in it.

    @kmzahir: if you mean this, there's a file called XPSP2.exe on the SP2 CD, this is the same as the file you would download from the internet. Together with one of the two links above you can find out how to slipstream it in your XP SP1 CD.

×
×
  • Create New...