フリーな不要ファイル掃除ソフト、CCleanerについて語るスレです
■公式
http://www.piriform.com/ccleaner
Portable版・Slim版
http://www.piriform.com/ccleaner/builds
Winapp2.ini最新版
http://winapp2.com/Winapp2.ini
■解説
http://mikasaphp.net/ccleaner.html
■関連スレ
【多機能】 Defraggler Part4 【デフラグ】
不要ファイルの掃除 part1
http://echo.2ch.net/test/read.cgi/win/1192959935/
レジストリの掃除・最適化 Part40
http://echo.2ch.net/test/read.cgi/win/1394054621/
■前スレ
【不要ファイル】CCleaner 箒15本目【レジストリ】
http://potato.2ch.net/test/read.cgi/software/1422462757/
本ソフトウェアに関係のない質問はPC初心者板でどうぞ
PC初心者
http://kanae.2ch.net/pcqa/
【不要ファイル】CCleaner 箒16本目【レジストリ】 [無断転載禁止]©2ch.net
■ このスレッドは過去ログ倉庫に格納されています
2016/06/20(月) 20:42:07.39ID:rq0o6Gy20
2016/07/19(火) 20:09:53.67ID:XNbBeXNb0
5.20きたよー(´・ω・`)
http://www.piriform.com/ccleaner/download
v5.20.5668 (19 Jul 2016)
- Improved Firefox Internet Cache cleaning
- Improved Chrome Download History cleaning
- Added Vivaldi browser cleaning
- Optimized Silent Update functionality (Professional only)
- Improved DPI awareness and high DPI support
- Added Turkmen translation
- Minor bug fixes and GUI improvements
http://www.piriform.com/ccleaner/download
v5.20.5668 (19 Jul 2016)
- Improved Firefox Internet Cache cleaning
- Improved Chrome Download History cleaning
- Added Vivaldi browser cleaning
- Optimized Silent Update functionality (Professional only)
- Improved DPI awareness and high DPI support
- Added Turkmen translation
- Minor bug fixes and GUI improvements
2016/07/19(火) 20:12:21.15ID:XNbBeXNb0
2016/07/19(火) 20:17:20.06ID:EASRixdQ0
2016/07/19(火) 20:22:56.68ID:BveJE9mX0
filehippo貼るのやめれ
2016/07/19(火) 20:24:38.66ID:Iut3q76E0
>>79-81
おつ&サンクス
おつ&サンクス
>>79
>>80
v---((゚∀゚))---v
>>81
:: ___ :::._ ::
:: ´ `´ `丶、::. / ̄ ̄ ̄ ̄ ̄`ヽ
.::// \::. ,′ __ |
::ー=≠彡 \ ヽ::. | / .|
::// \ \ ヽ ::. | / (⌒⌒) |
.:::/ i{ ヽ ヽ ハ ::.  ̄ ̄ ヽ/ |
.::// / __八 iィ´ i丁`ヽ| \/ |:: \ ノ
.:// 〃 「 、 | \ | i | /\ |:: 厂 ̄ ̄ ̄ ̄
::′ | / i jxミ \{\| ノ)ノ∧ | } 八::.
::i .イ { {∨ ):ハ x=≠ミ | ハ \::.
::| / :|i 八 ハ{ {r':xi| / j / ! } \::.
::|′.:|i \ ∧ ゞシ / / ノ ハ }ヽハ::.
人 i \ \ ' r ‐┐/イ ノr‐‐くー=ミjノ::
::ヽ 丿 ゝ ̄ ー一'′ .イ(  ̄`ヽ / ヽ.______ ::.
.::/// ノ≧=‐----r‐≦ j(  ̄ ̄)′ `丶、::.
::/イ /}ハノハノハ ( ̄ ̄ ̄  ̄ ̄ )::
.::|/ /⌒{≧「 ̄ノ  ̄ ̄ ̄ ̄/ x≦´ 厂 ̄ ̄ ̄「 ̄ ̄ .イ::
.::/ { マハ `ヽ / (,/ / / -‐=ニ:::
.::〃 ハ \ `ー-----/')′ / (´ ̄「::
::// / ∧ >‐‐一' /_____ ノ{ ) /::
.::/ / ノイ > '´ .イノハノハノハ}小、 / /::
::ヽ / {./ `ー――一く⌒! lヽ. /./::
.::〉^⌒ヽ/ xr――一' ノ j V´::
.:/ /8 />x _フ´ | 厂`⌒´::
.::/ / 8 / { l | /:::
$packageName = 'ccleaner'
$installerType = 'EXE'
$LCID = (Get-Culture).LCID
$url = 'https://download.piriform.com/ccsetup520.exe'
# The installer contains the 64-bit version too.
# Therefore $url64 is identical to $url
$url64 = $url
$silentArgs = "/S /L=$LCID"
# Please test every new version of CCleaner for possible adware/spyware/crapware
# which installs silently together with Piriform software products.
# Only push the new package to the gallery if you are 100% sure that this
# package prevents the install of the bundled adware.
$regAdd = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)\regAdd.ps1"
$validExitCodes = @(0)
# This adds a registry key which prevents Google Chrome
# from getting installed together with Piriform software products.
Start-ChocolateyProcessAsAdmin "& `'$regAdd`'"
Install-ChocolateyPackage $packageName $installerType $silentArgs `
$url $url64 -validExitCodes $validExitCodes
tools\chocolateyInstall.ps1
$packageName = 'ccleaner'
$installerType = 'EXE'
$silentArgs = '/S'
$unpath = "$Env:ProgramFiles\CCleaner\uninst.exe"
$validExitCodes = @(0)
Uninstall-ChocolateyPackage $packageName $installerType `
$silentArgs $unpath -validExitCodes $validExitCodes
tools\chocolateyUninstall.ps1
# This adds a registry key which prevents Google Chrome from getting installed together with Speccy
$processor = Get-WmiObject Win32_Processor
$is64bit = $processor.AddressWidth -eq 64
$regDirChrome = 'HKLM:\SOFTWARE\Google\No Chrome Offer Until'
$regDir64Chrome = 'HKLM:\SOFTWARE\Wow6432Node\Google\No Chrome Offer Until'
$regDirToolbar = 'HKLM:\SOFTWARE\Google\No Toolbar Offer Until'
$regDir64Toolbar = 'HKLM:\SOFTWARE\Wow6432Node\Google\No Toolbar Offer Until'
if ($is64bit) {
if (-not(Test-Path $regDir64Chrome)) {New-Item $regDir64Chrome -ItemType directory -Force}
New-ItemProperty -Name "Piriform Ltd" -Path $regDir64Chrome -PropertyType DWORD -Value 20991231 -Force
if (-not(Test-Path $regDir64Toolbar)) {New-Item $regDir64Toolbar -ItemType directory -Force}
New-ItemProperty -Name "Piriform Ltd" -Path $regDir64Toolbar -PropertyType DWORD -Value 20991231 -Force
} else {
if (-not(Test-Path $regDirChrome)) {New-Item $regDirChrome -ItemType directory -Force}
New-ItemProperty -Name "Piriform Ltd" -Path $regDirChrome -PropertyType DWORD -Value 20991231 -Force
if (-not(Test-Path $regDirToolbar)) {New-Item $regDirToolbar -ItemType directory -Force}
New-ItemProperty -Name "Piriform Ltd" -Path $regDirToolbar -PropertyType DWORD -Value 20991231 -Force
}
tools\regAdd.ps1
>>81
Crack de Ccleaner Pro
https://youtu.be/rkOCUp3WLgY
-‐..::::  ̄ ̄ ::::::......、、
/:::::::::/::::::::::::::::::::::::ヽ:::::::::ヽ、
r'´:/:::::::,イ:::::::::: |::jハ;:::::::::ヽ:::::::::::\
|::/::::::::/│::::::::::|::| |::::ヽ:: ',:::::|:::::::..',
!:l:::::::/ ̄|::::::::::// ̄|:::从:: |:::::|::::::::::rヘ
ノ:|::::/ ___レヘ:::::/ ___V ';::|:::::|::::::::::|:::::.i
. !:::{从rテ示 ∨ rテ示7 V::::::|::::::::/::::: | Virgin's high!
/:::::::::リ ヒソ::::::::::::::: ヒソ /::::::/::::::/:::::::::|
|:::::::: ′ /:::::::「`)イ::::::::::::|
|:::::::小、 'ー=-' /::::::::::r'´ |:::::::::::::|
|∧:::| l::> .. _ .イ::::::::::/ |:::::::::::::|
l| V !:::::::::|rュr勹 フ::::/V |:::::::::::::|
■ このスレッドは過去ログ倉庫に格納されています
ニュース
- 【FF】「新幹線の指定席」に座ってたら立ち乗りの子どもが「座りたい!」と号泣…隣席の人「譲ってあげたら?」…譲る必要あるんですか [少考さん★]
- 【ボクシング】元世界王者・内藤大助 3000万円の借金返済生活 週6日勤務も「手元に残らない…」 [このもん★]
- 高市首相が国会で突如「秘書のがんステージ4」を公表にネット騒然…“招致拒否の布石では”と憶測も ★4 [少考さん★]
- 石破氏、日本国旗損壊罪に疑問 「刑罰あまり正しくない」 ★2 [蚤の市★]
- 1歳誕生日「顔面ケーキ」動画が大炎上、なぜ投稿? 浮上する2つの説 [どどん★]
- 人気プロ雀士・渋川難波、元女流雀士と“調教不倫”3年半「いじめてあげるね」生々しいLINEのやり取り、本誌直撃に「申し訳ない」 [Ailuropoda melanoleuca★]
- 【実況】博衣こよりのえちえち復活🧪★5
- 配達員てさ運んだのに客に嫌な顔されるの嫌じゃね?
- ほんこん「人口減少止まらん、少子化対策間違ってない?」ワイ「(お、自民党批判か?)」 [834922174]
- 🧸🤥ユメミーワールド🏡
- 【悲報】日本のうどんがピンチへ。オーストラリア産小麦が石油高騰で燃料・肥料が調達難により収穫減へ。大半がうどんに使用 [256556981]
- 起 死 回 生