Skip to content

Commit

Permalink
Merge pull request #969 from Azure/feature/win_nfs_client
Browse files Browse the repository at this point in the history
Windows Desktop : install NFS client
  • Loading branch information
xpillons authored Jul 21, 2022
2 parents ae11d00 + 4b5df86 commit bb60250
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ Powershell.exe -executionpolicy remotesigned try { $ProgressPreference = 'Silent
call C:\cycle\jetpack\bin\jetpack log "Install the driver silently /s and don't reboot /n"
472.39_grid_win11_win10_64bit_Azure-SWL.exe /s /n

:: Enable NFS Client
call C:\cycle\jetpack\bin\jetpack log "Enable NFS Client"
Powershell.exe -executionpolicy remotesigned try { Enable-WindowsOptionalFeature -FeatureName ServicesForNFS-ClientOnly, ClientForNFS-Infrastructure -Online -NoRestart } catch { exit 255 }

call C:\cycle\jetpack\bin\jetpack log "Reboot"
shutdown /r /f /t 0 /c "Reboot after domain join"

0 comments on commit bb60250

Please sign in to comment.