
uid0
MemberContent Type
Profiles
Forums
Events
Everything posted by uid0
-
How do I move a Photoshop layer 1/2 pixel?
uid0 replied to larryb123456's topic in Graphics and Designing Art
Could you not scale it to double the resolution, move it 1 pixel, then sample it back down to the original size? -
imdisk is free: http://www.ltr-data.se/opencode.html/
-
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/
-
dhcp can give out dns server addresses, although you might want to run something supported if it's online...
-
I think you'd need to add the drivers into your PE with dism
-
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.
-
Connect one router to another and still see devices.
uid0 replied to WolfX2's topic in Networks and the Internet
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... -
Just open it with a text editor, and if you can't figure it out, post it here?
-
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!
-
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
-
Can you run a VM with a 2nd IP address instead?
-
Onboard LAN powered when PC is shutdown
uid0 replied to Messerschmitt's topic in Networks and the Internet
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... -
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.
-
@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
-
That's not a goal. Are you trying to back up locked files, or just experimenting with corruption?
-
Feb 2013 is (tabloid scaremongering) for sp0, win7 has mainstream support until Jan 2015 and extended until 2020: http://windows.microsoft.com/en-US/windows/products/lifecycle
-
If you allow yourself to use freeware third party tools, then you can make a bootable copy of a running OS from xp onwards: http://blogs.msdn.com/b/adioltean/archive/2006/09/18/761515.aspx This doesn't handle junctions though, one day I'll try strarc instead of robocopy. I have boxes that copy themselves to iscsi lvm partitions, then in a disaster I can boot the copies in kvm.
-
In BartPE we used to use nistime or neutron or synctime
-
Now now, the full quote was </devil_advocacy>
-
Its not losing the network access. I have already tried that with linking the network shared and then do a sleep for x seconds. But that doesnt make any difference. Something like this, after running dpinst? :check if not exist %~dp0nul ping -n 1 127.0.0.1 & goto :check Alternatively, you could try copying anything you need from z: to %temp% before running dpinst, because I still reckon that's bouncing your network.
-
Multi user sql server and visual studio application
uid0 replied to deliamadalina's topic in Software Hangout
A source control package will only help you share access to source code - if GNS3.exe is a third party app with no source, you're out of luck. -
Using batch to add to the registry
uid0 replied to al1290's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
regedit /s name-of-file.reg or reg add /? -
"$OEM$\$1\Install" folder doesn't
uid0 replied to swain90's topic in Unattended Windows 2000/XP/2003
Does your winnt.sif have [Unattended] OemPreinstall = Yes? -
Outlook/Outlook Express - most receivable format
uid0 replied to outrigger's topic in Microsoft Office
Thunderbird can send both html and plain text in the same email, which would probably suit everyone. If you send your text in a jpg, they will almost certainly smell spiced pork and ham.