Skip to content

Commit

Permalink
Add CCleanerPro (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Aug 18, 2018
1 parent c997e9f commit e1c8287
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 38 deletions.
52 changes: 52 additions & 0 deletions CCleanerPro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"version": "5.44.6575",
"description": "CCleaner Professional. The number-one tool for cleaning PC. Protects privacy and makes computer faster and more secure! ",
"homepage": "http://www.ccleaner.com/ccleaner",
"url": [
"https://download.ccleaner.com/ccsetup544pro.exe#/cosi.7z",
"https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/ccl.dll#/branding.dll",
"https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/ccl.dat#/CCleaner.dat"
],
"hash": [
"bfbc3007747caf507636806b055a5db82b0d05e01a0a0d63da2a1439b02f1581",
"26d6cd545f57071e3a01e5e39e68fde63af8e086bd39eff2b746633006d71511",
"d5142f288ee9e334671c807931ace52c31eaa0fa254ffe31979fad0b6ba5c2cd"
],
"pre_install": [
" # Create portable.dat",
"Set-Content \"$dir\\portable.dat\" '#PORTABLE#' -Encoding ascii",
" # Create ccleaner.ini",
"if (!(Test-Path \"$persist_dir\\ccleaner.ini\")) {",
" Write-Host 'No ccleaner.ini file' -f Yellow",
" Set-Content \"$dir\\ccleaner.ini\" '[Options]' -Encoding ascii",
"}",
" # Remove irrelevant files",
"Get-ChildItem \"$dir\\`$*\", \"$dir\\uninst.exe\", \"$Dir\\CCUpdate.exe\" | Remove-Item -Force -Recurse"
],
"architecture": {
"64bit": {
"shortcuts": [
[
"CCleaner64.exe",
"CCleaner"
]
]
},
"32bit": {
"shortcuts": [
[
"CCleaner.exe",
"CCleaner"
]
]
}
},
"persist": "ccleaner.ini",
"checkver": {
"url": "http://www.ccleaner.com/",
"re": "<a href=\"/news/release.*\">CCleaner v([\\d+\\.]+)"
},
"autoupdate": {
"url": "https://download.ccleaner.com/ccsetup$majorVersion$minorVersionpro.exe#/cosi.7z"
}
}
10 changes: 5 additions & 5 deletions KMS.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"All needed Windows Defender exclusions were set.",
"Automatic activation could be run via \"AutoPico /silent\"",
"If you plan to use some different antivirus. Make sure to exclude all these:",
"\t..\\scoop\\apps\\KMS",
"\tC:\\Windows\\SECOH-QAD.dll)",
"\tC:\\Windows\\SECOH-QAD.exe)",
" ..\\scoop\\apps\\KMS",
" C:\\Windows\\SECOH-QAD.dll)",
" C:\\Windows\\SECOH-QAD.exe)",
"🎉🎉You are all clear and ready to go 😍🎉🎉"
],
"url": "https://gist.github.com/Ash258/e143436e2f9183a650424d635b535e51/raw/kmi.exe",
"url": "https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/kmi.exe",
"hash": "64c731adbe1b96cb5765203b1e215093dcf268d020b299445884a4ae62ed2d3a",
"pre_install": [
"Add-MpPreference -ExclusionPath \"$dir\"",
Expand Down Expand Up @@ -54,6 +54,6 @@
"re": "<span class=\"italic_text\">Version: ([\\d+\\.]+), Date:"
},
"autoupdate": {
"url": "https://gist.github.com/Ash258/e143436e2f9183a650424d635b535e51/raw/kmi.exe"
"url": "https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/kmi.exe"
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
| [AutoClicker **(AutoClicker)**](./AutoClicker.json) ||| ✔ (✔) |
| [AutoClickers **(AutoClickers)**](./AutoClickers.json) ||| ✔ (✔) |
| [BleachBit **(BleachBit)**](./BleachBit.json) ||| ✔ (✔) |
| [CCleaner Professional **(CCleanerPro)**](./CCleanerPro.json) ||| ✔ (⛔) |
| [Disable Win Tracking **(DWT)**](./DWT.json) ||| ✔ (⛔) |
| [Format Factory **(FormatFactory)**](./FormatFactory.json) ||| ✔ (⛔) |
| [FastStone Image Viewer **(FastStone)**](./FastStone.json) ||| ✔ (⛔) |
Expand Down
2 changes: 1 addition & 1 deletion Speccy.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" # Create portable.dat",
"Set-Content \"$dir\\portable.dat\" '#PORTABLE#' -Encoding ascii",
" # Create Speccy.ini",
"if(!(Test-Path \"$persist_dir\\Speccy.ini\")){",
"if (!(Test-Path \"$persist_dir\\Speccy.ini\")) {",
" Write-Host 'No Speccy.ini file' -f Yellow",
" Set-Content \"$dir\\Speccy.ini\" '[Software\\Piriform\\Speccy]' -Encoding ascii",
"}",
Expand Down
32 changes: 0 additions & 32 deletions TODO/CCleanerPro.json

This file was deleted.

0 comments on commit e1c8287

Please sign in to comment.