KM
07-09-2005, 10:23 PM
GE,
To change settings like Computer Name it will require a reboot so that
drivers, like netbios, could pick it up.
You can have any settings saved on non-proteced partition if you create a
proper app/script to read the settings from there and populate them in
registry on system partition. But, again, it will require a reboot.
It is still possible to have some settings saved on a non-system partition
(not in registry) without a reboot. But to accomplish that you will have to
develop a boot load driver that will read the settings from the unprotected
partitions and add/modify them in the system hive (the unprotected
partition, for simplicity, can be RAW data based, unformatted). It is not a
hard task but would require from you some knowledge of driver development.
KM
> Hello
> I have a Image with XPe SP2. The system in on a partition which is EWF
> protectet. There is also another partition that is not protected. I would
> like to change and save the IP Adress, Computer Name without a restart.
> Can I save the these properties on the other partition or is there another
> solution for my problem?
To change settings like Computer Name it will require a reboot so that
drivers, like netbios, could pick it up.
You can have any settings saved on non-proteced partition if you create a
proper app/script to read the settings from there and populate them in
registry on system partition. But, again, it will require a reboot.
It is still possible to have some settings saved on a non-system partition
(not in registry) without a reboot. But to accomplish that you will have to
develop a boot load driver that will read the settings from the unprotected
partitions and add/modify them in the system hive (the unprotected
partition, for simplicity, can be RAW data based, unformatted). It is not a
hard task but would require from you some knowledge of driver development.
KM
> Hello
> I have a Image with XPe SP2. The system in on a partition which is EWF
> protectet. There is also another partition that is not protected. I would
> like to change and save the IP Adress, Computer Name without a restart.
> Can I save the these properties on the other partition or is there another
> solution for my problem?