Intelligent Desktop Virtualization (IDV) for Education
Setup
Ensure prerequisites are complete before proceeding to setup.
- Install the Python as Administrator with the installer. Choose Customize Installation to customize the install location to “C:\Program Files\Python”.
- Make sure Add Python to environment variables is checked.
- Right-click and run setup.idvserver.windows.bat with administrative privileges.
- Open a PowerShell terminal as administrator and run the command below. When prompted, enter “Y/Yes” to continue. Windows will undergo restart at the end of the script execution.
- Launch Windows Defender Firewall with Advanced Security. Select Inbound Rules from the left panel and check if the rules below are enabled:
- File and Printer Sharing (Echo Request - ICMPv4-In)
- File and Printer Sharing (Echo Request - ICMPv6-In)
- File and Printer Sharing (LLMNR-UDP-In)
- File and Printer Sharing (NB-Datagram-In)
- File and Printer Sharing (NB-Name-In)
- File and Printer Sharing (NB-Session-In)
- File and Printer Sharing (SMB-In)
- File and Printer Sharing (Spooler Service - RPC)
- File and Printer Sharing (Spooler Service - RPC-EPMAP)
- Select Outbound Rules from the left panel and check if the rules below are enabled:
- File and Printer Sharing (Echo Request - ICMPv4-Out)
- File and Printer Sharing (Echo Request - ICMPv6-Out)
- File and Printer Sharing (LLMNR-UDP-Out)
- File and Printer Sharing (NB-Datagram-Out)
- File and Printer Sharing (NB-Name-Out)
- File and Printer Sharing (NB-Session-Out)
- File and Printer Sharing (SMB-Out)
- Continue running the steps under Script to run after having Internet access.
cd C:\Windows\Setup\Files
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
.\enable-smb.idvserver.ps1