"BeastFish" <no@spam.com> wrote in message news:g9mg3a$h34$1@aioe.org... Surely there is FrameworkService.Exe running on a dotnet enabled system, granted it shouldn't eat too much processor time or memory but it is there all the time, ohh I guess you "could" call it a TSR! Unbelievable. Do you know what that exe is huh ? Here's a hint: it's not
"Dave O." <nobody@nowhere.com> wrote in message news:uINn7ZdDJHA.232@TK2MSFTNGP04.phx.gbl... "Bill McCarthy" <Bill@localhost.com> wrote in message news:2AE6B638-C5C9-4B13-9D8C-B641AC5CAEC0@microsoft.com... "Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message news:uDhudSTDJHA.5316@TK2MSFTNGP04.phx.gbl... Better wear a hat, though... that way, you
Get-Process | Sort-Object CPU -Descending | Select-Object -First 10 | ForEach-Object { $time = ([int]$_.TotalProcessorTime.TotalSeconds)/10 $stars = "*" * $time "{0,15} {1,-50}" -f $_.Name, $stars } CPU is actually a script property for Totalprocessor time which is a timespan object Take the toatl seconds and divide by 10 to give a viewable display use a formatted string to show
"freddy" <freddy@discussions.microsoft.com> wrote in message news:1D484329-317B-4258-B5A3-2586E6DA5A9D@microsoft.com... I am having a problem with a statements: Const HKEY_LOCAL_MACHINE = &H80000002 Const ForReading = 1 Dim shell Set shell = CreateObject("WScript.shell") Set objFSO = CreateObject("Scripting.FileSystemObject") Set objTextFile = objFSO.OpenTextFile("U:\Scripts\EPO\Inputfile
"Tom Lavedas" <tglbatch@cox.net> wrote in message news:2c54f910-0925-4c3c-b0f1-186ac3bb00cb@n75g2000hsh.googlegroups.com... On Mar 26, 1:13 pm, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote: "freddy" <fre...@discussions.microsoft.com> wrote in message news:1FA26BE6-DE94-458D-B7C3-7DABA342BE09@microsoft.com... I have a script that goes out to each computer in a text