{% extends "base.html" %} {% block title %}startnet.cmd Editor - PXE Server Manager{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

startnet.cmd Editor

{% if not wim_exists %}
boot.wim not found at {{ wim_path }}. Run the PXE server setup playbook and import WinPE boot files first.
{% else %}
Windows\System32\startnet.cmd boot.wim
Common startnet.cmd Commands
wpeinit Initialize WinPE networking net use Z: \\10.9.100.1\winpeapps Map Samba share for deployment
wpeutil WaitForNetwork Wait for network to be ready Z:\gea-standard\Deploy\Tools\deploy.cmd Launch deployment script
WIM Info
{% for key, val in wim_info.items() %} {% if key in ['Image Count', 'Compression', 'Total Bytes', 'Image Name', 'Image Description'] %}
{{ key }}
{{ val }}
{% endif %} {% endfor %} {% if not wim_info %}

Could not read WIM info.

{% endif %}
{% endif %} {% endblock %} {% block extra_scripts %} {% endblock %}