
IcemanND
PatronContent Type
Profiles
Forums
Events
Everything posted by IcemanND
-
batch programming
IcemanND replied to ronmanp's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
if exist c:\corb.dir ( echo yes ) else ( echo no ) Pause Works just fine here. -
If you are going to use Sysprep for this build the image on a multi processor system. Then use the UpdateUPHal switch in the sysprep.inf to load a single core HAL if needed, otherwise it leaves the MP HAL. Unlike UpdateHAL which forces the Multiprocessor HAL no matter what system you put the image on. By the way I believe that Nuhi has limited the license for nLite to personal use only.
-
Sysprep - Support Multiple Display Resolutions
IcemanND replied to _jd_'s topic in Unattended Windows 2000/XP/2003
Finally found it after some prompting from another member. The attached zip contains both the VB6 source and the compiled command line EXE. Only works on one monitor though, have not been able to get it to work correctly with two monitors. Usage: ResChange <width> <height> <depth> resolution.zip -
You can do it via policy on a machine which is already loaded. Or you can do it during the installation using the answer file user ProfilesDir under GUIUNATTENDED, but the destination you wish to put it on must be formatted before the install tries to with the profile directory.
-
SMUT Statistics: 745 posts 8550 views 1351 words 19 words repeated 462 words since last repeat (GOOP), also the longest run without a repeat 9 the shortest run between repeats ( DASH -> GOOD) 5 the number of repeats in a row without a new word (FAST CAST CASE BASE VASE) 17 repeats caught and denied in the next post 30 most new words in a single sentence. 58 most new words in a paragraph. 21 most new words added by a post without a sentence. 33 number of members who have participated in this thread 40 posts that added no words to the list Top 10 posters: 131 - NOTS3W 123 - IcemanND 89 - anonymous_user 86 - Idontwantspam 66 - Mijzelf 40 - TAiN 37 - spacesurfer 32 - Railman5 27 - N1K 24 - DL And one person who joined the forum in 2005, and his SOLE post to date is on this list and he has not been back since. Top 10 Word providers (some post contain more than 1 word): 366 - NOTS3W 316 - anonymous_user 154 - IcemanND 113 - Idontwantspam 109 - Mijzelf 71 - DL 40 - Railman5 39 - TAiN 37 - spacesurfer 27 - N1K Letter Stats:
-
I don't have it here in front of me but in a recent Technet article they said under certain circumstances you need to install an additional component to your PE build. It seems to me it was MDAC but it could have been XML. Try adding those, or all of them and see what happens.
-
scripting to test for PRG1 if false run PRG2
IcemanND replied to chaneu's topic in Windows 2000/2003/NT4
Something like this should work for you. Found in the scriptcenter repository, http://www.microsoft.com/technet/scriptcen...t.mspx?mfr=true strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colMonitoredProcesses = objWMIService. _ ExecNotificationQuery("select * from __instancecreationevent " _ & " within 1 where TargetInstance isa 'Win32_Process'") i = 0 Do While i = 0 Set objLatestProcess = colMonitoredProcesses.NextEvent If objLatestProcess.TargetInstance.Name = "notepad.exe" Then objLatestProcess.TargetInstance.Terminate End If Loop This monitors the processes being created looking specifically for 'notepad.exe' and when it finds it terminates the 'notepad.exe' process. If you want it to run something else replace 'objLatestProcess.TargetInstance.Terminate' with the appropriate code. NOTE: If running this from a login script either put it at the end of the script, or run it as its own script as it will never exit from the loop so the script will never terminate. -
VBscript. See the Scripting Guys at Microsoft.
-
you need to either set up your domain controller or another machine as a time server, or set everything to sync its time from the same source. GPO Info: http://technet2.microsoft.com/windowsserve...3.mspx?mfr=true
-
What happens if you put the original memory back in? does the problem go away? Have you updated the BIOS to the latest revision? Also check to see of there are newer video drivers available.
-
SUCH TUCH DUCH HUCH HUGH HUSH HUSK Some of have to work occasionally.
-
LIEU LIEF LIEN LIER Statistics: 711 posts 8142 views 1213 words 19 words repeated 86 words since last repeat (GOOP) missed it last time. 284 longest run without a repeat (GOOD -> WITH) 9 the shortest run between repeats ( DASH -> GOOD) 5 the number of repeats in a row without a new word (FAST CAST CASE BASE VASE) 16 repeats caught and denied in the next post 30 most new words in a single sentence. 58 most new words in a paragraph. 21 most new words added by a post without a sentence. 32 number of members who have participated in this thread 38 posts that added no words to the list Top 10 posters: 121 - NOTS3W 120 - IcemanND 86 - Idontwantspam 80 - anonymous_user 61 - Mijzelf 38 - TAiN 36 - spacesurfer 32 - Railman5 27 - N1K 22 - DL And one person who joined the forum in 2005, and his SOLE post to date is on this list and he has not been back since. Top 10 Word providers (some post contain more than 1 word): 304 - NOTS3W 264 - anonymous_user 142 - IcemanND 113 - Idontwantspam 102 - Mijzelf 67 - DL 40 - Railman5 38 - TAiN 36 - spacesurfer 27 - N1K Letter Usage:
-
What are you adding to you PE 2 cd? I've made 5 or 6 different version of it and tested all of them in VMWare 6+ without a problem except needing to assign 384mb of memory or more when needing to use diskpart. This just seems weird that it would work for some people and not for others.
-
it the time and date set on the machines with I believe 15 minutes of the time set on the domain controller?
-
Couldn't find that same drive, but did find something on the #)% RAMDAC. Notice it says LEASE not BUY. "1956, the first hard drive the IBM 305 RAMAC is the first magnetic hard disk for data storage, and the RAMAC (Random Access Method of Accounting and Control) technology soon becomes the industry standard. It required 50 24-inch disks to store five megabytes (million bytes, abbreviated MB) of data and cost roughly $35,000 a year to lease - or $7,000 per megabyte per year. For years, hard disk drives were confined to mainframe and minicomputer installations. Vast "disk farms" of giant 14- and 8-inch drives costing tens of thousands of dollars each whirred away in the air conditioned isolation of corporate data centers." - http://www.fortunecity.com/marina/reach/435/storage.html
-
Ghost will not image the drive if you are running it from the OS you are trying to image you have to be booted from another partition or external media. Acronis can do this.
-
This is not a warez site! Please do not post or ask for warez.
-
Getting back to your request, I have had great luck with the HP Laserjet 4000 series printers, though not manufacturered any more I have a number of 4000, 4050 and 4100 printers with well over 300k pages printed on each and the only thing that has been done is to replace pickup/separation rollers with the exception of fixing abuse. Though I have not had them as long the 4250 has also been a great printer with the same service record as the others.
-
I just saw it, get Comcast High Speed free for 1 year, after you subscribe to their cable tv and digital phone service.
-
Added. Wish I had time to do more testing and comparison.
-
If you can map to your network drive you can use ghost to put the image on it. You can create a DOS boot cd with network controllers or create a BartPE cd with the 32-bit ghost executable on it and network drivers and then connect to your network drive and image it. Or create a Windows PE 2 cd and do the same as the BartPE cd.
-
When you find it let us all know. Please don't double post. Duplicate removed.
-
In a topic the header above the first post has an options drop down. Slectect your preferred viewing method from the three at the bottom of that dropdown list