Jump to content

balubeto

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by balubeto

  1. Hi Having configured IE 9 in windows 7 SP1 in the Audit mode, I noticed that, when I pass in the OOBE mode with the sysprep /generalize /oobe /reboot command saving the Unattend.xml file t true true 1 true in the %WINDIR%\Panther directory, in the Advanced tab of the "Internet Options" windows http://imageshack.us/a/img855/7738/internetadvancedoptions.png the "Some settings are managed by the system administrator" message is displayed. How come? Thanks Bye
  2. Which version of the script I need to download to reach my goal? This script must be run directly in Audit mode or be put in the file SetupComplete.cmd? Thanks Bye
  3. The problem is this: If I do not put the DisableFirstRunWizard statement, Windows copies the custom profile of the Administrator account in the default profile. Instead, if I put this statement, Windows does execute neither CopyProfile nor DisableFirstRunWizard statement. How come? So, how do I solve this? Thanks Bye
  4. During the installation ofWindows 7 SP1, I wentimmediately in Audit mode. So, after Icustomized Windows removing the default icons and links from the taskbar and the Start menu,I wrote thisUnattend.xml file processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 1 true true and I put it in the %WINDIR%\Panther directory. Then, I wrote the sysprep /generalize /oobe /reboot command in a Command Promptwindow. Now, I've noticed that new users still have the default icons and linkon the taskbar and the Start menu. How come? How do I prevent this?Thanks Bye
  5. Hi I have written this Unattend.xml file 1 true true true saving it in the%WINDIR%\Panther directory. So, I wrote the sysprep /generalize /oobe /rebootcommand to switch from OOBE to Audit mode. I have noticed that my custom default profile has not been saved, and that the wizard of IE still there. In other words, the true and true instructions did not work. How come? Thanks Bye
  6. Hi Running the sysprep /generalize /oobe /reboot /unattend:c:\Unattend.xml command in Audit mode, how do I create an answer file that allows to: 1) include a partition in the system protection of Windows 7 SP1. 2) rename and put a password to the Administrator account. 3) permanently delete some system directory (even hidden ones). 4) eliminate this answer file when it has finished its execution. Thanks Bye
  7. I created the CopyProfile.xml file: < ?xml version="1.0" encoding="utf-8"?> < unattend xmlns="urn:schemas-microsoft-com:unattend"> < settings pass="generalize"> < component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" < SkipRearm>1 < /component> < /settings> < settings pass="specialize"> < component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" < CopyProfile>true < /component> < /settings> < cpi:offlineImage cpi:source="wim:////install.wim#Windows 7 " xmlns:cpi="urn:schemas-microsoft-com:cpi" /> < /unattend> and I put it in an USB stick. So, I planned to install Windows 7 normally, install the additional drivers, update Windows, go to audit mode with the c:\windows\system32\sysprep\sysprep.exe /audit command, delete the account created during installation, customize the Administrator account. Finally, I run the c:\windows\system32\sysprep\sysprep.exe /oobe /reboot /generalize /unattend::\CopyProfile.xml command to go into OOBE mode. Right? Is there a better way to do this? Thanks Bye
×
×
  • Create New...