From 157aa36025c3fa2391fe1092f8e4963b8fa48156 Mon Sep 17 00:00:00 2001 From: Asterisk Date: Sat, 28 Oct 2023 15:49:36 +0000 Subject: [PATCH] Change Process Hacker to System Informer --- docs/troubleshooting/common-issues/process-hacker.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/troubleshooting/common-issues/process-hacker.md b/docs/troubleshooting/common-issues/process-hacker.md index 87c29a21..8f86ad7e 100644 --- a/docs/troubleshooting/common-issues/process-hacker.md +++ b/docs/troubleshooting/common-issues/process-hacker.md @@ -1,14 +1,14 @@ --- -description: How to delete AME Process Hacker on AtlasOS +description: How to delete AME System Informer on AtlasOS icon: material/monitor-eye --- !!! success "Fixed in upcoming release" For Atlas v0.3.0, the `kprocesshacker2` driver won't be used at all. -AME Wizard currently uses an old version of the driver `kprocesshacker2`, belonging to the popular alternative to Task Manager called [Process Hacker](https://processhacker.sourceforge.io/). It is used to do certain actions with full privileges, like kill processes. This driver is commonly blocked by anticheats due to its unrestricted access to Windows. +AME Wizard currently uses an old version of the driver `kprocesshacker2`, belonging to the popular alternative to Task Manager called [System Informer](https://systeminformer.sourceforge.io/). It is used to do certain actions with full privileges, like kill processes. This driver is commonly blocked by anticheats due to its unrestricted access to Windows. -Although AME Wizard should normally clean up its version of Process Hacker, sometimes parts of the driver can be left behind, preventing certain games or anticheats from starting. +Although AME Wizard should normally clean up its version of System Informer, sometimes parts of the driver can be left behind, preventing certain games or anticheats from starting. You can follow the following steps referenced [here](https://github.com/Atlas-OS/Atlas/issues/730#issuecomment-1522501012) by [@styris-ame](https://github.com/styris-ame), but it is here so you do not need to leave the documentation to get your answer. @@ -17,4 +17,4 @@ You can follow the following steps referenced [here](https://github.com/Atlas-OS ```batch reg delete "HKLM\SYSTEM\CurrentControlSet\Services\kprocesshacker2" /f ``` -3. Restart your computer \ No newline at end of file +3. Restart your computer