Change hour value of "Only delete files in Win Temp folders older than 24hrs"

I'm wondering if there is a way to change the hours value of the "Only delete files in Windows Temp folders older than 24 hours" setting? For example, I'd like to change this setting to "Only delete files in Windows Temp folders older than 3 hours". Is that possible in any of the versions of CCleaner? If so, which version of CCleaner would I need and how would I change this value?

not doable with that option you mention, either turned on for more than 24 hours or turned off for not at all.

a work-around would be to turn it off and manually INCLUDE the Temp folders yourself.

that method lets you put in whatever hours you like.

something like this might get you started;

Include1=PATH|%systemdrive%\ProgramData\TEMP\|*.*|RECURSE|0|0|24

Include2=PATH|%UserProfile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5|.|RECURSE|0|0|24

Include3=PATH|%UserProfile%\AppData\Local\Temp|.|RECURSE|0|0|24

Include4=PATH|%windir%\temp|.|RECURSE|0|0|24

and you change the 24 to the hours you want.

On 14/07/2017 at 23:21, mta said:
<div class="ipsQuote_contents">
	<p>
		and you change the 24 to the hours you want.
	</p>
</div>

And what is the least value?

I'd like to clean files older than 1 min.

Regarding the following lines, what other lines have to be taken into account and added in order to be compatible with Windows 7, 8, 8.1, 10 and 11 ?

Quote
<div class="ipsQuote_contents">
	<p>
		Include1=PATH|%systemdrive%\ProgramData\TEMP\|*.*|RECURSE|0|0|24


		Include2=PATH|%UserProfile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\|*.*|RECURSE|0|0|24


		Include3=PATH|%UserProfile%\AppData\Local\Temp\|*.*|RECURSE|0|0|24


		Include4=PATH|%windir%\temp\|*.*|RECURSE|0|0|24
	</p>
</div>

TIA

13 minutes ago, Mister X said:
<div class="ipsQuote_contents ipsClearfix" data-gramm="false">
	<p>
		I'd like to clean files older than 1 min.
	</p>
</div>

That seems rather specific. Any reason not to just switch off that option and delete all temp files?

5 minutes ago, Dave CCleaner said:
<div class="ipsQuote_contents">
	<p>
		Any reason not to just switch off that option and delete all temp files? 
	</p>
</div>

No not at all. I've just thought unchecking that option meant all temp files were not deleted. My bad.

Thank you.