Sysinternals SuiteSubmitted by fexy on May 15, 2008 - 2:50pm
A lot of people seem to use some of the Sysinternals programs quite regularly. Has anyone thought about making the entire suite portable? I tinkered around trying to http://technet.microsoft.com/en-us/sysinternals/0e18b180-9b7a-4c49-8120-... ( categories: )
|

Not open source...
...therefore not happening.
Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!
How about a someone doing a launcher?
Heh fexy,
I use sysinternals tools all the time and would also like to see them on my portable usb. I have used the NSIS script that is posted on here to make;
Debugview, Tcpview, Portmon, ProcessExplorer and ProcessMonitor (got problems with this one).
I use all the time the PStools kit but have not found a very good way to implement this. I have currently got them in a folder as part of Command Prompt Portable and then the batch file enters the liciense info into the registry and then sets the PStools dir into the path.
If you want I could give you my scripts to help you do your own.
Also If anyone can think of a better way to do PStools I would love to hear your ideas.
Rochey
Search
Hi fexy, I created wrappers for autoruns and process explorer. Creating more wrappers will require icons. Welcome to portableapps.com!
see you guys on wednesdays!
type .t OliverK in the IRC channel to find out what day and time it is where I'm living.
why not use ...
the icons that are in the program already? The ones that Windows use for it?
Did you get a regular internet connection? I thought you were going to be gone?
Don't be an uberPr∅. They are stinky.
I've been warned of licensing
I've been warned of licensing issues. "the one that windows uses for it" says alot- I'm worried about them tracking me down.
I managed to get a free computer at my college for a bit. Otherwise, I'm using a cell phone- no qwerty, so messages are quite tiring. But, its a connection.
see you guys on wednesdays!
type .t OliverK in the IRC channel to find out what day and time it is where I'm living.
An easy way to make
An easy way to make Sysinternals Suite portable is to use some batch-files.
This would look like this:
1. Run batch to backup old values and apply costum settings.
2. Run any Sysinternals tools.
3. Run batch to save customized values and restore old values.
That´s it.
So I wrote five .bat-files for you:
- Batch to execute on your own(!) computer:
-> Saves your personal settings to CustomRegKey.hiv. Put CustomRegKey.hiv onto your USB-pendrive (into the folder where the batch-files are located). [1_Save own settings.bat]
- Batches to execute before(!) using Sysinternals-tools:
-> type 1: Only saves old values. [2_Execute before use, type 1.bat]
-> type 2: Saves old values, applys own values. [3_Execute before use, type 2.bat]
- Batcher to execute after(!) using Sysinternals-tools:
-> type 1: Only restores old values. [4_Execute after use, type 1.bat]
-> type 2: Saves the settings you changed, restores old values. [5_Execute after use, type 2.bat]
So, choose the combination of batches you like, execute them in the rigth order and you´ll have a "portable" Sysinternals Suite.
You can download all the batches in a zip-file here
Someone made this
A guy who say he's John T. Haller (portableapps@free.fr) from the website http://portableapps.free.fr/ made this:
[link removed by mod Tim]
Since we know that is not
Since we know that is not true I have deleted the link.
May I suggest not linking things that are obvious fakes.
Tim
"The wheels of John grind Slowly, But they grind Exceedingly Small" ;-)
I know
I know that he is fake but the fact is that his launchers works. I just don’t want to be credited for his work. It was just an example of what the launchers can looks like.
See my post, whibo. All the
See my post, whibo. All the poster needs do is use rerhack to get the icon. Then, use regedit to find where the info is stored. Replace the appropriate entries, and compile.
see you guys on wednesdays!
type .t OliverK in the IRC channel to find out what day and time it is where I'm living.
I don't want to do the app
I just wanted Sysinternals Suite Portable and I found someone that already done it. I use his version actually. I just wanted to share what I found. I thought that maybe it could help someone.