Created
June 1, 2022 15:23
-
-
Save InTEGr8or/21a39270c2bf5f97cae30ac194f3c884 to your computer and use it in GitHub Desktop.
Guidance for CVE-2022-30190 msdt Folina zero-day exploit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [Guidance for CVE-2022-30190](https://msrc-blog.microsoft.com/2022/05/30/guidance-for-cve-2022-30190-microsoft-support-diagnostic-tool-vulnerability/) | |
# Run with administrator privileges | |
# Disables Microsoft Remote Debug service | |
mkdir c:/reg_bak | |
cmd /c reg export HKEY_CLASSES_ROOT\ms-msdt c:/reg_bak/msdt.reg | |
cmd /c reg delete HKEY_CLASSES_ROOT\ms-msdt /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment