View Single Post
Old 04-30-2009, 07:26 PM   #12
Meursault
Cantankerous Incantonator
 
Join Date: Apr 2009
Location: n tx
Posts: 56
[except for nlite, everything mentioned here is freeware, portable, and written to the win32 api]

nlite http://www.nliteos.com/nlite.html
nlite's purpose is to customise windows before you install it. you copy your source files from disc to hard drive, use nlite to modify those files, and then you have a set of files that will install windows your way, every time. if you haven't tried it, you don't know what you're missing. this is the single best enhancement to your windows 'experience' i can think of.

-----
explorer.exe is a dual-purpose binary that supplies the file manager your are familar with as "My Computer", AND provides the user interface you see as your desktop, taskbar, etc. when it is first run it checks to see if there is another instance running, and if not, it creates a desktop etc for you. if Yes, it open as a file manager. if you replace each of these functions with different software, you don't even need to have explorer on your drive.
there are a number of shell replacements out there, some portable some not, some popular some not. many are smaller and more efficient than the one explorer provides. if you'd like to look into this, you can start at a place like http://shellcity.net/ or you can just google something like "windows shell replacement".
there are also a number of file manager replacements.

http://www.primitus.us/a43/
A43 file manager. it's not the one i use daily, but it's the one to have around for the low-resource environments as it'll run anywhere and do a lot.

http://zabkat.com/x2lite.htm
xplorer2 lite. dual-pane file manager. this is the one i actually use.
-----
http://technet.microsoft.com/en-us/s.../bb963902.aspx
autoruns. this is a program to manage windows startup. "msconfig" is for noobs. this is much better. one of many tools by mark russinovich, who could fairly be considered the Guru of Gurus in the windows world. His 'Process Explorer' http://technet.microsoft.com/en-us/s.../bb896653.aspx is another must-have. its purpose is to replace windows' TaskManager with something that gives you a little more control.
Russinovich wrote a lot of interesting and useful things, so i'd definitely suggest checking them all out. http://technet.microsoft.com/en-us/s...s/default.aspx .
These used to be hosted at his site Sysinternals.com but were bought out by microsoft a few years at ago. a condition of the sale was that ms swear not to change his code, so the tools should still work fine. but they _did change the license agreement (still freeware tho), and if that bugs you (i never even read it), you can download the last versions available from before the sale at http://court.shrock.org/sysinternals/.
-----
ShutDown Pro http://www.nonags.com/software.asp?id=2955
one-click instant shut down killing all processes etc...
-----
Killbox http://killbox.net/ kinda fits in here. it's purpose is to delete files that are giving you the "cannot delete file in use" error. between this, process explorer, and autoruns, you can get rid of most trojans if you know what you're looking for.

and speaking of trojans: Clamwin http://www.clamwin.com/ is a portable av that'll run from a flash drive or even a bart cd. and although it's not as reliable as the best avs out there, it's damned good, and the only portable one i'v seen
antivir http://www.free-av.com/en/trialpay_d...antivirus.html is a good resident av, tho not portable. it keeps up with most of the commercial offerings tho.

and speaking of bart: once you have gathered together all the little portables you want, it's good to keep a copy on a bart cd so you can use them in recovery scenarios. bart pe http://www.nu2.nu/pebuilder/ uses your windows source files to build a cd that will boot into a bare-bones copy of windows, allowing access to downed machines. and if you have some nice portable recovery progs included on your bart cd, well, cool....
-----
comodo http://personalfirewall.comodo.com/d..._firewall.html
software firewall +. noobs hate the popups, but this thing will lock down your computer. besides basic firewall, this thing has modules to monitor access to resources, spawned processes, etc. for those who dont know about secpol templates and adm files, it's a solid fix
-----
there are a lot of notepad replacements. if you'd like something with a lot of features, it's out there. this is just a very small and simple one i use: http://liquidninja.com/metapad/
-----
agent ransack. http://www.mythicsoft.com/agentransack/
searches drives for files according to criteria simple or sophisticated. gives contextual results and allows immediate access to found files.
-----
windirstat http://windirstat.info/
the purpose of this one is to figure out what's taling up the most space on your drives. i use it when i'm looking for virus footprints or just doing cleanup. after scanning drives it spits out both list and graphical representations that let you jump right to the most clogged locations.
-----
Clone Spy http://www.clonespy.com/
add any location or series of location and check for duplicate files by name, crc, size, whatever. can also use it to build a crc list of files from a given drive and check other drives against the list, thus not needing to have all drives present or plugged in.
-----
DirLister http://dukelupus.pri.ee/dirlister.php
spits out a list of the contents of a location in either text or html, including only the informaton you choose.
-----
flexible renamer http://hp.vector.co.jp/authors/VA014...lish/FlexRena/
point it to a folder and it will allow you to add, remove or replace any given string from filenames, change dates or attributes, and recurses subfolders. best of its kind if you need such a thing
-----
7zip http://www.7-zip.org/
although winrar is the only non-freeware thing i use, and i cannot bear to switch, 7zip is a flexible and comprehansive piece of freeware and many swear by it
-----
InstallSpy http://www.2brightsparks.com/freeware/freeware-hub.html (waaay at the bottom of the page)
this one tracks changes made during an install. i use it to make installer programs portable (though ironically i had to make this one portable first). often, if you're installing something and it copies some ddls to the win32 dir, maybe makes a config file in Profiles, u can copy these thing to the program directory, make a copy, uninstall the program, and then run the copy as a portable. always useful.
-----
aklog http://www.myplanetsoft.com/free/antikeylog.php (requires a stupid email addy -_- didnt used to)
this is an anti-keylogger, useful for when you're on a public windows kiosk or something, and dont want want your passwords stolen. intercepts clipboard too i believe
-----
i'm not including a clipboard replacement on this list because the one i use is an oldie called ClipTrak from PCMagazine, and you can't get it now without registering
-----
regprot http://diamondcs.com.au/freeutilities/regprot.php
tiny program that monitors for changes in only those registry keys that decide what loads with windows startup. minimalist protection against persistent trojans
-----
neutron. http://keir.net/neutron.html
very simple prog to sync your computer's time with online time servers.
-----
DependencyWalker http://www.dependencywalker.com/
"Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with detailed information about each file including a full path to the file, base address, version numbers, machine type, debug information, and more."
__________________
Please exercise caution --costume mask and chest plate are not protective; cape does not enable wearer to fly.
Meursault is offline   Reply With Quote