Jump to content

darksimoon

Member
  • Posts

    116
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

Everything posted by darksimoon

  1. hello friends i wanna use label my HDD by means of a cmd file but it doesnt work. moreover the screen inside cmd window is continiusly sliding. in order to prevent this i have added exit command at the end. but it doesnt exit though. here's my cmd file ========label.cmd============= echo on title the partition is being labeled color 0b label %systemdrive% SYSTEM exit ========================== pls check my label.cmd and tell me what i can do.... thanks in advance
  2. hi mate (sixpack) thank you very much for your help. your help is very precious for me because its realy hard to get such spesific information on internet for me. I will try it as soon as i get home.
  3. one more thing; i have wanted this except one file. can we extend this except two or three or ect. files ? what i wanna do is clean my wallpaper content except the ones i like. thanks in advance
  4. hello friends is there any way to make a *.cpl file which shows the features of the codec pack installed on computer? or any software which shows the codec packs installed from control panel as a system component. something similar has been given for directx. can you provide me a link or a way to do it pls ? thanks in advance
  5. hey friend (Yzöwl) thank you very much for your help you're repling my two questions. as a matter of fact i wanted to thank you after trying your suggestions. but your quick responce made me so happy. and i didnt wanted to wait for a thank.
  6. its a nice suggestion and thank you very much but what should i do in case other file types ? for example txt files ?
  7. hey friends its me again! i need a simple cmd file which can erase same kind of files in a folder except the one i determine. and it must be as simple as it can be because i wanna rearrange according to my needs. for example i wanna erase all *.jpeg files in %systemroot%\web\wallpaper except the one i wanna keep. can you help me pls. note:i have searched the forum and i've found similar topics but they were so complicated.
  8. hello friens i have collected all my reg tweaks in a folder called "reg tweaks" one by one in order to see each one seperetaly. and i wanted to apply them by means of a cmd file called regtweaks.cmd which resides with reg tweaks in the same folder. when executing i see that cmdlines.txt starts the regtweaks.cmd but it doesnt apply the reg tweaks. i have tried different syntax in regtweaks.cmd but they didnt work. here are my relevant files: ========cmdlines.txt================== [COMMANDS] "useraccounts.cmd" ".\reg tweaks\regtweaks.cmd" ".\cmds\RunOnceEx.cmd" ".\cmds\winamp.cmd" ===================================== ======regtweaks.cmd================== echo on title regtweaks color 0b REGEDIT ".\*.reg"==> it doesnt work (i just wanna apply *.reg files with different names.) ==================================== pls help about how i can apply registry tweaks with different names by means of *.cmd file ??? thanks in advance
  9. HEY FRIEND (urie) I WAS AWARE OF EASYBOOT BUT I DIDNT KNOW IF IT SUPPORTS FLOPPY IMAGES AND ACRONIS PRODUCTS. NOW I KNOW. THIS MADE IT PRECIOUS TO ME SINCE MY MAIN PROJECT IS COLLECTING SUCH UTILITIES AND UACD TOGETHER. THANK YOU VERY MUCH FOR THIS INFO.
  10. hi friends as you know our work is very valuable since it necessitates too much effort, time etc. so i wanna keep my ua CD password protected. but i dont know by means of which software i can do this. i need you recommendation. it doesnt matter its price. i mean when booting, a grafical user interface will appear and ask for a password to continue the boot process as erdcom2005 can do.
  11. THANK YOU ALL FRIENDS. YOUR HELPS ARE VERY USEFULL FOR ME.
  12. hello friens i need a little help. though i have searched the forum and related sites there's something wrong with my unattended CD. heres the story; windows installs itself as i want creating the user and logs on. but it doesnt start runonceex.bat . I think theres something wrong at cmdlines.txt or runonceex.bat but i cant see the mistake. All i wanna do is an unattended CD which installs everything from CD.and reg tweaks to be executed for all users.can you show me whats wrong with my files and/or folders pls? And here's the details; the structure of folders are as follows c:/xpcd | 1386(and inside my winnt.sif) | OEM(and inside outologon.reg, regtweaks.reg, cmdlines.txt, cleanup.bat, runonceex.bat, useraccounts.bat) | SOFTWARE(inside software folders) and the details of my files are as follows again winnt.sif =================================================== ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=no [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="yes" TargetPath=\WINDOWS Repartition=No FileSystem=* WaitForReboot=No DriverSigningPolicy=Ignore OemPnPDriversPath="Drivers\000_chipset;Drivers\001_network;Drivers\002_graphics" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=No OEMSkipRegional=1 TimeZone=130 OemSkipWelcome=1 [userData] ProductID=xxxxxxxxxxxxxxxxxxxxxxxxx FullName="user" OrgName="useruser" ComputerName=* [TapiLocation] CountryCode=90 [RegionalSettings] LanguageGroup=6 [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] fax=on msmsgs=off accessopt=off dialer=off freecell=off hearts=off media_clips=off mplay=off msnexplr=off pinball=off rec=off zonegames=off Chat =off [shell] DefaultStartPanelOff = Yes [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 ================================================= autologon.reg ================================================== Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon] "DefaultUserName"="user" "DefaultPassword"="" "AutoAdminLogon"="1" =================================================== cmdlines.txt =================================================== [COMMANDS] "useraccounts.cmd" "REGEDIT /S regTweaks.reg" "RunOnceEx.cmd" ==================================================== runonceex.bat =================================================== cmdow @ /HID @echo off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "installing software" /f REG ADD %KEY%\000 /VE /D "Netframework 1.1" /f REG ADD %KEY%\000 /V 1 /D "%CDROM%\software\netframework\netframework.exe /f REG ADD %KEY%\005 /VE /D "Directx_9c_redist" /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\software\directx_9c_redist\dxsetup.exe /f REG ADD %KEY%\010 /VE /D "Bluetooth Software" /f REG ADD %KEY%\010 /V 1 /D "%CDROM%\software\bluetooth\setup.exe /f REG ADD %KEY%\015 /VE /D "winrar 3.42" /f REG ADD %KEY%\015 /V 1 /D "%CDROM%\software\winrar\wrar342.exe /s" /f REG ADD %KEY%\020 /VE /D "Adobe Reader 7" /f REG ADD %KEY%\020 /V 1 /D "%CDROM%\software\adobereader\AdbeRdr70_enu.exe /qn" /f REG ADD %KEY%\025 /VE /D "Flashget 1.61" /f REG ADD %KEY%\025 /V 1 /D "%CDROM%\software\flashget\fgf160a.exe /S" /f REG ADD %KEY%\025 /V 2 /D "REGEDIT /S %CDROM%\software\flashget\flasget.reg" /f REG ADD %KEY%\030 /VE /D "McAfee Antivirus Entp.8" /f REG ADD %KEY%\030 /V 1 /D "%CDROM%\software\mcafeeantivirus\Setup.exe /QUIET /NORESTART /f REG ADD %KEY%\035 /VE /D "McAfee AntiSpy (Plugin for Entp.8)" /f REG ADD %KEY%\035 /V 1 /D "%CDROM%\software\mcafeeantispy\VSE80MAS.exe /qn" /f REG ADD %KEY%\040 /VE /D "Nero Burning ROM 6.6" /f REG ADD %KEY%\040 /V 1 /D "REGEDIT /S %CDROM%\software\nero\register.reg" /f REG ADD %KEY%\040 /V 2 /D "%CDROM%\software\Nero\Nero-6.6.0.12.exe /silent /noreboot" /f REG ADD %KEY%\045 /VE /D "Tune UP Utilities 2004" /f REG ADD %KEY%\045 /V 1 /D "%CDROM%\software\tuneuputil04\TU2004TrialEN.exe -q" /f REG ADD %KEY%\050 /VE /D "jetaudio 6.14" /f REG ADD %KEY%\050 /V 1 /D "%CDROM%\software\jetaudio\fo-j606.exe -s" /f REG ADD %KEY%\055 /VE /D "Agnitum OutpostPro" /f REG ADD %KEY%\055 /V 1 /D "%CDROM%\software\agnitum\OutpostProinstall.exe /qn" /f REG ADD %KEY%\060 /VE /D "Magic Folders" /f REG ADD %KEY%\060 /V 1 /D "%CDROM%\software\magicfolders\mfx.exe /qn" /f ;REG ADD %KEY%\065 /VE /D "Nokia PC Suit 6.5" /f ;REG ADD %KEY%\065 /V 1 /D "%CDROM%\software\nokia\Nokia_PC_Suite_65_gsm_tr.exe -s" /f REG ADD %KEY%\070 /VE /D "Sysmetrix 3.31" /f REG ADD %KEY%\070 /V 1 /D "%CDROM%\software\sysmetrix\sysmetrix-3.31.exe -s" /S REG ADD %KEY%\080 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\080 /V 1 /D "%CDROM%\$OEM$\CleanUp.cmd" /f EXIT (note:some switches for softwares might be wrong but it doesnt matter. i can correct them later.) ================================================== usraccount.bat ================================================== net user userxp "" /add net localgroup Administrators userxp /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT ==================================================
  13. hi astalavista thank a lot for your answer but. i think it formats all my drive ignoring partitions. so i cant dare to try. are you sure that is true?
  14. though i have searched the forum i couldnt find a clear answer to my problem. and then i decided to ask here; i want my unattended cd to format just c drive. not the others or in case there is only one partition let it format the hard drive converting to NTFS. in case its already ntfs leaving alone. pls give a help a little detailed
  15. HEY FRIEND I BEG FOR YOUR HELP. PLEASE HELP ME. YOUR APP. SHRINK IS THE MEDICINE OF MY PROBLEM. BUT MY LANGUAGE IS TURKISH SO I CANT USE IT AS I WANT. WHY NOT PREPARE A GUIDE FOR OTHER LANGUAGES. THAT IS A GENERIC LANGUAGE. IN THIS WAY THE OTHER USERS WITH DIFFERENT LANGUAGES CAN PREPARE THEIR OWN EASYLY. IF ITS HARD FOR YOU OR IF YOU'RE NOT SUITABLE CAN YOU MAKE IT FOR TURKISH PLEASE? OR IS THERE ANYTHING THAT I HAVE TO DO ? PLEASE HELP...
×
×
  • Create New...