Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milton797/autoemptystandbylist
Auto task to empty standby memory
https://github.com/milton797/autoemptystandbylist
emptystandbylist powershell powershell-script task-manager windows windows-10 windows-11 windows10 windows11
Last synced: 28 days ago
JSON representation
Auto task to empty standby memory
- Host: GitHub
- URL: https://github.com/milton797/autoemptystandbylist
- Owner: Milton797
- License: gpl-3.0
- Created: 2023-12-25T03:14:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-25T03:14:23.000Z (11 months ago)
- Last Synced: 2024-10-11T14:04:29.925Z (28 days ago)
- Topics: emptystandbylist, powershell, powershell-script, task-manager, windows, windows-10, windows-11, windows10, windows11
- Language: PowerShell
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# EmptyStandbyList
Auto task to empty standby memory
> **Note**
>
> - This 'Empty Standby List' was recovered from## Table of Contents
- [EmptyStandbyList](#emptystandbylist)
- [Table of Contents](#table-of-contents)
- [Instructions](#instructions)
- [Online installation](#online-installation)
- [Offline installation](#offline-installation)
- [Special Thanks To](#special-thanks-to)## Instructions
> **Warning**
>
> - You'll need powershell for any of both versions (online/offline)
> - You'll need git for offline installation### Online installation
```powershell
iwr -useb https://raw.githubusercontent.com/Milton797/AutoEmptyStandbyList/master/installer.ps1 | iex
```### Offline installation
```powershell
git clone https://github.com/Milton797/AutoEmptyStandbyList
``````powershell
cd AutoEmptyStandbyList
``````powershell
.\Manager.ps1
```## Special Thanks To
- [wj32 - Empty Standby List](https://web.archive.org/web/20220523182843/https://wj32.org/wp/software/empty-standby-list/ "Empty Standby List")