Jump to content

Winapp2.ini additions


Winapp2.ini

Recommended Posts

  • Moderators

Updated, reduced/simplified using far less filekey's to do the exact same cleaning:

 

[Kodak AiO Software (Logs)*]
LangSecRef=3021
Detect=HKLM\SOFTWARE\Kodak\Kodak AiO Software
Detect2=HKLM\SOFTWARE\Eastman Kodak Company\KODAK AiO Home Center
Default=False
FileKey1=%CommonAppData%\Kodak\Diagnostics|*.*
FileKey2=%CommonAppData%\Kodak\Inkjet Logging|*.*|RECURSE
FileKey3=%LocalAppData%|LaunchHomeCenter.log

Link to comment
Share on other sites

The [Camera*] and [store*] Windows 8 Apps code has a bug in them that cause the Camera app to fail when recording videos. If you use that app and make a video, then go do something else, and then run CCleaner with Camera* and/or Store* checkmarked, you cannot record another video via the Camera* app until you reboot the computer. An error message occurs and the video will not record. I have commented out the line in these two codes that stops this error in the Camera app.

 

[Camera*]

DetectOS=6.2|

Section=Windows 8 Apps

DetectFile=%LocalAppData%\Packages\Microsoft.Camera_8wekyb3d8bbwe

Default=False

FileKey1=%LocalAppData%\Packages\Microsoft.Camera_*\AC\Microsoft\CryptnetUrlCache\Content|*.*

FileKey2=%LocalAppData%\Packages\Microsoft.Camera_*\AC\Microsoft\CryptnetUrlCache\MetaData|*.*

FileKey3=%LocalAppData%\Packages\Microsoft.Camera_*\AC\INetCache|*.*|RECURSE

FileKey4=%LocalAppData%\Packages\Microsoft.Camera_*\AC\INetCookies|*.*|RECURSE

FileKey5=%LocalAppData%\Packages\Microsoft.Camera_*\AC\INetHistory|*.*|RECURSE

FileKey6=%LocalAppData%\Packages\Microsoft.Camera_*\AC\AppCache|*.*|RECURSE

FileKey7=%LocalAppData%\Packages\Microsoft.Camera_*\AC\Temp|*.*

FileKey8=%LocalAppData%\Packages\Microsoft.Camera_*\AC\PRICache|*.*

; FileKey9=%LocalAppData%\Packages\Microsoft.Camera_*\TempState|*.*|RECURSE

RegKey1=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\Microsoft.Camera_8wekyb3d8bbwe\SearchHistory

 

FileKey9 has been commented out.

 

 

[store*]

DetectOS=6.2|

Section=Windows 8 Apps

DetectFile=%LocalAppData%\Packages\WinStore_cw5n1h2txyewy

Default=False

FileKey1=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\CryptnetUrlCache\Content|*.*

FileKey2=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\CryptnetUrlCache\MetaData|*.*

FileKey3=%LocalAppData%\Packages\WinStore_*\AC\INetCache|*.*|RECURSE

FileKey4=%LocalAppData%\Packages\WinStore_*\AC\INetCookies|*.*|RECURSE

FileKey5=%LocalAppData%\Packages\WinStore_*\AC\INetHistory|*.*|RECURSE

FileKey6=%LocalAppData%\Packages\WinStore_*\AC\AppCache|*.*|RECURSE

FileKey7=%LocalAppData%\Packages\WinStore_*\AC\Temp|*.*

FileKey8=%LocalAppData%\Packages\WinStore_*\AC\PRICache|*.*

FileKey9=%LocalAppData%\Packages\WinStore_*\LocalState\Cache|*.*|RECURSE

FileKey10=%LocalAppData%\Packages\WinStore_*\LocalState\navigationHistory|*.*|RECURSE

FileKey11=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\Internet Explorer\DOMStore|*.*|RECURSE

; FileKey12=%LocalAppData%\Packages\*\TempState|*.*|RECURSE

FileKey13=%LocalAppData%\Packages\WinStore*\AC\Microsoft\Windows Store\Cache|*.*|RECURSE

FileKey14=%LocalAppData%\Microsoft\Windows Store\Cache Medium IL|*.*|RECURSE

FileKey15=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\Windows Store\Data|history.dat

RegKey1=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\WinStore_cw5n1h2txyewy\SearchHistory

 

FileKey12 has been commented out.

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

yes if these entries break anything then they need edit (before the developers note the entries and add them) Good catch, 100 internets for you.

 

ADVICE FOR USING CCleaner'S REGISTRY INTEGRITY SECTION

DON'T JUST CLEAN EVERYTHING THAT'S CHECKED OFF.

Do your Registry Cleaning in small bits (at the very least Check-mark by Check-mark)

ALWAYS BACKUP THE ENTRY, YOU NEVER KNOW WHAT YOU'LL BREAK IF YOU DON'T.

Support at https://support.ccleaner.com/s/?language=en_US

Pro users file a PRIORITY SUPPORT via email support@ccleaner.com

Link to comment
Share on other sites

The [Camera*] and [store*] Windows 8 Apps code has a bug in them that cause the Camera app to fail when recording videos. If you use that app and make a video, then go do something else, and then run CCleaner with Camera* and/or Store* checkmarked, you cannot record another video via the Camera* app until you reboot the computer. An error message occurs and the video will not record. I have commented out the line in these two codes that stops this error in the Camera app.

 

fixed FileKey12, the wildcard (\Packages\*\) caused it to remove the Camera apps TempState folder

[store*]
DetectOS=6.2|
Section=Windows 8 Apps
DetectFile=%LocalAppData%\Packages\WinStore_cw5n1h2txyewy
Default=False
FileKey1=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\CryptnetUrlCache\Content|*.*
FileKey2=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\CryptnetUrlCache\MetaData|*.*
FileKey3=%LocalAppData%\Packages\WinStore_*\AC\INetCache|*.*|RECURSE
FileKey4=%LocalAppData%\Packages\WinStore_*\AC\INetCookies|*.*|RECURSE
FileKey5=%LocalAppData%\Packages\WinStore_*\AC\INetHistory|*.*|RECURSE
FileKey6=%LocalAppData%\Packages\WinStore_*\AC\AppCache|*.*|RECURSE
FileKey7=%LocalAppData%\Packages\WinStore_*\AC\Temp|*.*
FileKey8=%LocalAppData%\Packages\WinStore_*\AC\PRICache|*.*
FileKey9=%LocalAppData%\Packages\WinStore_*\LocalState\Cache|*.*|RECURSE
FileKey10=%LocalAppData%\Packages\WinStore_*\LocalState\navigationHistory|*.*|RECURSE
FileKey11=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\Internet Explorer\DOMStore|*.*|RECURSE
FileKey12=%LocalAppData%\Packages\WinStore_*\TempState|*.*|RECURSE
FileKey13=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\Windows Store\Cache|*.*|RECURSE
FileKey14=%LocalAppData%\Microsoft\Windows Store\Cache Medium IL|*.*|RECURSE
FileKey15=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\Windows Store\Data|history.dat
RegKey1=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\WinStore_cw5n1h2txyewy\SearchHistory

Link to comment
Share on other sites

New Entries for Windows 8 Apps:

 

 

[uSA Today*]

DetectOS=6.2|

Section=Windows 8 Apps

DetectFile=%LocalAppData%\Packages\USATODAY.USATODAY_wy7mw3214mat8

Default=False

FileKey1=%LocalAppData%\Packages\USATODAY.USATODAY_*\AC\INetCache|*.*|RECURSE

FileKey2=%LocalAppData%\Packages\USATODAY.USATODAY_*\AC\INetCookies|*.*|RECURSE

FileKey3=%LocalAppData%\Packages\USATODAY.USATODAY_*\AC\INetHistory|*.*|RECURSE

FileKey4=%LocalAppData%\Packages\USATODAY.USATODAY_*\AC\Temp|*.*

FileKey5=%LocalAppData%\Packages\USATODAY.USATODAY_*\AC\PRICache|*.*

FileKey6=%LocalAppData%\Packages\USATODAY.USATODAY_*\AC\Microsoft\Internet Explorer\DOMStore|*.*|RECURSE

FileKey7=%LocalAppData%\Packages\USATODAY.USATODAY_*\TempState|*.*|RECURSE

 

[Netflix*]

DetectOS=6.2|

Section=Windows 8 Apps

DetectFile=%LocalAppData%\Packages\4DF9E0F8.Netflix_mcm4njqhnhss8

Default=False

FileKey1=%LocalAppData%\Packages\4DF9E0F8.Netflix_*\AC\INetCache|*.*|RECURSE

FileKey2=%LocalAppData%\Packages\4DF9E0F8.Netflix_*\AC\INetCookies|*.*|RECURSE

FileKey3=%LocalAppData%\Packages\4DF9E0F8.Netflix_*\AC\INetHistory|*.*|RECURSE

FileKey4=%LocalAppData%\Packages\4DF9E0F8.Netflix_*\AC\Temp|*.*

FileKey5=%LocalAppData%\Packages\4DF9E0F8.Netflix_*\AC\PRICache|*.*

FileKey6=%LocalAppData%\Packages\4DF9E0F8.Netflix_*\AC\Microsoft\CLR_v4.0\UsageLogs|*.*|RECURSE

FileKey7=%LocalAppData%\Packages\4DF9E0F8.Netflix_*\TempState|*.*|RECURSE

 

[CNN*]

DetectOS=6.2|

Section=Windows 8 Apps

DetectFile=%LocalAppData%\Packages\588E6FFA.CNNAppforWindows_cs8eyncph15zy

Default=False

FileKey1=%LocalAppData%\Packages\588E6FFA.CNNAppforWindows_*\AC\INetCache|*.*|RECURSE

FileKey2=%LocalAppData%\Packages\588E6FFA.CNNAppforWindows_*\AC\INetCookies|*.*|RECURSE

FileKey3=%LocalAppData%\Packages\588E6FFA.CNNAppforWindows_*\AC\INetHistory|*.*|RECURSE

FileKey4=%LocalAppData%\Packages\588E6FFA.CNNAppforWindows_*\AC\Temp|*.*

FileKey5=%LocalAppData%\Packages\588E6FFA.CNNAppforWindows_*\AC\PRICache|*.*

FileKey6=%LocalAppData%\Packages\588E6FFA.CNNAppforWindows_*\AC\Microsoft\CLR_v4.0\UsageLogs|*.*|RECURSE

FileKey7=%LocalAppData%\Packages\588E6FFA.CNNAppforWindows_*\AC\Microsoft\CLR_v4.0_32\UsageLogs|*.*|RECURSE

FileKey8=%LocalAppData%\Packages\588E6FFA.CNNAppforWindows_*\TempState|*.*|RECURSE

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

It appears that you're deleting too much stuff for Mailwasher Pro. I ran CCleaner and told it to clean MW, and got rid of LOTS of files, and now it seems to have lost a lot of classification knowledge. Now I have to mark lots of new emails as good rather than it already knowing it as it did previously. Sadly, I did not save the list of files deleted but I guess I can try it again (after copying them so I can put them back) and ask what shouldn't be deleted over on the Mailwasher board.

Link to comment
Share on other sites

Modified entry:

[MailWasher Pro*]
LangSecRef=3022
Detect1=HKCU\Software\FireTrust\MailWasher Pro
Detect2=HKCU\Software\FireTrust\MailWasher
Detect3=HKCU\Software\FireTrust\MailWasherPro
Default=False
FileKey1=%AppData%\Firetrust\MailWasher\logs|*.*|RECURSE
FileKey2=%AppData%\Firetrust\MailWasher\cache|*.*|RECURSE
FileKey3=%AppData%\Firetrust\MailWasher|log-*|RECURSE
ExcludeKey1=FILE|%AppData%\Firetrust\MailWasher\cache|*mwp_conv.dat;*mwp_inw.dat;*mwp_pmap.dat;*MWP.db3

- Added ExcludeKey1

 

New entries:

[Nextup TextAloud*]
LangSecRef=3021
Detect=HKCU\Software\NextUpTech\TextAloud3
Default=False
FileKey1=%LocalAppData%\NextUp\TextAloud|*.adu;*.adl;*.dbg
FileKey2=%LocalAppData%\NextUp\TextAloud\Articles|*.*|RECURSE
RegKey1=HKCU\Software\NextUpTech\TextAloud3|AudioClipFileOpenDirectory
RegKey2=HKCU\Software\NextUpTech\TextAloud3|DocFileOpenDirectory

[VSO Blu-ray Converter Ultimate*]
LangSecRef=3023
DetectFile=%ProgramFiles%\VSO\Blu-ray Converter Ultimate\2
Default=False
FileKey1=%ProgramFiles%\VSO\Blu-ray Converter Ultimate\2|*.txt
FileKey2=%Documents%\PcSetup|*.log|REMOVESELF
FileKey3=%CommonAppData%\VSO\Blu-ray Converter Ultimate\2\Log|*.log;*.crashlist|REMOVESELF
RegKey1=HKCU\Software\VSO\Blu-ray Converter Ultimate\2|MediaLabel
RegKey2=HKCU\Software\VSO\Blu-ray Converter Ultimate\2|ISOInputFolders
RegKey3=HKCU\Software\VSO\Blu-ray Converter Ultimate\2|BDMVInputFolders

[VSO DVD Converter Ultimate*]
LangSecRef=3023
DetectFile=%ProgramFiles%\VSO\DVD Converter Ultimate\2
Default=False
FileKey1=%ProgramFiles%\VSO\DVD Converter Ultimate\2|*.txt
FileKey2=%Documents%\PcSetup|*.log|REMOVESELF
FileKey3=%CommonAppData%\VSO\DVD Converter Ultimate\2\Log|*.log;*.crashlist|REMOVESELF
RegKey1=HKCU\Software\VSO\DVD Converter Ultimate\2|MediaLabel
RegKey2=HKCU\Software\VSO\DVD Converter Ultimate\2|ISOInputFolders
RegKey3=HKCU\Software\VSO\DVD Converter Ultimate\2|BDMVInputFolders

Link to comment
Share on other sites

New entry:

[RegVac Registry Cleaner*]
LangSecRef=3024
DetectFile=%ProgramFiles%\RegVac Registry Cleaner
Default=False
FileKey1=%ProgramFiles%\RegVac Registry Cleaner|*.diz;*.xml;*.htm;*.GID;*.url

Link to comment
Share on other sites

yes if these entries break anything then they need edit (before the developers note the entries and add them) Good catch, 100 internets for you.

 

I have the latest Winapp2 on the system. and both the entries are fine.

[Camera*]
DetectOS=6.2|
Section=Windows 8 Apps
DetectFile=%LocalAppData%\Packages\Microsoft.Camera_8wekyb3d8bbwe
Default=False
FileKey1=%LocalAppData%\Packages\Microsoft.Camera_*\AC\Microsoft\CryptnetUrlCache\Content|*.*
FileKey2=%LocalAppData%\Packages\Microsoft.Camera_*\AC\Microsoft\CryptnetUrlCache\MetaData|*.*
FileKey3=%LocalAppData%\Packages\Microsoft.Camera_*\AC\INetCache|*.*|RECURSE
FileKey4=%LocalAppData%\Packages\Microsoft.Camera_*\AC\INetCookies|*.*|RECURSE
FileKey5=%LocalAppData%\Packages\Microsoft.Camera_*\AC\INetHistory|*.*|RECURSE
FileKey6=%LocalAppData%\Packages\Microsoft.Camera_*\AC\AppCache|*.*|RECURSE
FileKey7=%LocalAppData%\Packages\Microsoft.Camera_*\AC\Temp|*.*
FileKey8=%LocalAppData%\Packages\Microsoft.Camera_*\AC\PRICache|*.*
FileKey9=%LocalAppData%\Packages\Microsoft.Camera_*\TempState|*.*|RECURSE
RegKey1=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\Microsoft.Camera_8wekyb3d8bbwe\SearchHistory

[store*]
DetectOS=6.2|
Section=Windows 8 Apps
DetectFile=%LocalAppData%\Packages\WinStore_cw5n1h2txyewy
Default=False
FileKey1=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\CryptnetUrlCache\Content|*.*
FileKey2=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\CryptnetUrlCache\MetaData|*.*
FileKey3=%LocalAppData%\Packages\WinStore_*\AC\INetCache|*.*|RECURSE
FileKey4=%LocalAppData%\Packages\WinStore_*\AC\INetCookies|*.*|RECURSE
FileKey5=%LocalAppData%\Packages\WinStore_*\AC\INetHistory|*.*|RECURSE
FileKey6=%LocalAppData%\Packages\WinStore_*\AC\AppCache|*.*|RECURSE
FileKey7=%LocalAppData%\Packages\WinStore_*\AC\Temp|*.*
FileKey8=%LocalAppData%\Packages\WinStore_*\AC\PRICache|*.*
FileKey9=%LocalAppData%\Packages\WinStore_*\LocalState\Cache|*.*|RECURSE
FileKey10=%LocalAppData%\Packages\WinStore_*\LocalState\navigationHistory|*.*|RECURSE
FileKey11=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\Internet Explorer\DOMStore|*.*|RECURSE
FileKey12=%LocalAppData%\Packages\*\TempState|*.*|RECURSE
FileKey13=%LocalAppData%\Packages\WinStore*\AC\Microsoft\Windows Store\Cache|*.*|RECURSE
FileKey14=%LocalAppData%\Microsoft\Windows Store\Cache Medium IL|*.*|RECURSE
FileKey15=%LocalAppData%\Packages\WinStore_*\AC\Microsoft\Windows Store\Data|history.dat
RegKey1=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\WinStore_cw5n1h2txyewy\SearchHistory

Edited by Nergal
save space use code tags
Link to comment
Share on other sites

  • Moderators

saad,re-read the bug report,

The [Camera*] and [store*] Windows 8 Apps code has a bug in them that cause the Camera app to fail when recording videos.  If you use that app and make a video, then go do something else, and then run CCleaner with Camera* and/or Store* checkmarked, you cannot record another video via the Camera* app until you reboot the computer.  An error message occurs and the video will not record.  I have commented out the line in these two codes that stops this error in the Camera app.

the camera apps is open whilst the clean occurs, and in the followup we learned that there was a flaw in the store entry which caused it to break to camera.

and why did you re-post the entries. Anyone reading this thread with interest all ready has access.

I've said this to you before in this thread: Just because you don't see the breakage, the bug reported isn't invalidated.

Edited by Nergal

 

ADVICE FOR USING CCleaner'S REGISTRY INTEGRITY SECTION

DON'T JUST CLEAN EVERYTHING THAT'S CHECKED OFF.

Do your Registry Cleaning in small bits (at the very least Check-mark by Check-mark)

ALWAYS BACKUP THE ENTRY, YOU NEVER KNOW WHAT YOU'LL BREAK IF YOU DON'T.

Support at https://support.ccleaner.com/s/?language=en_US

Pro users file a PRIORITY SUPPORT via email support@ccleaner.com

Link to comment
Share on other sites

saad,re-read the bug report,

 

the camera apps is open whilst the clean occurs, and in the followup we learned that there was a flaw in the store entry which caused it to break to camera.

and why did you re-post the entries. Anyone reading this thread with interest all ready has access.

I've said this to you before in this thread: Just because you don't see the breakage, the bug reported isn't invalidated.

 

I think I didn't get it right before.

Link to comment
Share on other sites

Detect path should be changed. Current Detect has nothing to do with this temp folder.

 

[Config.msi Folder*]

LangSecRef=3025

Detect=HKCU\Software\Microsoft\Installer

Default=False

FileKey1=%SystemDrive%\Config.msi|*.*|REMOVESELF

Link to comment
Share on other sites

New entry:

[EndNote X6*]
LangSecRef=3021
Detect=HKLM\Software\ISI ResearchSoft\EndNote
Default=False
FileKey1=%Documents%\My EndNote Library.Data\Trash|*.*|RECURSE
FileKey2=%AppData%\EndNote|*.log;*.16
FileKey3=%CommonAppData%\Thomson.ResearchSoft.Installers|*.*|REMOVESELF
FileKey4=%ProgramFiles%\EndNote X6|*.txt
FileKey5=%ProgramFiles%\EndNote Web|*.txt
FileKey6=%CommonProgramFiles%\Risxtd|*.LOG;*.txt
FileKey7=%ProgramFiles%\EndNote X6\Product-Support\ThirdParty\Apache2|NOTICE

 

Detect path should be changed. Current Detect has nothing to do with this temp folder.

[Config.msi Folder*]

Removes it on XP

Link to comment
Share on other sites

  • Moderators

Detect path should be changed. Current Detect has nothing to do with this temp folder.

 

[Config.msi Folder*]

LangSecRef=3025

Detect=HKCU\Software\Microsoft\Installer

Default=False

FileKey1=%SystemDrive%\Config.msi|*.*|REMOVESELF

 

Please elaborate or provide a "corrected path".

 

Actually that registry location has something to do with that folder since that's where Microsoft Installers unpack into, and sometimes won't clean up after themselves.

Link to comment
Share on other sites

Please elaborate or provide a "corrected path".

 

Actually that registry location has something to do with that folder since that's where Microsoft Installers unpack into, and sometimes won't clean up after themselves.

 

I think the detect path should be: %SystemDrive%\Config.msi

Link to comment
Share on other sites

  • Moderators

 

 

I think the detect path should be: %SystemDrive%\Config.msi

inadvisable to have detect=cleaned

 

ADVICE FOR USING CCleaner'S REGISTRY INTEGRITY SECTION

DON'T JUST CLEAN EVERYTHING THAT'S CHECKED OFF.

Do your Registry Cleaning in small bits (at the very least Check-mark by Check-mark)

ALWAYS BACKUP THE ENTRY, YOU NEVER KNOW WHAT YOU'LL BREAK IF YOU DON'T.

Support at https://support.ccleaner.com/s/?language=en_US

Pro users file a PRIORITY SUPPORT via email support@ccleaner.com

Link to comment
Share on other sites

New entries:

[Registry First Aid*]
LangSecRef=3024
Detect=HKCU\Software\KsL Software\RFA
Default=False
FileKey1=%ProgramFiles%\RFA 9|*.diz;*.txt;*.url

[Audials 10*]
LangSecRef=3023
Detect=HKLM\SOFTWARE\RapidSolution\Audials_2013
Default=False
FileKey1=%AppData%\CrashRpt\UnsentCrashReports|*.dmp;*.log;*.xml|RECURSE
FileKey2=%LocalAppData%\RapidSolution\Audials_2013\Log|*.log;*.txt|RECURSE
FileKey3=%LocalAppData%\RapidSolution\Audials_SOFTWARE\RapidSolution\Audials_2013\Log|*.log;*.txt|RECURSE
FileKey4=%CommonAppData%\RapidSolution\Audials_2013\ChildMSILogs|*.txt

Link to comment
Share on other sites

MODIFIED ENTRY

[Juniper Networks*]
LangSecRef=3021
Detect1=HKLM\Software\Juniper Networks
Detect2=HKCU\Software\Juniper Networks
Default=False
FileKey1=%AppData%\Juniper Networks|*.old;*.log|RECURSE
FileKey2=%LocalAppData%\Juniper Networks\Logging|*.*
RegKey1=HKLM\Software\Juniper Networks\Default

- Added FileKey2.

 

NEW ENTRY

[MAGIX Video Easy TERRATEC Edition*]
LangSecRef=3023
Detect=HKLM\SOFTWARE\MAGIX\Video_easy_3_TerraTec
Default=False
FileKey1=%AppData%\MAGIX\Video_easy_TERRATEC_Edition|*.log|RECURSE

 

Edit. added new entry.

 

MODIFIED ENTRY

[uTorrent More*]
LangSecRef=3022
Detect=HKCU\Software\BitTorrent\uTorrent
Default=False
FileKey1=%AppData%\utorrent|*.log;*.dmp;*.bad;*.older
FileKey2=%ProgramFiles%\uTorrent|*.tmp

- Added *.older in FileKey1.

 

Edit. added modified entry.

 

NEW ENTRY

[Mass Effect 2*]
Section=Games
Detect=HKLM\SOFTWARE\BioWare\Mass Effect 2
Default=False
FileKey1=%Documents%\BioWare\Mass Effect 2\BIOGame\Logs|*.*

 

Edit. added new entry.

 

NEW ENTRIES

[Ace of Spades*]
Section=Games
DetectFile=%ProgramFiles%\Steam\steamapps\common\aceofspades
Default=False
FileKey1=%ProgramFiles%\Steam\steamapps\common\aceofspades\logs|*.*

 

[Mount & Blade: Warband*]
Section=Games
Detect=HKCU\Software\MountAndBladeWarbandKeys
Default=False
FileKey1=%ProgramFiles%\Steam\steamapps\common\MountBlade Warband|rgl_log.txt

 

MODIFIED ENTRY

[TeamSpeak 3 Logs*]
LangSecRef=3022
Detect=HKCU\Software\TeamSpeak 3 Client
Default=False
FileKey1=%LocalAppData%\TeamSpeak 3 Client\config\logs|*.*
FileKey2=%ProgramFiles%\TeamSpeak 3 Client\config\logs|*.*

- Added FileKey2.

 

Edit. added 2xnew entries + modified entry.

Edited by nodles
Link to comment
Share on other sites

[Mount & Blade: Warband*]
Section=Games
Detect=HKCU\Software\MountAndBladeWarbandKeys
Default=False
FileKey1=%ProgramFiles%\Steam\steamapps\common\MountBlade Warband|rgl_log.txt

Modified:

[Mount & Blade (All)*]
Section=Games
Detect1=HKCU\Software\MountAndBladeWarbandKeys
Detect2=HKCU\Software\MountAndBladeWarbandWFASKeys
Default=False
FileKey1=%ProgramFiles%\Steam\steamapps|rgl_log.txt|RECURSE
FileKey2=%ProgramFiles%\Mount&Blade|rgl_log.txt
FileKey3=%ProgramFiles%\Mount&Blade Warband|rgl_log.txt
FileKey4=%ProgramFiles%\Napoleonic Wars|rgl_log.txt
FileKey5=%ProgramFiles%\Mount&Blade With Fire and Sword|rgl_log.txt

 

Cleans:

Mount & Blade

Mount & Blade Warband

Mount & Blade Warband Napoleonic Wars

Mount & Blade With Fire and Sword

 

All available via TaleWorlds, Steam, and DVD.

TaleWorlds download and DVD default install to %ProgramFiles%\

Steam download default installs to %ProgramFiles%\Steam\steamapps\

 

With the modified entry below, FileKey1 in both above would become redundant and could be eliminated.

 

Modified entry:

[steam Games*]
Section=Games
Detect=HKCU\Software\Valve\Steam
Default=False
FileKey1=%ProgramFiles%\Steam\steamapps\common\*\Cache|*.*|RECURSE
FileKey2=%ProgramFiles%\Steam\steamapps\common\*\DebugData|*.*|RECURSE
FileKey3=%ProgramFiles%\Steam\steamapps\common\*\*\downloads|*.*|RECURSE
FileKey4=%ProgramFiles%\Steam\steamapps\common\*\config\html|*.*|RECURSE
FileKey5=%ProgramFiles%\Steam\steamapps\common\*\docs|*.*|RECURSE
FileKey6=%ProgramFiles%\Steam\steamapps\common\*\EULA|*.*|RECURSE
FileKey7=%ProgramFiles%\Steam\steamapps\common\*\Manual|*.*|RECURSE
FileKey8=%ProgramFiles%\Steam\steamapps|*.mdmp;*.tmp;*.dmp;*.icns;.DS_Store;logfile.*;*.log;text.txt;rgl_log.txt|RECURSE
FileKey9=%ProgramFiles%\Steam\Steamapps\temp|*.*|RECURSE

 

- Edited FileKey8 (added rgl_log.txt removal)

 

Taking the above a step further:

 

Merged entry:

[steam Games*]
Section=Games
Detect=HKCU\Software\Valve\Steam
Default=False
FileKey1=%ProgramFiles%\Steam\steamapps\common\*\Cache|*.*|RECURSE
FileKey2=%ProgramFiles%\Steam\steamapps\common\*\DebugData|*.*|RECURSE
FileKey3=%ProgramFiles%\Steam\steamapps\common\*\*\downloads|*.*|RECURSE
FileKey4=%ProgramFiles%\Steam\steamapps\common\*\config\html|*.*|RECURSE
FileKey5=%ProgramFiles%\Steam\steamapps\common\*\docs|*.*|RECURSE
FileKey6=%ProgramFiles%\Steam\steamapps\common\*\EULA|*.*|RECURSE
FileKey7=%ProgramFiles%\Steam\steamapps\common\*\Manual|*.*|RECURSE
FileKey8=%ProgramFiles%\Steam\steamapps|*.mdmp;*.tmp;*.dmp;*.icns;.DS_Store;logfile.*;*.log;text.txt;rgl_log.txt|RECURSE
FileKey9=%ProgramFiles%\Steam\Steamapps\temp|*.*|RECURSE
FileKey10=%ProgramFiles%\Steam|*.log|RECURSE
FileKey11=%ProgramFiles%\Valve\Steam|*.log|RECURSE

 

- merged Steam Games and Steam More

Link to comment
Share on other sites

[Mount & Blade (All)*]
Section=Games
Detect1=HKCU\Software\MountAndBladeWarbandKeys
Detect2=HKCU\Software\MountAndBladeWarbandWFASKeys
Default=False
FileKey1=%ProgramFiles%\Steam\steamapps|rgl_log.txt|RECURSE
FileKey2=%ProgramFiles%\Mount&Blade|rgl_log.txt
FileKey3=%ProgramFiles%\Mount&Blade Warband|rgl_log.txt
FileKey4=%ProgramFiles%\Napoleonic Wars|rgl_log.txt
FileKey5=%ProgramFiles%\Mount&Blade With Fire and Sword|rgl_log.txt

It'd need more Detects, only detects Warband version now (not the original or WFAS).

Link to comment
Share on other sites

It's detecting all of them on my PC.

However mine are all non Steam installs.

If I create the Steam folder tree, it still detects and removes all.

 

Here's the Steam ID's:

Mount & Blade: app/22100

Mount & Blade: Warband: app/48700

Mount & Blade: Warband - Napoleonic Wars: app/48705

Mount & Blade: With Fire & Sword: app/48720

 

Don't know how to add them though?

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.