Advertisement
Guest User

startup-setpriority.bat

a guest
Mar 31st, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.30 KB | None | 0 0
  1. @echo off
  2. wmic process where name="dwm.exe" call setpriority 32
  3. wmic process where name="winlogon.exe" call setpriority 32
  4. wmic process where name="fontdrvhost.exe" call setpriority 32
  5. wmic process where name="lsass.exe" call setpriority 64
  6. wmic process where name="WmiPrvSE.exe" call setpriority 64
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement