From 601f11b2b6d183f616b3dc8ea48c468c384fb434 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 24 Jun 2026 22:23:37 +0000 Subject: [PATCH] Add README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb1a7de --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +## Brief Overview + +1st Line Helpdesk Technician friendly Batch Script to automatically download RAMMap and create a scheduled task which runs it every half an hour as SYSTEM + +Simply right click the .bat file, run as admin and the entire deployment will be automated + +A hack solution for a hack, morbid, debilitated, abhorrent, abysmal Operating System + +## Explanation + +Windows 11 is awful, bloated and absolutely terrible, (like the Windows before it but worse), something I have to be paid to use + +Helpdesk technicians get "slow PC" tickets daily, wherein one of their resolution steps is manually logging onto the device with 8GB RAM and running RAMMap + +Inevitably the device will slow down once more, after which another "slow PC" ticket will be raised by the user, and another technician will log on and spend their time performing the same manual remediation steps + +This script is aimed to reduce that manual work and be deployment friendly, simply right click to run as admin and the entire download and installation will be automated + +Having the script run as SYSTEM avoids the need to create another user with local admin permissions, harnessing an already built-in identity + +This methodology is used as RAMMap requires elevated permissions, which end-users are typically not granted + +## To-do + +- Add optional logging which will create a second task that logs each time RAMMap runs, clearing said log file on reboot \ No newline at end of file