วันพฤหัสบดีที่ 27 พฤศจิกายน พ.ศ. 2557

Remove registry entries for a corrupt Windows 7 roaming profile

Remove registry entries for a corrupt Windows 7 roaming profile

*Remove registry entries for a corrupt Windows 7 roaming profile

In the case where you have deleted the user account from the local computer without using the advanced profiles setting, you will need to remove the registry entries for the user account before logging back on. This must be done by an administrator. A visual sign that this needs to be done can be the message that you have been logged on with a tempoary profile each time you log on.


log onto the computer as a local administrator.
open the registry by typing regedit in the start window.
locate the following registry key path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ProfileList
Find the profileimagepath containing the user you wish to delete and delete the entire key



log off the computer as admin and back on as the user you are trying to fix. Log off immediately and then log back on again in order to create the profile and syncronise the profile properly.





http://nzcommunityschools.wordpress.com/how-tos-for-your-computer/how-to-reset-a-windows-7-roaming-profile/remove-registry-entries-for-a-corrupt-windows-7-roaming-profile/

วันอังคารที่ 11 พฤศจิกายน พ.ศ. 2557

Using sysprep without removing drivers

 Using sysprep without removing drivers:


How to use sysprep without removing drivers:
Configure your answer file to persist the drivers by specifying the PersistAllDeviceInstalls setting in the Microsoft-Windows-PnPSysprep.

 
    true
 
Another way would be to configure the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Sysprep\Settings\sppnp set PersistAllDeviceInstalls to 1.

 

Configure your answer file to persist the drivers by specifying the PersistAllDeviceInstalls setting in the Microsoft-Windows-PnPSysprep.
<settings pass="generalize">
  <component name="Microsoft-Windows-PnpSysprep">
    <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
  </component>
Another way would be to configure the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Sysprep\Settings\sppnp set PersistAllDeviceInstalls to 1.



 

 

 sysprep.exe /generalize /unattend:answerfile


http://www.youtube.com/watch?v=PWnPWoQ1jqI