Topic: Clean Temp Option  (Read 1824 times)

Clean Temp Option
« on: November 01, 2012, 11:28:48 PM »

laddanator

  • Chef
  • ***
  • Location: Virgina
  • Date Registered: Oct 2012
  • Posts: 268
Is there a clean temp option script to put an option on Win7 PE desktop? Will something this simple work?

Code: [Select]
\cmd.exe /c rmdir /s /q %Temp%&mkdir %Temp%

Re: Clean Temp Option
« Reply #1 on: November 02, 2012, 12:09:32 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
There is an option in the script Tweaks/context menu :
"Add Clear System Temp" in Recycle Bin Context Menu (Not in desktop)
with the command line

Code: [Select]
Cmd.exe /c %SystemDrive% && cd %SystemRoot%\Temp\ && del *.* /f /q && (for /d %%a in (*) do rd "%%a" /q /s) && cd %temp% && del *.* /f /q && (for /d %%a in (*) do rd "%%a" /q /s)

Re: Clean Temp Option
« Reply #2 on: November 02, 2012, 08:47:27 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
There is also
Yomi\AppY\System Tools\"Temp Delete L"
http://theoven.org/index.php?topic=175.0
 :thumbsup:

Re: Clean Temp Option
« Reply #3 on: November 03, 2012, 09:40:01 PM »

laddanator

  • Chef
  • ***
  • Location: Virgina
  • Date Registered: Oct 2012
  • Posts: 268
There is also
Yomi\AppY\System Tools\"Temp Delete L"
http://theoven.org/index.php?topic=175.0
 :thumbsup:

Thanks, Lancelot!  :great:

 

Powered by EzPortal