2026-06-24 22:24:17 +00:00
2026-06-24 22:24:17 +00:00
2026-06-24 22:23:37 +00:00

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
Description
No description provided
Readme 25 KiB
Languages
Batchfile 100%