This file contains hidden or 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 hidden or 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 hidden or 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 |