Jump to content

uid0

Member
  • Posts

    353
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About uid0

uid0's Achievements

0

Reputation

  1. Could you not scale it to double the resolution, move it 1 pixel, then sample it back down to the original size?
  2. imdisk is free: http://www.ltr-data.se/opencode.html/
  3. fix_hdc should work: http://www.911cd.net/forums/index.php?showtopic=20464 I think it's in ubcd4win, which might be easier than building your own bartpe and maybe integrating mass storage drivers: http://www.ubcd4win.com/
  4. dhcp can give out dns server addresses, although you might want to run something supported if it's online...
  5. I think you'd need to add the drivers into your PE with dism
  6. Eh? Raid 5 copes with the loss of a single disk, and the data remains available for read/write, just at increased risk. If the raid card can't rebuild the array while it's up, it's not a very good one.
  7. What are the IP addresses and netmasks? If B is doing NAT but C has a routable address then you might be able to connect to it, but if A is doing NAT then you're probably out of luck...
  8. Just open it with a text editor, and if you can't figure it out, post it here?
  9. If you don't have a win pe / bartpe disk, you could try autoruns and process explorer - some malware prevents these running based on their filename, so try renaming them if they fail to launch. Good luck!
  10. It depends on how clever your nat router is - some will know to open related ports, but with consumer grade kit you usually have to open ports for torrents and xbox etc, if not using uPnP. Please do link to the win8 pdf - I'd like to know what /GS is. Cheers
  11. Can you run a VM with a 2nd IP address instead?
  12. There could be wake-on-lan options in the network card driver, or in the bios. Sometimes they get creative with the descriptions, like PME (Power Management Events) or "deep sleep". Or there is always the wall switch...
  13. How would link aggregation help? If you have managed switches then you could look at the error rates, otherwise I'd try to isolate which switches / host nics / cables are involved, and try replacing them.
  14. uid0

    Batch Script

    @echo off setlocal enableextensions enabledelayedexpansion cd /d "%~dp0" for /f "usebackq delims=" %%a in (`dir /a-d /od /b *`) do ( set file=%%a if not "!file!" == "%~n0%~x0" ( echo !file! if /I "!file:~-4!" == ".msu" ( start /w wusa %%a /quiet /norestart ) else if /I "!file!" == "rvkroots.exe" ( start /w %%a /q ) else if /I "!file:~-4!" == ".exe" ( start /w %%a /q /n /z ) else ( echo Not sure what to do with "!file!" ) ) ) pause
  15. That's not a goal. Are you trying to back up locked files, or just experimenting with corruption?
×
×
  • Create New...