This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\StoragePolicy] | |
; enable Storage Sense | |
; also the Automatic User content cleanup option | |
"01"=dword:00000001 | |
; schedule of Storage Sense | |
; 0 = During low free disk space | |
; 1 = Every day | |
; 7 = Every week |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# : batch portion | |
@echo off & cls | |
:: script made by he3als | |
::::::::::::::::::: | |
:: Configuration :: | |
::::::::::::::::::: | |
set "tempDir=%windir%\Temp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Vencord, a modification for Discord's desktop app | |
* Copyright (c) 2022 Samu | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.bat eol=crlf | |
*.cmd eol=crlf |