Content Type
Profiles
Forums
Events
Everything posted by SiMoNsAyS
-
i see... it has take me a time to find something official... http://sourceforge.net/project/showfiles.php?group_id=56991 i'm a big fan of shell replacements and i didn't know about it. don't look bad at all well you can do it 2 ways, by $oem$ folders: place your blackbox dir on $oem$\$1\blackbox for example. create a shortcut to "%systemdrive%\blackbox\blackbox.exe" or "%systemdrive%\blackbox\blackbox.cmd" depending on the file you use to launch the program. place the shortcut on "$oem$\$Docs\All Users\Start Menu\Programs\Start" (be aware that in localized versions of windows this path could be different, mine is "All Users\Menú Inicio\Programas\Inicio"). second way; more "proffesional": create a self-estracting archive with winrar to be silently extracted on "%systemdrive%\blackbox" and to be called from cmdlines.txt with /S switch. then we'll use a reg entrie from a .cmd file, for example startup_blackbox.cmd from cmdlines.txt with the content... REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /V "Blackbox" /D "%SYSTEMDRIVE%\Blackbox\Blackbox.exe" /F hope you can find some part interesting...
-
slipstreaming custom boot screen
SiMoNsAyS replied to Mr.Gamer's topic in Unattended Windows 2000/XP/2003
no it doesn't i'm sure@Alanoll, well maybe i didn't elected the words right, bootskin don't modify the kernel and don't modify the boot.ini file so the os don't take care of the changes. after regshot i could read the registry changes and i thought (in some way) it loaded "in front of" the kernel display image... -
excuse my ignorance... what is blackbox?
-
@Astalavista, bc you need to add an action for the filetype first. let me explain: download a .wmv file, on the upcoming window select "open with>wmplayer.exe" and check always blah blah blah. if you return to that window you'll see the filetype and the association so you can change it, you don't need to write there @acomputerwiz, try the code at first post instead of naming all the .xpi files. @sleepnmojo, i agree, that's why i use that method @bmn, he means that if you want to update your extensions it will be more difficult update your profile.exe than update 1 .xpi
-
slipstreaming custom boot screen
SiMoNsAyS replied to Mr.Gamer's topic in Unattended Windows 2000/XP/2003
bootskin loads itself at the time of showing the image of ntoskrnl, that's why the original file is not replaced (you can dig it more if you use regshot at the time of applying a bootskin). sixpack recommended you a tut on how you can customize your ntoskrnl.exe, that means you could use your bootskin, then manually modify your kernel plus modifype, makecab and replace it on your i386 folder... -
Introduction Most of you would ever wonder about an easy way on how to create your own icons, alpha blended and big sized like 192x192. Here comes your solution! Preparing Things you need, if you don't have 1 of the 3, then don't continue with this method: Photoshop CS (or lower), Gif Movie Gear for Icons (shareware) and the actions file here. Hands at work Some of you won't know about Photoshop actions, once you start understanding how they work you can built your own, take your time to familiarize with it. Start downloading my actions file. Iconize! Extract it to "%PROGRAMFILES%\Adobe\Photoshop CS\Required" or similar dir on lower versions. Now on Photoshop look for the actions tab; click the top-right arrow and select load actions (if you can't find the actions tab take a look on the "window" menu next to help), navigate to the action file. Once you've loaded the action start creating your icon, here you can have any type of image supported by photoshop with/out transparency, apply shadows, effects, filters... show your creativity! Better to leave image on 128x128 size. After that select my action "Iconize by BioHaZaRD" and execute it. You won't see image have changed after the process. If you look now on your C:\ root you'll find lot of files named like Icon*x*.png, all of them were created by Photoshop. Open Gif Movie Gear and select all the created PNG files (you can also use Drag & Drop, then save it as a .ICO. Done! Icon created will have sizes: 128x128, 96x96, 64x64, 48x48 (alpha and 256 colors), 32x32 (alpha and 256 colors), 24x24 (alpha and 256 colors) and 16x16 (alpha and 256 colors). You can add or remove image formats and sizes up to 256x256. Good Luck and show your work!
-
Registering File Extensions Unattended
SiMoNsAyS replied to SiMoNsAyS's topic in Application Installs
@prathapml well that's not really accurate, no offense . i don't use the variable to don't write the long "%PROGRAMFILES%" i use it because some of the reg entries need to be 8 digits. this way "Program Files" becomes "Progra~1". but yes you can set "%SHORTPF%" to "%PF%" or whatever you like -
OMFG!! @gamehead, i'm not a young kid and... @prathapml, google roolz warning!
-
Registering File Extensions Unattended
SiMoNsAyS replied to SiMoNsAyS's topic in Application Installs
@pinout, based on yours i writed this. basically the same but the command window will pause so you can read the entire text if you like and after any keypress will exit NFO and DIZ Files on the Command Prompt REG ADD "HKLM\SOFTWARE\Classes\.nfo" /VE /D "ASCII" /F REG ADD "HKLM\SOFTWARE\Classes\.diz" /VE /D "ASCII" /F REG ADD "HKLM\SOFTWARE\Classes\ASCII\DefaultIcon" /VE /D "%WINDIR%\system32\shell32.dll,70" /F REG ADD "HKLM\SOFTWARE\Classes\ASCII\shell\open\command" /VE /D "CMD.EXE /K TYPE \"%%L\" &&ECHO. &&PAUSE &&EXIT" /F or... REG ADD "HKLM\SOFTWARE\Classes\ASCII\shell\open\command" /VE /D "CMD.EXE /K TYPE \"%%L\" &&COLOR 1B &&ECHO. &&PAUSE &&EXIT" /F or... REG ADD "HKLM\SOFTWARE\Classes\ASCII\shell\open\command" /VE /D "CMD.EXE /K TYPE \"%%L\" | MORE &&ECHO. &&PAUSE &&EXIT" /F see "HELP CMD.EXE" or "HELP TYPE" for more info about how to changhe command prompt colors, prompt cursor etc... (there is something i've been working on related)... -
Spain, Europe. We aren't only bullfighters and flamenco dancers
-
maybe this post could help some1...
-
1 more reason, move to firefox today! lol
-
Registering File Extensions Unattended
SiMoNsAyS replied to SiMoNsAyS's topic in Application Installs
ISO Filetypes with WINISO and Makes 2 RightMenu Entries to Mount the Image with D-Tools REG ADD "HKLM\SOFTWARE\Classes\.iso" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.bin" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.cif" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.vcd" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.fcd" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.img" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.c2d" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.dao" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.tao" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.ccd" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.cue" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.bwt" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.cdi" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.b5t" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.mds" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.nrg" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\.pdi" /VE /D "WinISO" /F REG ADD "HKLM\SOFTWARE\Classes\WinISO\DefaultIcon" /VE /D "%SHORTPF%\WinISO\ISOFILE.ICO" /F REG ADD "HKLM\SOFTWARE\Classes\WinISO\shell\open\command" /VE /D "%SHORTPF%\WinISO\WinISO.exe \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Classes\WinISO\shell\Montar Imagen\command" /VE /D "%SHORTPF%\D-Tools\daemon.exe -noicon -mount 0, \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Classes\WinISO\shell\Desmontar Imagen\command" /VE /D "%SHORTPF%\D-Tools\daemon.exe -noicon -unmount 0" /F ISO Filetypes Mounted on D-Tools with DoubleClick and Menu Entries to Mount/Unmount REG ADD "HKLM\SOFTWARE\Classes\.iso" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.bin" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.cif" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.vcd" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.fcd" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.img" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.c2d" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.dao" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.tao" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.ccd" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.cue" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.bwt" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.cdi" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.b5t" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.mds" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.nrg" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\.pdi" /VE /D "D-Tools" /F REG ADD "HKLM\SOFTWARE\Classes\D-Tools\DefaultIcon" /VE /D "%SHORTPF%\D-Tools\daemon.exe,0" /F REG ADD "HKLM\SOFTWARE\Classes\D-Tools\shell\open\command" /VE /D %SHORTPF%\D-Tools\daemon.exe -noicon -mount 0, \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Classes\D-Tools\shell\Mount on First Device\command" /VE /D "%SHORTPF%\D-Tools\daemon.exe -noicon -mount 0, \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Classes\D-Tools\shell\Unmount First Device\command" /VE /D "%SHORTPF%\D-Tools\daemon.exe -noicon -unmount 0" /F REG ADD "HKLM\SOFTWARE\Classes\D-Tools\shell\Mount on Second Device\command" /VE /D "%SHORTPF%\D-Tools\daemon.exe -noicon -mount 1, \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Classes\D-Tools\shell\Unmount Second Device\command" /VE /D "%SHORTPF%\D-Tools\daemon.exe -noicon -unmount 1" /FYou need 2 Daemon virtual devices, doubleclick will mount the image on first device, rightclick menu let you choice between mount on first device, unmount from first device, mount on second device and unmount from second device. Tested and working. ISO Filetypes with UltraISO, D-Tools and Custom RightClick-Entries REM UltraISO REG ADD "HKLM\SOFTWARE\Classes\.b5t" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.b5i" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.mds" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.mdf" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.bwt" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.bwi" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.cue" /VE /D "binimage" /F REG ADD "HKLM\SOFTWARE\Classes\.bin" /VE /D "binimage" /F REG ADD "HKLM\SOFTWARE\Classes\.lcd" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.ccd" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.img" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.dvd" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.000" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.cdi" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.dao" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.tao" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.cif" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.p01" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.md1" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.xa" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.pdi" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.nrg" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.VaporCD" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.ncd" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.pxi" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.rif" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.rdf" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.gcd" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.gi" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.iso" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.ixa" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.vc4" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.fcd" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.vcd" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.vdi" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.ima" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\.c2d" /VE /D "UltraISO" /F REG ADD "HKLM\SOFTWARE\Classes\binimage\DefaultIcon" /VE /D "%SHORTPF%\UltraISO\ISOFILE.ICO" /F REG ADD "HKLM\SOFTWARE\Classes\binimage\shell\Convert to ISO\command" /VE /D "%SHORTPF%\UltraISO\UltraISO.exe -bin2iso -optimize \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Classes\binimage\shell\Mount Image\command" /VE /D "%SHORTPF%\D-Tools\daemon.exe -noicon -mount 0, \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Classes\binimage\shell\Unmount Image\command" /VE /D "%SHORTPF%\D-Tools\daemon.exe -noicon -unmount 0" /F REG ADD "HKLM\SOFTWARE\Classes\UltraISO\DefaultIcon" /VE /D "%SHORTPF%\UltraISO\ISOFILE.ICO" /F REG ADD "HKLM\SOFTWARE\Classes\UltraISO\shell\Mount Image\command" /VE /D "%SHORTPF%\D-Tools\daemon.exe -noicon -mount 0, \"%%1\"" /F REG ADD "HKLM\SOFTWARE\Classes\UltraISO\shell\Unmount Imagen\command" /VE /D "%SHORTPF%\D-Tools\daemon.exe -noicon -unmount 0" /F REG ADD "HKLM\SOFTWARE\Classes\Directory\shell\Create ISO\command" /VE /D "%SHORTPF%\UltraISO\UltraISO.exe -imax -l -joliet -optimize -d \"%%1\" -volu NEW -out \"%%1\IMAGE.ISO""Let me explain it a a little. This command will associate all UltraISO filetypes, and will use a custom "ISOFILE.ICO" located on UltraISO dir. Also it will create rightmenu entries for "Convert to ISO" any BIN/CUE file and "Create ISO" for every directory, image will be saved as IMAGE.ISO on the same dir, you can customize label and filename (hope you can enjoy it, this has took me a LOT of time ). Finally there are 2 additions for Daemon-Tools, "Mount Image" and "Unmount Image", both using the first D-Tools device. -
i guess is not legal bc u already bought a key and you own only that particular key to unlock the program.
-
refer to this post plz
-
difference between 5.08 and 5.08c? new eMusic bundles? and... could be any1 so pleasant to explain me the difference between 5.08c pro and 5.08c full?
-
searching on wincustomize: StealthOS about icons i've got the same suite (orion suite) and you need to buy it from stardock.
-
i was wondering how to create a shortcut for "my computer" well i did it this way: shortcut points explorer.exe, in parameters i used "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}::" (regkey for my comp) and in "start in" i used %windir%. this way shortcut works perfect but rightclicking it don't let me use my menu entries then i used "shell:DriveFolder" as the shortcut with the same consecuences and a new ugly sub-label. question is: how can i create a my computer shortcut and preserve my rightclick menu?
-
it isn't down but you know what happens with spymac... retry later and you'll be able to download
-
lol, really... dizzy
-
6.6.0.5 ... 6.6.5? lol
-
maybe some type of copy protection i've ever heard. try other ripping software like musicmatch jukebox, or the classics wmp10 and winamp
-
@totoymola nice! added, thanks for the info