Jump to content

Winapp2.ini additions


Winapp2.ini

Recommended Posts

Revised Entry

Changed name from [NetworkService Temps*] to [NetworkService Temporary Files*] same like [LocalService Temporary Files*] and [systemprofile Temporary Files*].

 

[NetworkService Temporary Files*]

LangSecRef=3025

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\NetworkService\Local Settings\Temp|*.*|RECURSE

FileKey2=%SystemDrive%\Documents and Settings\NetworkService.NT*\Local Settings\Temp|*.*|RECURSE

FileKey3=%WinDir%\ServiceProfiles\NetworkService\AppData\Local\Temp|*.*|RECURSE

 

Well if you want to view it as a match for other names, I think a more proper name would be Temp, since the folders they clean are called Temp.

I am a maintainer for Winapp2. I also have a open-source group on Steam.

http://steamcommunity.com/groups/opencommunity

Link to comment
Share on other sites

  • Moderators

Do we really need the entries listed below. I cannot find those locations on Window 7, 8, 8.1 and 10. I checked a few other known privacy eraser programs and they don't have cleaning rules for the locations listed below.

 

[LocalService Cookies*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\LocalService\Cookies|*.*|RECURSE

FileKey2=%SystemDrive%\Documents and Settings\LocalService.NT*\Cookies|*.*|RECURSE

FileKey3=%WinDir%\ServiceProfiles\LocalService\AppData\Local\Temp\Cookies|*.*|REMOVESELF

FileKey4=%WinDir%\ServiceProfiles\LocalService\AppData\Roaming\Microsoft\Windows\Cookies|*.*|REMOVESELF

 

[LocalService History*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\LocalService\Local Settings\History|*.*|RECURSE

FileKey2=%SystemDrive%\Documents and Settings\LocalService.NT*\Local Settings\History|*.*|RECURSE

FileKey3=%WinDir%\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\History|*.*|RECURSE

 

[LocalService Temporary Internet Files*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\LocalService\Local Settings\Temporary Internet Files|*.*|RECURSE

FileKey2=%SystemDrive%\Documents and Settings\LocalService.NT*\Local Settings\Temporary Internet Files|*.*|RECURSE

FileKey3=%WinDir%\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\Temporary Internet Files|*.*|RECURSE

 

[NetworkService Cookies*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\NetworkService\Cookies|*.*|RECURSE

FileKey2=%SystemDrive%\Documents and Settings\NetworkService.NT*\Cookies|*.*|RECURSE

FileKey3=%WinDir%\ServiceProfiles\NetworkService\AppData\Local\Temp\Cookies|*.*|RECURSE

FileKey4=%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\Windows\Cookies|*.*|RECURSE

 

[NetworkService History*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\NetworkService\Local Settings\History|*.*|RECURSE

FileKey2=%SystemDrive%\Documents and Settings\NetworkService.NT*\Local Settings\History|*.*|RECURSE

FileKey3=%WinDir%\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\History|*.*|RECURSE

 

[NetworkService Temporary Internet Files*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\NetworkService\Local Settings\Content.IE5|*.*|RECURSE

FileKey2=%SystemDrive%\Documents and Settings\NetworkService\Local Settings\Temporary Internet Files|*.*|RECURSE

FileKey3=%SystemDrive%\Documents and Settings\NetworkService.NT*\Local Settings\Content.IE5|*.*|RECURSE

FileKey4=%SystemDrive%\Documents and Settings\NetworkService.NT*\Local Settings\Temporary Internet Files|*.*|RECURSE

FileKey5=%WinDir%\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\Temporary Internet Files|*.*|RECURSE

FileKey6=%WinDir%\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\Content.IE5|*.*|RECURSE

 

[systemprofile Cookies*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%WinDir%\System32\config\SystemProfile\Cookies|*.*|RECURSE

FileKey2=%WinDir%\System32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies|*.*|RECURSE

FileKey3=%WinDir%\SysWOW64\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies|*.*|RECURSE

 

[systemprofile History*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%WinDir%\System32\config\SystemProfile\History|*.*|RECURSE

FileKey2=%WinDir%\System32\config\systemprofile\AppData\Local\Microsoft\Windows\History|*.*|RECURSE

FileKey3=%WinDir%\SysWOW64\config\systemprofile\AppData\Roaming\Microsoft\Windows\History|*.*|RECURSE

 

[systemprofile Temporary Internet Files*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%WinDir%\System32\config\SystemProfile\Local Settings\Temporary Internet Files|*.*|RECURSE

FileKey2=%WinDir%\System32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files|*.*|RECURSE

FileKey3=%WinDir%\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files|*.*|RECURSE

 

At a glance, Windows XP has some of them.

 

And they're needed because program installations can cause Windows to switch from using a user profile location for storage of the junk, or it can change it to the %windir% location.

Edited by Andavari
Link to comment
Share on other sites

[steam Packages*]
Section=Games
Detect=HKCU\Software\Valve\Steam
Warning=Running this entry is not recommended if you run Steam Client Beta.
FileKey1=%ProgramFiles%\Steam\package|*.zip.*
ExcludeKey1=FILE|%ProgramFiles%\Steam\package\steam_client_win32.installed
ExcludeKey2=FILE|%ProgramFiles%\Steam\package\steam_client_win32.manifest
ExcludeKey3=FILE|%ProgramFiles%\Steam\package\steam_client_publicbeta_win32.installed
ExcludeKey4=FILE|%ProgramFiles%\Steam\package\steam_client_publicbeta_win32.manifest

 

Why are there ExcludeKeys for in this entry? The FileKey should not touch those files, anyways.

I am a maintainer for Winapp2. I also have a open-source group on Steam.

http://steamcommunity.com/groups/opencommunity

Link to comment
Share on other sites

EDIT:

 

[starCraft II Editor Recent Files*]
Section=Games
Detect=HKCU\Software\Blizzard Entertainment\StarCraft II Editor
Default=False
RegKey1=HKCU\Software\Blizzard Entertainment\StarCraft II Editor\Recent Files

 

Removed Detect 2 as it is unneeded.

 

[starCraft II Map Cache*]
Section=Games
Detect=HKCU\Software\Blizzard Entertainment\StarCraft II
Default=False
FileKey1=%CommonAppData%\Blizzard Entertainment\Starcraft II\Maps\Cache|*.*|RECURSE
FileKey2=%LocalAppData%\VirtualStore\ProgramData\Blizzard Entertainment\Starcraft II\Maps\Cache|*.*|RECURSE

 

Changed Detect=HKCU\Software\Blizzard Entertainment\StarCraft II Editor to Detect=HKCU\Software\Blizzard Entertainment\StarCraft II

 

[starCraft II Misc*]
Section=Games
Detect=HKCU\Software\Blizzard Entertainment\StarCraft II
Default=False
Warning=This will delete all of your image uploads, replays, and screenshots.
FileKey1=%Documents%\StarCraft II\ImageUploads|*.*|RECURSE
FileKey2=%Documents%\StarCraft II\Replays|*.*|RECURSE
FileKey3=%Documents%\StarCraft II\Screenshots|*.*|RECURSE

 

Removed Detect1 as it is unneeded and changed Detect=HKLM\Software\Wow6432Node\Blizzard Entertainment\StarCraft II to Detect=HKCU\Software\Blizzard Entertainment\StarCraft II so it will detect all versions of Starcraft 2.

I am a maintainer for Winapp2. I also have a open-source group on Steam.

http://steamcommunity.com/groups/opencommunity

Link to comment
Share on other sites

[battle.net*]
Section=Games
Detect=HKCU\Software\Blizzard Entertainment\Battle.net
Default=False
FileKey1=%CommonAppData%\Battle.net|*.log|RECURSE
FileKey2=%CommonAppData%\Battle.net\Agent\Agent.*\Logs|*.*|RECURSE
FileKey3=%CommonAppData%\Battle.net\Agent\Logs|*.*|RECURSE
FileKey4=%CommonAppData%\Battle.net\Setup\*\Logs|*.*
FileKey5=%CommonAppData%\Battle.net\Telemetry|*.*
FileKey6=%CommonAppData%\Blizzard Entertainment\Battle.net\Cache|*.*|REMOVESELF
FileKey7=%LocalAppData%\Blizzard Entertainment\Battle.net\Cache|*.*|RECURSE
FileKey8=%LocalAppData%\Battle.net\Errors|*.*
FileKey9=%LocalAppData%\Blizzard Entertainment\System Survey|log.txt
FileKey10=%LocalAppData%\VirtualStore\ProgramData\Battle.net|*.log|RECURSE
FileKey11=%LocalAppData%\VirtualStore\ProgramData\Battle.net\Agent\Agent.*\Logs|*.*|RECURSE
FileKey12=%LocalAppData%\VirtualStore\ProgramData\Battle.net\Agent\Logs|*.*|RECURSE
FileKey13=%LocalAppData%\VirtualStore\ProgramData\Blizzard Entertainment\Battle.net\Cache|*.*|REMOVESELF
RegKey1=HKCU\Software\Blizzard Entertainment\Battle.net\Authenticator

 

About the RegKey1 in this entry, isn't that apart of Battle.net Authenticator that is suppose to help protect your account from hijacks? I don't think we should remove that. https://us.battle.net/support/en/article/battle-net-authenticator-faq

I am a maintainer for Winapp2. I also have a open-source group on Steam.

http://steamcommunity.com/groups/opencommunity

Link to comment
Share on other sites

Distributed [Windows System Profile*] into separate entries. So please add these and remove [Windows System Profile*].

 

[systemprofile Cookies*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%WinDir%\System32\config\SystemProfile\Cookies|*.*|RECURSE

FileKey2=%WinDir%\System32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies|*.*|RECURSE

FileKey3=%WinDir%\SysWOW64\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies|*.*|RECURSE

 

[systemprofile History*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%WinDir%\System32\config\SystemProfile\History|*.*|RECURSE

FileKey2=%WinDir%\System32\config\systemprofile\AppData\Local\Microsoft\Windows\History|*.*|RECURSE

FileKey3=%WinDir%\SysWOW64\config\systemprofile\AppData\Roaming\Microsoft\Windows\History|*.*|RECURSE

 

[systemprofile Temporary Files*]

LangSecRef=3025

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%WinDir%\System32\config\SystemProfile\Local Settings\Temp|*.*|RECURSE

FileKey2=%WinDir%\System32\config\systemprofile\AppData\Local\Temp|*.*|RECURSE

FileKey3=%WinDir%\SysWOW64\config\systemprofile\AppData\Local\Temp|*.*|RECURSE

 

[systemprofile Temporary Internet Files*]

LangSecRef=3022

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%WinDir%\System32\config\SystemProfile\Local Settings\Temporary Internet Files|*.*|RECURSE

FileKey2=%WinDir%\System32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files|*.*|RECURSE

FileKey3=%WinDir%\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files|*.*|RECURSE

 

Proper names for these entries are [LocalSystem Cookies*], [LocalSystem History*], [LocalSystem Temp Files*] and [LocalSystem Temporary Internet Files*].

Link to comment
Share on other sites

Revised Entry

Fixed FileKey1

 

[WDI Logs*]
LangSecRef=3025
Detect=HKCU\Software\Microsoft\Windows
Default=False
FileKey1=%WinDir%\System32\WDI\*|snapshot.etl|REMOVESELF
FileKey2=%WinDir%\System32\WDI\LogFiles\StartupInfo|*.*|RECURSE

Link to comment
Share on other sites

I tried adding the exclude rules, but they are not working.

 

ExcludeKey1=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetCache|container.dat
ExcludeKey2=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetHistory\BackgroundTransferApi|container.dat

 

[Content Delivery Manager*]
DetectOS=10.0|
Section=3031
Default=False
Detect=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy
FileKey1=%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetCache|*.*|RECURSE
FileKey2=%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetCookies|*.*|RECURSE
FileKey3=%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetHistory|*.*|RECURSE
FileKey4=%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\Microsoft\CryptnetUrlCache\Content|*.*|RECURSE
FileKey5=%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\Microsoft\CryptnetUrlCache\MetaData|*.*|RECURSE
FileKey6=%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\Temp|*.*|RECURSE
FileKey7=%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\TokenBroker\Cache|*.*|RECURSE
FileKey8=%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\LocalCache|*.*|RECURSE
FileKey9=%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\LocalState\Cache|*.*|RECURSE
FileKey10=%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\TempState|*.*|RECURSE

Link to comment
Share on other sites

I tried adding the exclude rules, but they are not working.

 

ExcludeKey1=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetCache|container.dat

ExcludeKey2=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetHistory\BackgroundTransferApi|container.dat

 

You just forgot to add a backslash at the end of the path:

 

ExcludeKey1=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetCache\|container.dat

ExcludeKey2=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetHistory\BackgroundTransferApi\|container.dat

 

Alternative:

ExcludeKey1=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetCache\container.dat

ExcludeKey2=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetHistory\BackgroundTransferApi\container.dat

 

#4274

Link to comment
Share on other sites

Revised Entry

Removed RegKey8=HKU\S-1-5-18\Software\Microsoft\Windows\Windows Error Reporting\Debug|StoreLocation. FileKey7 cleans this location also.

 

[Windows Error Reporting More*]
LangSecRef=3025
Detect=HKCU\Software\Microsoft\Windows\Windows Error Reporting
Default=False
FileKey1=%WinDir%\System32\config\systemprofile\AppData\Local\CrashDumps|*.dmp
FileKey2=%WinDir%\System32\config\systemprofile\Local Settings\Application Data\CrashDumps|*.dmp
FileKey3=%WinDir%\SysWOW64\config\systemprofile\AppData\Local\CrashDumps|*.dmp
FileKey4=%WinDir%\SysWOW64\config\systemprofile\Local Settings\Application Data\CrashDumps|*.dmp
RegKey1=HKCU\Software\Microsoft\Windows\Windows Error Reporting\Debug|StoreLocation
RegKey2=HKLM\Software\Microsoft\Windows\Windows Error Reporting\Debug|StoreLocation
RegKey3=HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps
RegKey4=HKLM\Software\Microsoft\Windows\Windows Error Reporting\FullLiveKernelReports|LastFullLiveReport
RegKey5=HKLM\Software\Microsoft\Windows\Windows Error Reporting\FullLiveKernelReports\win32k.sys
RegKey6=HKLM\Software\Microsoft\Windows\Windows Error Reporting\LiveKernelReports\win32k.sys
RegKey7=HKU\.DEFAULT\Software\Microsoft\Windows\Windows Error Reporting\Debug|StoreLocation

Link to comment
Share on other sites

Please change

[NetworkService Temps*] to [NetworkService Temp Files*]

[LocalService Temporary Files*] to [LocalService Temp Files*]

[LocalSystem Temp Internet Files*] t [LocalSystem Temporary Internet Files*]

Link to comment
Share on other sites

Revised Entry:  [Movavi Video Converter (Logs)*]

 

Modified FileKey1:  Changed VideoConverter16 to VideoConverter* for new version 17 of this application.

[Movavi Video Converter (Logs)*]
LangSecRef=3023
Detect=HKCU\Software\MOVAVI
Default=False
FileKey1=%LocalAppData%\Movavi\Logs\VideoConverter*|*.*

Windows 10 x64 Pro on ASUS Maximus VIII Extreme motherboard, i7-6700k CPU,H220 X2 Liquid Cooler, 64 gbyte RipJaws DDR4 3200 RAM, Samsung 970 Pro NVMe M.2 500 gbyte SSD + Samsung 850 Pro 512 gbyte SSD, EVGA RTX 3060 Titan graphics card (Home Built System);  Windows 11x64 Pro on 512 gigabyte Dell XPS 15 2-in-1 Laptop/tablet and Dell XPS 8940 PC.  ASUS RT-AC88U router, 14 tbyte WD My Cloud PR2100 NAS Server, 200 Mbps cable Internet, MS Edge Chromium, MS Office 2021 (Local), Casper 11, DisplayFusion (3 Flat Panel Displays per system):   Latest Bitdefender Internet Security, Quicken, Weather Watcher Live, ThumbsPlus 10, Sticky Password 8, WD Smartware, CyberLink PowerDVD23, MSI AfterBurner, Rainmeter, 8GadgetPack, and many more.

Link to comment
Share on other sites

  • Moderators

New:

 

[Alternate File Shredder (Archive Log)*]
LangSecRef=3024
Default=False
Detect=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Alternate File Shredder_is1
FileKey1=%AppData%\Alternate\FileShredder|FileShredderLog_*.txt
 

 

New:

 

[Alternate File Shredder (Enable Log)*]
LangSecRef=3024
Default=False
Detect=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Alternate File Shredder_is1
FileKey1=%AppData%\Alternate\FileShredder|FileShredderLog.txt

Edited by Andavari
Couldn't get [code] to work correctly with Firefox 51.0.1
Link to comment
Share on other sites

(More*)=(Enhanced*)

(More*)=(Pro*)

(More*)=(Deeper*)

(More*)=http://www.thesaurus.com/browse/more

Windows 10 x64 Pro on ASUS Maximus VIII Extreme motherboard, i7-6700k CPU,H220 X2 Liquid Cooler, 64 gbyte RipJaws DDR4 3200 RAM, Samsung 970 Pro NVMe M.2 500 gbyte SSD + Samsung 850 Pro 512 gbyte SSD, EVGA RTX 3060 Titan graphics card (Home Built System);  Windows 11x64 Pro on 512 gigabyte Dell XPS 15 2-in-1 Laptop/tablet and Dell XPS 8940 PC.  ASUS RT-AC88U router, 14 tbyte WD My Cloud PR2100 NAS Server, 200 Mbps cable Internet, MS Edge Chromium, MS Office 2021 (Local), Casper 11, DisplayFusion (3 Flat Panel Displays per system):   Latest Bitdefender Internet Security, Quicken, Weather Watcher Live, ThumbsPlus 10, Sticky Password 8, WD Smartware, CyberLink PowerDVD23, MSI AfterBurner, Rainmeter, 8GadgetPack, and many more.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.