Frameworkservice
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 37 articles for 0.303 sec
Mcshield y McTray me parece que son de Mcafee, los demas tambien estan corriendo en otros equipos que no presentan ese problema. Gracias ________________ Geovanny Quirós C. Heredia, Costa Rica "Sygrama Software" <info no at no sygrama com ar> escribió en el mensaje de noticias:O$kyoCtDJHA.4588@TK2MSFTNGP06.phx.gbl... > Hola Geovanny: > > Me llaman la atención algunos procesos     

Group: microsoft.public.es.windowsxp · Group Profile · Search for Frameworkservice in microsoft.public.es.windowsxp
Author: Geovanny Quirós C.
Date: Sep 4, 2008 16:16

"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
Show full article (1.30Kb) · Show article thread
> > 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 even from Microsoft . Bill, do you have to be so condescending? I mean, you could have     

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Frameworkservice in microsoft.public.vb.general.discussion
Author: Bill McCarthy
Date: Sep 3, 2008 17:32

"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
Show full article (0.84Kb) · Show article thread
"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 won't be pulling hair out in >> chunks, wondering why your new PC performs so slowly. >> > > No Ken, VB9     

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Frameworkservice in microsoft.public.vb.general.discussion
Author: BeastFish
Date: Sep 3, 2008 10:04

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
Show full article (0.49Kb) · Show article thread
> Second: > List the top 10 processes in terms of CPU time used, showing name and a > graphical representation of the CPU time used, using the * character across > the screen. Does this work for you or you need the exact format you provided: PS > gps|sort -desc cpu|select -first 10 name,cpu| ` ft name,cpu,@{l="Ticks";e={"*"*$_.cpu}} Name CPU Ticks ---- --- ----- naPrdMgr     

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Frameworkservice in microsoft.public.vb.general.discussion
Author: Bill McCarthy
Date: Sep 3, 2008 08:10

"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
Show full article (0.97Kb) · Show article thread
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.txt", ForReading) Do Until objTextFile.AtEndOfStream strComputer = objTextFile.Readline Path = ("\\"& strComputer     

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Frameworkservice in microsoft.public.vb.general.discussion
Author: Dave O.
Date: Sep 3, 2008 08:05

"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
Show full article (0.76Kb) · Show article thread
    

Group: microsoft.public.windows.powershell · Group Profile · Search for Frameworkservice in microsoft.public.windows.powershell
Author: RichS [MVP]
Date: Jun 9, 2008 05:11

Show full article (1.68Kb) · Show article thread
    

Group: microsoft.public.windows.powershell · Group Profile · Search for Frameworkservice in microsoft.public.windows.powershell
Author: Marco Shaw [MVP]
Date: Jun 9, 2008 04:47

Show full article (0.93Kb) · Show article thread
    

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Frameworkservice in microsoft.public.scripting.vbscript
Author: Pegasus (MVP)
Date: Apr 28, 2008 09:33

Show full article (1.73Kb) · Show article thread
    

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Frameworkservice in microsoft.public.scripting.vbscript
Author: freddy
Date: Apr 28, 2008 09:22

Show full article (1.01Kb)
    

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Frameworkservice in microsoft.public.scripting.vbscript
Author: Pegasus (MVP)
Date: Mar 27, 2008 15:42

Show full article (3.53Kb) · Show article thread
1 · 2 · 3 · 4 · next