Deepak Rawat Posted August 31, 2012 Report post Posted August 31, 2012 Hi All, Can any "Scripting-Rockstar" here help me out ??? I need a VBSscript which can perform "Disk Cleanup" action without any user interaction on user machines. I will later wrap it using WISE Re-packaging tool and then deploy it thorugh SCCM 2007. Its really urgent...!!!!! Please help out. Quote Share this post Link to post Share on other sites More sharing options...
Rocket Man Posted August 31, 2012 Report post Posted August 31, 2012 Create a run command line task sequence and enter in cleanmgr /sagerun:1 this will automate the clean up for you!! if the above does not work you may have to use this instead C:\Windows\System32\cleanmgr.exe /sagerun:1 Rocket man Quote Share this post Link to post Share on other sites More sharing options...
Deepak Rawat Posted September 4, 2012 Report post Posted September 4, 2012 @Rocket Man: thanks for ur input but this is not silent ... as user can stop it... I need a script which forcefully and silently does diskcleanup ...!!!!!!! Quote Share this post Link to post Share on other sites More sharing options...