Your best source of information and news about BIOS, winvista and winvista on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

processes

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category processes.

Clipboard Chaos!

Note: this content originally from http://mygreenpaste.blogspot.com. If you are reading it from some other site, please take the time to visit My Green Paste, Inc. Thank you.

OK, so perhaps chaos is a bit of a harsh word here. But the clipboard was recently driving me nuts! All I was trying to do was copy some text to it, and the operation was failing. Of course, as it was an ad hoc app, I didn't have any kind of error handling. The app worked just fine on one system, but running the app on another system (a virtual machine) consistently resulted in failure to copy the text to the clipboard.

Ultimately, I was able to determine what process was preventing my app from putting data in the clipboard, but I haven't yet found a decent workaround for when the problem happens. It's not critical for me, as the act of copying the text to the clipboard is more of a nicety than a requirement.

Anyway, using P/Invoke and System.Diagnostics, I found that vmusrvc.exe - the Virtual PC "Virtual Machine User Services" - had the clipboard open. Using the timestamps from Process Monitor's Profiling Events

...
Click to continue reading "Clipboard Chaos!"

Written by «/\/\Ø|ö±ò\/»®© on March 25th, 2008 with no comments.
Read more articles on P/Invoke and GetOpenClipboardWindow and System.Diagnostics and Clipboard and GetWindowThreadProcessId and Process Monitor and c# and processes and Virtual Machine and otherSoftware and Virtual PC.

Use C# to Find What Services are Running in a Process

Note: this content originally from http://mygreenpaste.blogspot.com. If you are reading it from some other site, please take the time to visit My Green Paste, Inc. Thank you.

Recently, an individual going by the moniker 'hi' posted a comment to Setting the Priority of a Service Process via Script:

How would I, if I want to, find which services are part of a particular svchost.exe? Can in be done in C#?

Thanks!

I replied via comment, but one has even less control over formatting in comments than one does in the actual blog posting, so I figured I would post the response here as well.

=================

Tasklist.exe with the /svc param can tell you, as can Process Explorer. You can also inspect the registry to determine what services would load with what SVCHOST group (see "Troubleshooting Performance Issues with Automatic Updates" for more details).

As far as C# code, the following requires a reference to System.Management. Invoke the program, passing it the process id of the process you're curious about, and it will output the services running in that process.

using System;
using System.Management;

namespace MyGreenPaste
{
class
...
Click to continue reading "Use C# to Find What Services are Running in a Process"

Written by «/\/\Ø|ö±ò\/»®© on February 7th, 2008 with no comments.
Read more articles on Process Explorer and tasklist and WMI and SVCHOST and otherSoftware and c# and processes and services.

Can Too Much Windows Vista Cache Be a Bad Thing?

Too much Windows Vista cache, a bad ting? Well, apparently yes, through Excessive Cached Write I/O and Excessive Cached Read I/O. As you probably know by now, cache is connected with boosting the performance of data accessing processes that target sluggish storage media. In an ideal scenario, the data or the code pages would be completely located within the system memory. The speed at which data is accessed, in the physical RAM, exceeds by far that of similar processes that involve a hard disk, by approximately 1 million times. But, because of the usually limited amount of RAM, the operating system will have to deal with system cache. (more…)

, , , , , , , , , , , , ,

Written by Jason on November 29th, 2007 with no comments.
Read more articles on otherSoftware and processes and algorithm and storage media and system performance and system cache and msdn and system memory and operating system and vista and Hard disk and physical memory and physical ram and memory manager and Windows.

Windows Vista Defragmentation

Although it is virtually handicapped in terms of the options it actually provides to the user in comparison to Windows XP, the hard disk defragmentation utility in Windows Vista is an evolution of the equivalent from the predecessor operating system. But the enhancements come essentially under the hood of the tool. In this context, the actual defragmentation engine was tuned up, as well as the management of the fragmentation process.

“By default, the defrag tool only defragments files smaller than 64 megabytes (MB). Therefore, files larger than 64 MB are not moved unnecessarily. In earlier versions of Windows operating systems, if the defrag engine was in the middle of a large move request, it could take lots of time to cancel defragmentation. In Windows Vista, the defrag engine processes input and output requests in smaller portions. Therefore, you can avoid situations where the defrag engine is busy with processing large move requests when you cancel a defragmentation session”, Microsoft explained. (more…)

, , , , , , , , ,

Click to continue reading "Windows Vista Defragmentation"

Written by Jason on October 9th, 2007 with no comments.
Read more articles on memory management and disk defragmentation and disk defragmenter and cpu resources and defragmentation utility and minimal cpu and free space and defrag tool and processes and system memory and vista and Microsoft and Windows and Computer and computer and operating system and windows operating systems and Windows Vista.

Take control of Vista Startup

When troubleshooting any version of Windows, learning what applications and processes are loading on startup is a critical step. To this end, the old and faithful MSCONFIG application is a great help, and it’s definitely present in Windows Vista too. Just go Start, Run, MSCONFIG and you’re there.

However times change, and while MSCONFIG is a very useful little utility, there are better options available. Enter Autoruns. Developed by Mark Russinovich and Bryce Cogswell of Winternals (now Sysinternals and owned by Microsoft), Autoruns is a fantastic freeware app which does a full scan of your system and presents you with a total rundown of everything that happens on system startup and system logon. (more…)

, , , , , , , , , , , ,

Written by Jason on October 5th, 2007 with no comments.
Read more articles on google search and executable and rundown and sysinternals process explorer and winternals and autoruns and system startup and vista and Microsoft and msconfig and 64 bit and processes and Windows.

Detect what process is thrashing your hard drive

Every once in a while you notice that your hard drive is working extra hard for what seems like no reason. A background process has taken your hard drive hostage, forcing it to thrash loudly as it struggles to keep up with the high rate of reads and writes. Your computer responds slowly as the process overloads the physical limitations of your drive. What are you to do?

The solution is simple, although a little tricky at times: identify and stop the process that is killing your drive. There are two methods and tools that you can use to identify the process. (more…)

, , , , , , , , , , , , , , ,

Written by Jason on September 18th, 2007 with no comments.
Read more articles on processes and performance tab and menubar and reliability and responds and sysinternals and struggles and hostage and explorer 2 and computer and Computer and Drivers and hard drive and disk operations and down arrow and download process explorer and Hardware.

« Older articles

No newer articles