Jump to content

evilkwan

Member
  • Posts

    54
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by evilkwan

  1. Sweet.. thanks richvz .. it works
  2. in my unattend installation i have .NET Framework 1.1 and when it installs it shows the window of the installer and the progress / extraction things.. Installing MSN/Windows Messenger 6.2 also shows up .. Is there a way to hide it or something? this is the code i use to install it..
  3. i read somewhere that you can hex the boot image or something so that wen the cd boots up it doesnt ask you to "press anykey to boot from cd-rom.. thing.. i want to know how to disable the press anykey.. thing so that i can use it on one of my multiboot cds.. can anyone tell me which file to HEX and what to change so it wont ask to press anykey .....
  4. tried that but doesnt work.. even with this registry key it doesnt work.. i herd u need the administrator version of nod32 to make a cutom XML file for installation...
  5. is there a switch to enable the ENABLE AUTOMATIC STARTUP of AMON to be on? cos with the /silentmode switch it is disabled by defualt.. i have to enable after windows logon.. mayb a registry tweak or something?
  6. how can i silently install video lan 0.7.1? (latest version) what are the switches..?
  7. in what does MFC mean? what does that do?
  8. use this reg entry.. ;Numlock On [HKEY_CURRENT_USER\Control Panel\Keyboard] "InitialKeyboardIndicators"="2"
  9. hi after using some registry tweaks from this site.. i notice that wheneva i right click on a SHORTCUT Link file (example.lnk) there are 2 menu of winzip & wsftp on the right click menu.. this only happens when i right click on a shortcut file.. does anyone know how i can fix this? or what might cause it?
  10. Why is there a %1 at the end for? wat does that do?
  11. i dont no how to explain but.. i wanna register a file using the %SYSTEMROOT% way.. but instead of showing %SYSTEMROOT% in the registry value i want it to locate the real directory instead.. everyone is lost? lol i dont even noe wat im saying myself.. ummm... the bsplay.REG file look like this.. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\BST\BSplayer] "skin"="" "AutoPlay"=dword:00000001 "AppPath"="%systemroot%\\bsplayer\\bsplay.exe" registry view... if anyone get what im trying to say and knows how to do it, can you please tell me. thnx..
  12. Here is the switches and help info for taskkill TASKKILL [/S system [/U username [/P [password]]]] { [/FI filter] [/PID processid | /IM imagename] } [/F] [/T] Description: This command line tool can be used to end one or more processes. Processes can be killed by the process id or image name. Parameter List: /S system Specifies the remote system to connect to. /U [domain\]user Specifies the user context under which the command should execute. /P [password] Specifies the password for the given user context. Prompts for input if omitted. /F Specifies to forcefully terminate process(es). /FI filter Displays a set of tasks that match a given criteria specified by the filter. /PID process id Specifies the PID of the process that has to be terminated. /IM image name Specifies the image name of the process that has to be terminated. Wildcard '*' can be used to specify all image names. /T Tree kill: terminates the specified process and any child processes which were started by it. /? Displays this help/usage. Filters: Filter Name Valid Operators Valid Value(s) ----------- --------------- -------------- STATUS eq, ne RUNNING | NOT RESPONDING IMAGENAME eq, ne Image name PID eq, ne, gt, lt, ge, le PID value SESSION eq, ne, gt, lt, ge, le Session number. CPUTIME eq, ne, gt, lt, ge, le CPU time in the format of hh:mm:ss. hh - hours, mm - minutes, ss - seconds MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB USERNAME eq, ne User name in [domain\]user format MODULES eq, ne DLL name SERVICES eq, ne Service name WINDOWTITLE eq, ne Window title NOTE: Wildcard '*' for the /IM switch is accepted only with filters. NOTE: Termination of remote processes will always be done forcefully irrespective of whether /F option is specified or not. Examples: TASKKILL /S system /F /IM notepad.exe /T TASKKILL /PID 1230 /PID 1241 /PID 1253 /T TASKKILL /F /IM notepad.exe /IM mspaint.exe TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*" TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe TASKKILL /S system /U domain\username /FI "USERNAME ne NT*" /IM * TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*" eg.. to shutdown explorer.exe use taskkill /f /t explorer.exe type it in command prompt..
  13. does anyone know how i can get my WMP9 to Encode CD Audio to MP3 / OGG and AAC files? thnx in advance..
  14. use MPSetupXP.EXE /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N" add those extra text after your one and it wont show up the system restore thing no more..
  15. when i click RETRY it still has the error.. i have to use IGNORE.. but i'll try making it the first file for unattended install n see how it goes.. thnx everyone for helping
  16. Im getting this error when the unattended installation of K-Lite Mega Codec Pack 1.01 starts.. Does anyone know how i can fix it? or wat might cause this? or is there a way to Unload the iac25_32.ax before the k-lite mega codec pack installs? if image dont work go to this link CLICK HERE TO SEE IT cos something is using that file which doesnt allow the k-lite codec pack to overwrite it.. so i was think unloading that file would fix my problem.. someone help? - Im using VMWARE Workstation 4 to test my unattended CD - The OS is WinXP Pro my code is.. REG ADD %KEY%\010 /VE /D "Installing K-Lite Mega Codec Pack 1.01/f REG ADD %KEY%\010 /V 1 /D "%CDROM%\evil\Applications\Klitecodecp\klmcodec101.exe /VERYSILENT /SP-" /f
  17. remove banner = Go HERE. download the banner remover patch for icqlite.. use the patched files to make your own SFX file so u can use it in the unattended install.. Installing.. start /wait %systemdrive%\install\icq\icq4.exe /Spskill icqlite.exestart /wait %systemdrive%\install\icq\icqp.exe <--my sfx file (patch)grab pskill.exe from somewhere in this forum.. n use it to kill icqlite wen it starts up.. thats how i did it, n it works.. also this is the registry thing to disable auto startup if u want it.. ;Remove ICQ Messenger from startup[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"ICQ Lite"=-"Mirabilis ICQ"=- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"SunJavaUpdateSched"=-"ICQ Lite"=-"Mirabilis ICQ"=-
  18. i was wondering wat is ANTI-LEECH plugin and what does it do? does it have any spyware or anythihng.. im thinking of puting it into my unattended cd but not sure if its usefull or not.. Anti-Leech Plugin Site
  19. hi i was wondering if its possible to use CDIMAGE.EXE to make the ISOLINUX.BIN to make a bootable cd so that it goes to the isolinux dos menu..? i try ugins mkisofs.exe to make the image but it doesnt have the -O command to OPTIMIZE the file storage... because im trying to make a windows_Xin1 cd and the files are 1.4 gig.. wen i use CDIMAGE with the -o option it takes the whole image down to 600mb but the isolinux menu wont boot. it has error.. so does anyone know how i can make isolinux.bin to boot from cd using cdimage? or is there a command in mkisofs to allow the OPTIMIZE storage function to save space? thnx in advance..
  20. i dont no how to verify but i think the files are corrupted.. i once had that problem with sleap streaming service pack.. when i re-sleapstream it it worked just fine...
  21. thnx.. that worked but do you know how i can set it to VIEW ICON & Show STATUS BAR?
  22. mine seems to delete without a problem, i dont know why yours doesnt work...
  23. This works for me... ECHO. ECHO Installing Windows Media Player 9.0.0.3409 (WMP10) ECHO Please wait... start /wait %systemdrive%\install\WMP\MPSetupXP.EXE /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"
×
×
  • Create New...