You are here

Sysinternals Suite

14 posts / 0 new
Last post
fexy
Offline
Last seen: 15 years 4 months ago
Joined: 2008-05-15 14:43
Sysinternals Suite

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
make regmon portable with reg rapper. I still need to tinker with it more. But I
would not be surprised if this was already done considering how useful it would be
to have all these applications on a thumbdrive. Thanks!

http://technet.microsoft.com/en-us/sysinternals/0e18b180-9b7a-4c49-8120-...

BuddhaChu
BuddhaChu's picture
Offline
Last seen: 7 years 5 months ago
Joined: 2006-11-18 10:26
Not open source...

...therefore not happening.

Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!

Rochey
Offline
Last seen: 4 years 9 months ago
Joined: 2007-08-07 15:48
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

OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
Search

Hi fexy, I created wrappers for autoruns and process explorer. Creating more wrappers will require icons. Welcome to portableapps.com!

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

consul
consul's picture
Offline
Last seen: 6 months 2 weeks ago
Joined: 2007-05-02 13:47
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.

OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
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.

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

n-regen
Offline
Last seen: 10 years 11 months ago
Joined: 2008-05-17 12:39
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

whibo
Offline
Last seen: 3 years 4 months ago
Joined: 2006-11-23 16:00
.

.

Tim Clark
Tim Clark's picture
Offline
Last seen: 13 years 1 week ago
Joined: 2006-06-18 13:55
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

Things have got to get better, they can't get worse, or can they?

whibo
Offline
Last seen: 3 years 4 months ago
Joined: 2006-11-23 16:00
.

.

OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
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.

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

whibo
Offline
Last seen: 3 years 4 months ago
Joined: 2006-11-23 16:00
.

.

CK01
Offline
Last seen: 14 years 11 months ago
Joined: 2009-05-15 09:33
Command Prompt Portable + PsTools

The solution I found is first, copy the PsTools folder to your device (if you put it into the PortableApps folder, you need to move the exe files to a subfolder so they do not show up in the menu).
Second, install "Command Prompt Portable": https://portableapps.com/apps/utilities/command_prompt_portable.
Lastly, modify the bat file (found here: \PortableApps\CommandPromptPortable\Data\Batch\commandprompt.bat) and change the directory to point to the PsTools directory. For example:

cd \PortableApps\PsTools\Apps\

After that, you can run the PsTools commands without worrying about directory changes.

Hope that helps.

-CK

OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
leaves registry keys, but it

leaves registry keys, but it will work.

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

Log in or register to post comments