Jump to content

sixpack

Member
  • Posts

    576
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by sixpack

  1. that is "file not found" error. when does it occur? what platform are you running? is mbrfix.exe in the dir? any details will help.

    it's on xp pro and the mbrfix.exe file is in the directory

  2. -ao (Overwrite mode) switch

    Specifies overwrite mode during extracting for files that already present on disk.

    -aoa --> Overwrite All existing files without prompt.

    -aos --> Skip extracting of existing files.

    -aou --> aUto rename extracting file (for example, name.txt will be renamed to name_1.txt).

    -aot --> auto rename existing file (for example, name.txt will be renamed to name_1.txt).

  3. All Aluminum Case , with Liquid Cooling System

    New 775 socket ( Asus ) or ( Intel ) Motherboards

    Gigabit LAN

    8 USB - 4 Firewire Ports

    Pinless P4 3.4 Mhz processor

    (2) Seagate SATA 200 GB

    PCI Express 256MB Video Card - ATI or Nvidia depends on your budget

    1 GB DDR2 memory ( Geil brand w/ heat sink and overclocking )

    16 Dual Layer DVD Writer ( LiteOn )

    52X-32X-52X CD Writer ( LiteOn)

    108M Wireless LAN PCI Adapter

    108M Wireless LAN Broadband Router

    Wireless Keyboard and Wireless Optical mouse

    6 Speaker Set w/ Sub Woofer

    2.8 GB CF Card

    Scandisk All In One Memory Card Reader

    APC Back-UPS 8000 Series

    450 Watt Power Supply ( Fan Less )

    20' Viewsonic LCD Monitor.

    and also can sum1 post a good guide for making your own computer?

    Step 1: A Pair of Hands

    Step 2: Two Eyes

    Step 3: Screw Driver

    Step 4: 30 mins

    Step 5: Plugin to Wall Socket

    Step 6: Turn Computer On.

    :w00t::thumbup

  4. try ServEdit

    SERVEDIT [servicename][/start][/stop][/auto]

    [/manual][/disabled]

    [servicename]-----Specifies name of service to change

    /start-------Start the service

    /stop -------Stop the service

    /auto -------Change service startup to Automatic

    /manual ------Change service startup to Manual

    /disabled --------Change service startup to disabled

    Example:SERVEDIT RpcLocator /start

    Result: RpcLocator service will start

    NOTES: BOTH SERVICE NAME AND ACTION ARE REQUIRED

    NO INFORMATION IS RETURNED ABOUT SUCCESS OR FAILURE

    THIS UILITY IS FOR WINDOWS NT/2K/XP or higher

    http://bartdart.com/downloads/servedit.zip

  5. yes.

    not the dutch one

    in pro and not in home example

    admexs.dll   = 100,,,,,,,,3,3      
    admparse.dll = 100,,,,,,,2,0,0    
    admxprox.dll = 1,,,,,,,,3,3      
    asp51.dll      = 100,,,,,,,,3,3      
    aspperf.dll  = 1,,,,,,,,3,3      
    asptxn.dll   = 1,,,,,,,,3,3        
    asr_fmt.exe = 100,,,,,,,2,0,0
    asr_ldm.exe = 1,,,,,,,2,0,0
    asr_pfu.exe = 100,,,,,,,2,0,0
    asroc.inf  = 1,,,,,,,20,0,0
    ftp.mib      = 1,,,,,,,,3,3      
    ftpctrs.h2  = 1,,,,,,,,3,3      
    ftpctrs.ini  = 1,,,,,,,,3,3      
    ftpctrs2.dll = 1,,,,,,,,3,3      
    ftpmib.dll   = 100,,,,,,,,3,3      
    ftpsapi2.dll = 1,,,,,,,,3,3      
    ftpsv251.dll  = 100,,,,,,,,3,3    

  6. This one works:

    Delfolderonnextrebootextension.reg

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Folder\shell\Delete on reboot\command]
    @="CMD.exe /C start /B /wait /D\"%1\" delfolder.cmd"

    Delfolder.cmd

    @echo off
    CMDOW @ /HID
    REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Currentversion\RunOnce /v "Del %cd% OnNextReboot" /d "cmd.exe /c RD /S /Q \"%cd%\"" /f
    EXIT

    Delfolder goes into windir or system32.

    BTW, why do you need this feature???

    i allway's have files/folders that are in use

    to mutch digging around in windows i guess :lol:

    i will test it when i get home

    thanks for the reply :)

×
×
  • Create New...