Everything posted by Whampoom
-
"Right Click ----> List Contents" tweak
Dunno , but for me its working with only one % , if I use two then the list is empty and gets names like %1_CONTENTS LIST.TXT
-
Acronis Disk Director and cdshell
Make the Acronis bootable CD , then extract the bootimage from it using Ultraiso , you'll get a ~15MB .bif file , rename it to .wbt , In cdshell you must have the bcdw module ( in boot\modules folder ) then put a line like this in cdshell.ini : if $lastKey == key[??]; then bcdw /<path-to>/DDSuite.wbt
-
"Right Click ----> List Contents" tweak
this one : REG ADD "HKCR\Folder\shell\List Contents\command" /ve /d "%COMSPEC% /C DIR ""%1\"" /B /O /S>""%1\""\"_CONTENTS LIST.TXT""
-
cdimage and cdburn
the -b is neccessary , YOURCDLABEL should be change to label your compilation for XPSP1 you find them here : Ex: -lX1AHFPP_EN and the targetdir changed too , in your case I guess : C:\XPCD
-
16bit shortcut colours to 256 colours =/
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] "Shell Icon BPP"="16"
-
"Stand Alone" Applications
You can make one sfx from Opera , I made one for emergency use , in case Firefox doesn't cooperate .
-
Right Click to Create ISO
nice idea , just what I did .
-
Right Click to Create ISO
he-he , nice thanks , I must say I love the option to make an Iso from the Recycle bin or MyComputer How could I change this to a cascade menu as my context is already crowded .
-
how do i take Desktops Screenshots
Why install a third party software when MS gives you that , also , the picture taken from the keyboard Print screen is much better(sharper) then using a soft .
-
send to: how to move files instead of copy?
Add "copy/move to" in the context menu
-
age of empires 3 is official
http://aom.heavengames.com/gallery/aoe3-earlyshots?page=1
-
Belgian KeyboardLayout
It's 813
- how to play asx files
-
how to play asx files
I too removed WMP9 and now I'm with Videolan , good for streamed files
-
ALT-CTRL-DEL
In user accounts panel - "Change the way users log on ..."- check the "Use the welcome screen"
-
My icons are now "open with"!
maybe this can help :
-
Proble with win xp sp2 unattended
Do you have ident files on the CD root and next to I386?: WIN51 WIN51IP win51ip.SP2
-
do you know a good Passwrd/auto form fill manager?
Firefox and Opera both have one built in ...for log in
-
Remove "Empty Recycle Bin" From Right-Click Menu
Like this ? :
-
Registry Tweaks
Here it is :
- Firefox: favourite folder
-
Firefox: favourite folder
%appdata%\Mozilla\Firefox\Profiles\<account>\bookmarks.html
-
SFX- Remove file after extraction?
Place the reg file like next to the sfx then in run before extract: regedit /S %Systemdrive%\Install\bla-bla.reg
-
SFX- Remove file after extraction?
In "Run after extract" put : cmd /c del /f /q <path-to\settings.reg> Not tested..
-
Winrar Alternative is there one?
Cartoonite , that's kinda what I explained in my previous post . You have a bigger SFX that extracts 3 smaller ones to any directory you point , I usually use %temp% , then calls the first of the three which extracts , again , to a chosen map then calls the second sfx,from "run after extraction" option , extracts and calls the third one , and so on ... The "extract to temporary folder" option doesn't seem to work with more then two sfx's somehow so better select a path to extract. I prefer this method as no batch is needed to run each sfx , tho you need one to cleanup . Not tested if the "start /wait" command works with sfx's if using batch ...