Jump to content

twig123

Member
  • Posts

    362
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by twig123

  1. Hey all,

    I'm sure this has been discussed before, but I was not able to find a viable solution.

    I am looking to Auto-Defrag the C: drive of a computer... using the built-in Disk Defragmenter

    I'm not sure the best way to do this. I've tried to use the "AutoDeFrag" utility from SourceForge, however, it is shotty and either does nothing or just opens the defrag window and I have to manually click defrag. I tried to create a scheduled task through a Batch file run the defrag every Wed. at 11am., however, it requires a username/password (Which is different on each of my systems) and won't run without those credentials.

    So, does anyone know of a batch/vbs or otherwise that will allow me to do an Auto-Defrag, and be able to make a scheduled task that would work without the need to authenticate credentials to start?

    Thanks in advance

  2. 1) how am I supposed to backup 700GB of data
    1,000 CD's...

    149 Single Layer DVD's...

    83 Dual-Layer DVD's...

    47 Single Layer HD DVD's...

    24 Dual-Layer HD DVD's...

    28 Single Layer Blue-ray Disks...

    14 Dual-Layer Blue-ray Disk's...

    ...or another hard drive :unsure:

    Sry, I couldn't resist :ph34r:

    I personally have the same issue... I have several large drives that are all but 2% full... and need to backup data..... not fun. :wacko:

    also:

    140 divShare accounts (http://www.divshare.com/) + LOTS OF TIME...

  3. 1) how am I supposed to backup 700GB of data
    1,000 CD's...

    149 Single Layer DVD's...

    83 Dual-Layer DVD's...

    47 Single Layer HD DVD's...

    24 Dual-Layer HD DVD's...

    28 Single Layer Blue-ray Disks...

    14 Dual-Layer Blue-ray Disk's...

    ...or another hard drive :unsure:

    Sry, I couldn't resist :ph34r:

    I personally have the same issue... I have several large drives that are all but 2% full... and need to backup data..... not fun. :wacko:

  4. Every drive has bad sectors, however, like you stated... they are excluded from the usable area before it is shipped. As long as it is not a whole bunch... you could do a low-level format (should be able to get a utility for this from the Drive manufacturer) to exclude the bad sectors from the usable area.

    if there are several bad sectors, it could indicate that the drive is failing and I would suggest that you get it replaced or RMA'd (if it is still under warranty)

  5. Further inspection points me to this key containing the info that I need:

    HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0001
    MasterDeviceTimingMode=

    Unfortunatly there is no Table that I have found that will tell me what hex or decimal value = what mode... but I guess I might be able to grab that from trial/error

    thanks all

  6. Rule 3: Chronometer the time since you clicked on "OK" on the shut down dialog and the fan stops spinning.

    *Clicks OK, Sticks Pen In Fan*

    ...1sec :ph34r:

    Seriously though:

    Boot - ~1.2min (RAID boot screens takes forever to scan for drives...)

    Shutdown (minus pen in fan) - ~5sec

  7. Sweet! This works like a charm!!! (I'm terrible at arrays)

    For drive free space I had the idea of running defrag analysis from command exporting it and then using the find feature to grab the info from there... so I think I should be able to get that part.

    How would I query installed RAM ammount, Desktop File size and windows temp files (like in Disk Cleanup... as it checks for several temp locations)?

  8. Hey all,

    I know I ask a lot of you guys, but ya'll are always so very helpful.

    I'm trying to make a batch file that will detail info about a system and echo info into a txt file (IE Cache Size, # of IE Temp Files, MB of system temp files (as listed in Disk Cleanup), # of Windows Prefetch Files and # of files in C:\Quarantine, Size of the Desktop folder for the current profile, Amount of system ram (as in computer properties) and Free disk space.)

    Echo Number of Windows Prefetch Files Cleared: >> %systemdrive%\temp\%computername%_CheckList_%dd%_%mm%-%yy%.txt
    Attrib.exe /s %SYSTEMROOT%\Prefetch\*.pf |find /c /v "" >> %systemdrive%\temp\%computername%_CheckList_%dd%_%mm%-%yy%.txt
    DEL /q %SYSTEMROOT%\Prefetch\*.pf

    My first hurdle... I can't get my batch to echo to the same line..

    I would like the output to be something like:

    "Number of Prefetch Files = xxx"

    instead of:

    "Number of Prefetch Files ="

    "xxx"

    Second, the Attrib command works ok for Prefetch folder... but for example, the IE Temp folder it will only echo that there is 1 file. How do we get a correct reading of how many temp IE files there are?

    Third, is there an easy way to script a batch to interpret the IE Cache size (Registry value is in hex) and then echo the dec. value into a txt file?

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]

    "CacheLimit"=dword:00019000

    So, the overall outcome I am looking for is something like this...

    Available Memory: xxx

    Free Disk Space: xxx

    Desktop File Size: xxx

    IE Temp Files: xxx

    IE Cache Size: xxx

    Quarantined Files: xxx

    Windows Temp Files: xxx

    Windows Prefetch Files: xxx

  9. Hi all,

    Wondering if anyone has the answer for me...

    I'm trying to get Excel in Office 07 to open a second instance of excel, instead of just opening in the same window.

    I know I can manually launch a second instance from the start menu and then open my workbook, however, I'm looking to getting back the same functionality like office 03. I am aware that there is an option in Excel that will give me a Taskbar listing for every excel file that I have open, but that is not helpful if I need to view the files side-by-side on a dual monitor setup on WinXP.

    Thanks

×
×
  • Create New...