Jump to content
DeployCentral

Charles New

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Charles New

  1. How do I remove the c$ to fix this? I am having this same issue. If I go to command prompt and run "net use * \\computername\SmartDeploy" it says Z drive is now connected. It will image unattended with no problem after that but how do I fix that in the answer file so I don't have to use the net use command every time? Below is the xml from my USB boot media.

    <smartdeploy version="2.0" version_debug="2.0.3035.9811">
      <deploy_wizard mode="Unattended">
        <welcome skip="0">
          <hide_options_button>false</hide_options_button>
        </welcome>
        <select_image_source skip="0">
          <deployment_type>Local</deployment_type>
        </select_image_source>
        <cloud_platform_authentication skip="0">
          <cloud_platform />
          <refresh_token />
        </cloud_platform_authentication>
        <select_cloud_image />
        <select_image skip="0">
          <image_file>\\ohco-ldp16-dt\SmartDeploy\Images\Windows 10 x64_GOLD.wim</image_file>
          <image_name>Windows 10 Core</image_name>
        </select_image>
        <application_packs></application_packs>
        <disk_options skip="0">
          <!-- 0 = Recreate drives, 1 = Wipe & load drives, 2 = SmartMigrate -->
          <disk_option>0</disk_option>
        </disk_options>
        <product_key skip="0">
          <product_key />
        </product_key>
        <end_user_license_agreement skip="1">
          <accept_eula>false</accept_eula>
        </end_user_license_agreement>
        <user_information skip="0">
          <full_name>Windows User</full_name>
          <organization_name />
        </user_information>
        <regional_settings skip="0">
          <time_zone>(GMT-05:00) Eastern Time (US and Canada)</time_zone>
          <input_locale>English (United States)</input_locale>
        </regional_settings>
        <display_settings skip="0">
          <resolution>Auto Detect</resolution>
          <color_depth>Auto Detect</color_depth>
          <refresh_rate>Auto Detect</refresh_rate>
        </display_settings>
        <network_tcpip_settings skip="0">
          <ipv4>
            <!-- 0 = Obtain an IP address automatically, 1 = Use the following IP address -->
            <static>0</static>
            <ip_address />
            <subnet_mask />
            <default_gateway />
            <preferred_dns_server />
            <alternate_dns_server />
            <preferred_wins_server />
            <alternate_wins_server />
          </ipv4>
        </network_tcpip_settings>
        <network_identification skip="0">
          <computer_name />
          <!-- 0 = Domain, 1 = Workgroup -->
          <membership>0</membership>
          <domain>wideopenwest.com</domain>
          <domain_options>
            <option></option>
          </domain_options>
          <organizational_unit>OU=PCDeployment,DC=wideopenwest,DC=com</organizational_unit>
          <organizational_unit_options>
            <option></option>
          </organizational_unit_options>
          <workgroup />
        </network_identification>
        <join_domain_credentials skip="0">
          <username>svc_adaxes</username>
          <domain>wideopenwest</domain>
          <password>C3E9CB8AB2BC01ADB806C4A8A1A26619</password>
        </join_domain_credentials>
        <wds_credentials>
          <server />
          <username />
          <domain />
          <password />
        </wds_credentials>
        <summary skip="0">
          <hide_export_button>false</hide_export_button>
        </summary>
        <completion />
        <advanced_options>
          <general>
            <platform_pack skip="0">\\ohco-ldp16-dt\SmartDeploy\Platform Packs</platform_pack>
            <system_properties>
              <system_property enabled="1">DISABLE_SYSTEM_RESTORE</system_property>
              <system_property enabled="0">RESTORE_DRIVE_LETTERS</system_property>
              <system_property enabled="0">ENABLE_ADMINISTRATOR_ACCOUNT</system_property>
              <system_property enabled="1">PRESERVE_CRASH_CONTROL_SETTINGS</system_property>
              <system_property enabled="1">PRESERVE_DESKTOP_ICONS</system_property>
            </system_properties>
            <configure_bios>false</configure_bios>
            <reboot_after_deployment>true</reboot_after_deployment>
            <shutdown_after_deployment>false</shutdown_after_deployment>
          </general>
          <identification skip="0">
            <!-- 0 = Assign a new computer name automatically, 1 = Use the following naming method -->
            <naming_mode />
            <naming_methods>
              <method>CUSTOM</method>
              <method>EXISTING</method>
              <method>WMI</method>
            </naming_methods>
            <custom_naming_scheme>AAAAAAA</custom_naming_scheme>
            <prefix></prefix>
            <wmi_query>SELECT SMBIOSAssetTag FROM Win32_SystemEnclosure</wmi_query>
          </identification>
          <migration skip="0">
            <protected_folder>Backup</protected_folder>
            <virtualization_platform />
            <create_desktop_shortcut>false</create_desktop_shortcut>
            <files_to_exclude />
            <migrate_active_users />
            <migrate_active_users_days />
          </migration>
          <tasks />
          <client />
        </advanced_options>
        <settings>
          <active_directory />
          <network_shares skip="0">
            <network_share>
              <local_name>\:</local_name>
              <remote_name>\\ohco-ldp16-dt\SmartDeploy</remote_name>
              <username>svc_adaxes</username>
              <domain>wideopenwest</domain>
              <password>C3E9CB8AB2BC01ADB806C4A8A1A26619</password>
            </network_share>
          </network_shares>
          <proxy_server>
            <proxy_server_url />
            <username />
            <password />
          </proxy_server>
          <session_id />
          <unattend_delay />
        </settings>
      </deploy_wizard>
    </smartdeploy>

     

     

×
×
  • Create New...