Your missingout on some quality software thats FREE. Check outs TechSupportAlert's "Best 46 Freeware software"
I use on Windows
OpenOffice, GiMP, Vim, Firefox, Thunderbird, Eraser, Notepad2, Cygwin, Clamwin, Keynote, Putty, WinSCP, TightVNC.
apaton
Monday, September 26, 2005
Friday, September 09, 2005
Feel need to blog something, with this time saving tip.
Do you like me want all the power for that windows application, latest game or LC5. So you kill all those services in the toolbar.
Download PSKill from Sysinternals and save in the system path.
Create a batch file (.bat) with your favourite editor (I use VIM).
This is mine below.
c: type pskill-all.bat
rem Kill batch File
rem option -t needed when process has children!
pskill.exe -t GoogleDesktop.e
pskill.exe nettime.exe
pskill.exe eraser.exe
pskill.exe pageant.exe
pskill.exe firefox.exe
pskill.exe soffice.exe
pskill.exe ClamTray.exe
pskill.exe justshed.exe
pskill.exe realsched.exe
pskill.exe PccNTMon.exe
Do you like me want all the power for that windows application, latest game or LC5. So you kill all those services in the toolbar.
Download PSKill from Sysinternals and save in the system path.
Create a batch file (.bat) with your favourite editor (I use VIM).
This is mine below.
c: type pskill-all.bat
rem Kill batch File
rem option -t needed when process has children!
pskill.exe -t GoogleDesktop.e
pskill.exe nettime.exe
pskill.exe eraser.exe
pskill.exe pageant.exe
pskill.exe firefox.exe
pskill.exe soffice.exe
pskill.exe ClamTray.exe
pskill.exe justshed.exe
pskill.exe realsched.exe
pskill.exe PccNTMon.exe
Subscribe to:
Comments (Atom)
Solstice DiskSuite Command Summary
Having a sort out and found this course handout originally written by John Furlong - Sun Trainer in 23/10/2002 (Free to distribute). Remind...
-
When you install Solaris 11.3 or 11.4 from standard text installer cdrom, the en_GB-UTF-8 locales are not installed, even if you select Bri...
-
Been playing with ZFS dedupe for the last two weeks and just wanted to share my findings. Setup OpenSolaris build 131 Sun X4200, 2 x Du...
-
A customer had an iSCSI issue and was required to capture network packets at a specific time on a Windows 2008 server. I came up with simp...