Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

rayliu0712/OOCCSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

  • 注意:僅適用語言教室和電腦教室三
  1. 系統管理員身分開啟PowerShell,並貼上以下命令
Stop-Process -Name "Student" -Force
Remove-Item -Path "C:\Program Files (x86)\ITMS\ITBC 13\Student.exe"
Stop-Process -Name "MultiClient" -Force
Remove-Item -Path "C:\Program Files (x86)\ITMS\ITBC 13\MultiClient.exe"
Stop-Process -Name "DeviceControl_x64" -Force
Remove-Item -Path "C:\Program Files (x86)\ITMS\ITBC 13\x64\DeviceControl_x64.exe"
Stop-Process -Name "BhkSvr" -Force
Remove-Item -Path "C:\Program Files\ITMS\Restore\BhkSvr.exe"
Stop-Process -Name "HRMonTray" -Force
Remove-Item -Path "C:\Program Files\ITMS\Restore\HRMonTray.exe"
Stop-Process -Name "OActiveII-Client" -Force
Remove-Item -Path "C:\Program Files\ITMS\VolumeActivation\OActiveII-Client.exe"
Stop-Process -Name "ProcessProtect" -Force
Remove-Item -Path "C:\Program Files (x86)\ITMS\ITBC 13\ProcessProtect.exe"
Set-NetFirewallProfile -Profile Public,Private,Domain -AllowInboundRules False
exit
exit
  1. 大功告成!

About

致力於破解監控 / 切畫面

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published