Jump to content

Sunil

Member
  • Posts

    585
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Sunil

  1. True the woman seems to represent the stoned part of windows
  2. Gamehead, you can delete certain files in a directory defining the delete command and the path of the directory you the specific files to be deleted from. You can't define the type of files to left in the directory after the deletion has finished, but you can specify all all the different types of files you want deleted, leaving the ones you don't want out e.g say under the c drive we have bitmaps, text files and gif files we can specify each type that we want deleted @echo off echo This will delete all bitmap adn gif files in the C:\Drive echo. del %systemdrive%\*.bmp del %systemdrive%\*.gif end The code defined above deletes all files in the c drive that are bitmaps and gifs leaving only text files. You can change the path to any thing you like eg folders that have special names etc. eg C:\Documents and Settings\All Users\Desktop.. Sunil
  3. Thanks ArronXp that was a very interesting piece of literature, it enlightened me on various things i did not know. Sunil
  4. So of the tweaks mentioned can always be changed all you need to do is set a system restore in winXp and 2K3, this would save you a lot of trouble if something goes wrong, though i cant see how it could the keys changed do not affect any critical system processes Sunil
  5. Emuman, if you want to get some speed, i would recommend a full format of your hard drive, if you did a upgrade, that would cause many problems especially from windows 9x. Try the format it will help.. Sunil
  6. yea it was different, i have seen the parts where i have erred, thanks a lot arronxp. @echo off echo Installs Latest Windows Xp updates echo. echo.Installing Updates echo. .\windows_updates\dotnetfx /q .\windows_updates\hu1002_pro /q .\windows_updates\journal /q .\windows_updates\js56nen /q .\windows_updates\moviemaker /q .\windows_updates\msjavwu /q .\windows_updates\Q322011_WXP /u /z .\windows_updates\Q323255_X86_EN .\windows_updates\Q327979_WXP_SP2_x86_ENU /u /z .\windows_updates\Q328310_WXP_SP2_en /u /z .\windows_updates\Q329048_xp /u /z .\windows_updates\Q329115_WXP_SP2_x86_ENU /u /z .\windows_updates\Q329170_WXP_SP2_EN /u /z .\windows_updates\Q329390_WXP /u /z .\windows_updates\Q329441_WXP_SP2_en /u /z .\windows_updates\Q329834_WXP_SP2_x86 .\windows_updates\q330994 /q .\windows_updates\Q331953_WXP_en /u /z .\windows_updates\Q810243_WXP_SP2 /u /z .\windows_updates\Q810565_WXP_SP2_x86_ENU /u /z .\windows_updates\Q810577_WXP_en /u /z .\windows_updates\Q810833_WXP_SP2_x86_ENU /u /z .\windows_updates\Q811493_WXP_SP2_x86_ENU /u /z .\windows_updates\Q811630_WXP_SP2_EN /u /z .\windows_updates\Q814033_WXP_SP2_x86_ENU /u /z .\windows_updates\Q814995_WXP_SP2_x86_ENU /u /z .\windows_updates\Q815021_WXP_SP2_x86_ENU /u /z .\windows_updates\Q815485_WXP_SP2_x86_ENU /u /z .\windows_updates\Q817287_WXP_SP2_x86_ENU /u /z .\windows_updates\q818529 /q .\windows_updates\WindowsMedia8-KB817787-x86-ENU /u /z .\windows_updates\WindowsXP-KB820291-x86-ENU /u /z end I would also like to know what the colon between the switches signify. Thanks Sunil
  7. Hey, does anyone know what switches need to be added to a windows update patch so that during install it does not show the main dialog box, i.e the box which shows you the install progress and is there any way you can prevent the updates from "building third party driver list." Sunil
  8. If you want to reliably shut down your computer, since the software recommended fail sometimes, use either leechget or Download Accelerator Plus. Both are highly efficient at doing their assigned tasks.. Sunil
  9. Yea thats true but i needed it installed because, most of the files i use are rared and having it readily installed and waiting saves me some time.
  10. About your problem it could be due to one of three things or all, your modem might be failing, your isp has problem or your phone line has been degraded somewhat. I have had the same problems, i rectified it by taking my modem out and reseating it. You could try this or check with your isp and see if they are experienceing any problems or check the line. Sunil
  11. I have just completed my own windows xp super cd, it took a while as was pointed out by arronxp, but it paid off. The cd installs a number of apps, including windows media player 9 series, all patches to this month, keiro personal firewall, and others. The cd is totally automated except that you need to put it into the tray and run setup , one amazing feat that i overcame was the installation of winrar, which has to my knowledge no installation switches. So it was quite eventful.. If you need any help let me know and i would be glad to help. Sunil
×
×
  • Create New...