(please don't distribute while in alpha stage!)
Hi,
here is something that automates what I do after every install.
It's still in the beginnings but here is the list so far:
- WMP Shell Extension
- WMP Portable Devices services
- Help
- DLL Cache
- Reinstall Backups
- Doctor Watson
- nVidia 3D Settings Server
- WMP Network Sharing Service
- nVidia Tray Icon
- Recycle Bin
- System Information
- Temporary files
- nVidia Control Panel shortcut
- PNF Files
- Office Source Engine service
- .NET Runtime Optimization Service
No icon yet.
I'll be slowly adding what annoys me with installed software on my own rig.
And I won't put components from nlite in it, it's just for cleaning the garbage which post-installation causes.
Changelog:
#v0.2
- Temporary files
- nVidia Control Panel shortcut
- PNF files
- Office Source Engine
- .NET Runtime Optimization Service
#v0.1
- nVtray detection fix
- Command line support
- MB saved report
Guide on command line
Make a shortcut to TTS and go to properties of that shortcut.
Change it to something like this:
"...TTS.exe" /c:1 /autoend
(... means your full path to exe)
This would automatically remove component number 1 (WMP Shell Extension) and close the program.
You can add more components like
"...TTS.exe" /c:1,3,5 /autoend
And you can change autoend delay like this:
"...TTS.exe" /c:1,3,5 /autoend:5000
Where 5000 means 5 seconds, default is 2.
To easily remove all supported components you can use this:
"...TTS.exe" /c:all /autoend
This could be helpful at the end of automated unattended installation.
To skip reboot:
"...TTS.exe" /reboot:no
Download removed until there is a better version



Help
Back to top










