Update configure-endpoints-vdi.md

Adding line to remove senseGuid to prevent re-onboarding via PS1 issue
This commit is contained in:
amirsc3
2020-06-15 15:28:30 +03:00
committed by GitHub
parent e0daf0e047
commit 729cef0ad8

View File

@ -136,6 +136,7 @@ If offline servicing is not a viable option for your non-persistent VDI environm
PsExec.exe -s cmd.exe PsExec.exe -s cmd.exe
cd "C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\Cyber" cd "C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\Cyber"
del *.* /f /s /q del *.* /f /s /q
REG DELETE “HKLM\SOFTWARE\Microsoft\Windows Advanced Threat Protection" /v senseGuid /f
exit exit
``` ```