Windows 11 Posted February 14 Posted February 14 Hi community staffI would like to ask whether the CompatTelRunner.exe process will check the user's disk space? I used comodo security protection, which detected that CompatTelRunner.exe executed the following two PowerShell scripts: 1. -ExecutionPolicy Restricted -Command $Res = 0 [UInt64]$MinDiskSpaceThreshold = 20 * 1024 * 1024 * 1024 try { $SystemDrive = (Get-CimInstance Win32_OperatingSystem).SystemDrive 2. -ExecutionPolicy Restricted -Command $Res = 0 [UInt64]$MinDiskSpaceThreshold = 25 * 1024 * 1024 * 1024 try { $SystemDrive = (Get-CimInstance Win32_OperatingSystem).SystemDrivView the full article Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.