Mainos / Advertisement:
Ero sivun ”Sysprep/en” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: Restart windows and run sysprep.) |
|||
(8 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
Rivi 6: | Rivi 6: | ||
%SystemDrive%\Windows\System32\sysprep/ | %SystemDrive%\Windows\System32\sysprep/ | ||
− | + | directory. | |
[[Tiedosto:Sysprep 1.png|500px]] | [[Tiedosto:Sysprep 1.png|500px]] | ||
− | + | Restart your computer and connect to your [[Windows Deployment Services|WDS]] server with PXE boot. | |
− | == Sysprep | + | == Sysprep without removing drivers == |
− | Sysprep | + | Sysprep removes installed drivers by default. After a small registry edit it will not. |
− | + | Open the registry editor (regedit.exe) | |
− | + | Go to path | |
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Sysprep\Settings\sppnp | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Sysprep\Settings\sppnp | ||
− | + | And change | |
set PersistAllDeviceInstalls | set PersistAllDeviceInstalls | ||
− | + | to | |
1 | 1 | ||
Rivi 32: | Rivi 32: | ||
− | + | Restart windows and run sysprep. |
Nykyinen versio 26. elokuuta 2015 kello 09.36
System preparation (sysprep) readies Windows operating systems for various special actions such as taking a capture image. Sysprep is the opposite of OOBE. Sysprep removes all identity information from windows, for instance user accounts and such. Sysprep reverts the system to it's original state as if it had never been used.
You can find sysprep in the:
%SystemDrive%\Windows\System32\sysprep/
directory.
Restart your computer and connect to your WDS server with PXE boot.
Sysprep without removing drivers
Sysprep removes installed drivers by default. After a small registry edit it will not.
Open the registry editor (regedit.exe)
Go to path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Sysprep\Settings\sppnp
And change
set PersistAllDeviceInstalls
to
1
Restart windows and run sysprep.
Mainos / Advertisement: