Jump to content

Doc Symbiosis

Member
  • Posts

    333
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by Doc Symbiosis

  1. To unlock the taskbar in classic view set the regvalue TaskbarSizeMove in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced to 1.

    Has to be similar for the normal view in XP

    Referring to the small icons, I don't quite understand, what you mean, cause there already are small icons in taskbar by default ( or not?)

    To uncheck personalized menus I think you've got to set the value IntelliMenus in the key mentioned above to 0.

    Hope this helps

  2. To create a adequate winnt.sif, you could use a batch with the set /P command to get username and the other things into a variable and then output them to the winnt.sif with e.g.

    echo Please enter the Serial for the winnt.sif
    set /P ID=
    echo [Userdata] >> d:\winnt.sif
    echo ProductID=%ID% >> d:\winnt.sif

    Referring to your other questions, I don't have a clue.

  3. Just copying the files, isn't such a good idea, because of the whole security settings of the files.

    I normally use Symantec Ghost ( originally created by Norton ), but this isn't free. This program has the advantage, that they got a lot of things to work in DOS, like USB or network connections.

    There also exists a program called drive snapshot. It has not such a nice handling like ghost, but there is a 30 days full working test-version, which should do the job for your needs at home.

    http://www.drivesnapshot.de/en/down.htm

  4. Using ghost is the way, I use at home, cause like you said, It's a pain to make the whole modifications again is a pain. There shouldn't be any problems with hardware changes, apart from changes on the mainboard chipset, especially the HDD controller could lead to problems.

    Some time ago, I found a way, howto Prepare windows XP, if you want to change the mainboard, but didn't retrieve it. With such a preparation, there would be left absolutely no problem to use an image.

  5. Problem is, that you have enabled automatic restart after a BOSD ( it's default setting in XP ):

    You've got to boot an emergency OS form CD, like BartPE or Emergency Boot CD and set the following regkey:

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
    "AutoReboot"=dword:00000000

    After doing thios, the automatic restart is disabled and you can get the information given by the BOSD and hopefully find out, what's wrong.

  6. Corcerning your second question: Normally partition magic does fine ( would say in 99% of all cases ), but I also had cases, when it crashed the filesystem. Anyway, I think that parition magic is the most dependable program for this.

    If you want to be absolutely sure, that your data is not corrupted, you've got to save the partition to modify to an external HDD or something similar.

×
×
  • Create New...