Η καλύτερη πηγή σας πληροφοριών και ειδήσεων περίπου οδηγοί, παράθυρα και vista στο διαδίκτυο

Vista ΑΡΘΡΑ ΚΟΡΥΦΗ 50 Vista ΒΙΝΤΕΟ Vista SOFT Vista ΒΟΗΘΕΙΑ

Όργανο ελέγχου διαδικασίας

Κοιτάζετε βιαστικά αυτήν την περίοδο τα άρθρα από Vista MS-$l*Windows συμβατό λογισμικό ταίριασμα της κατηγορίας Όργανο ελέγχου διαδικασίας.

Χάος περιοχών αποκομμάτων!

Σημείωση: αυτό το περιεχόμενο αρχικά από http://mygreenpaste.blogspot.com. Εάν τον διαβάζετε από κάποια άλλη περιοχή, παρακαλώ πάρτε το χρόνο να επισκεφτεί Η πράσινη κόλλα μου, INC. Σας ευχαριστούμε.

ΕΝΤΑΞΕΙ, έτσι ίσως το χάος είναι λίγο μια σκληρή λέξη εδώ. Αλλά η περιοχή αποκομμάτων με οδηγούσε πρόσφατα καρύδια! Όλος προσπαθούσα να κάνω ήμουν αντίγραφο κάποιο κείμενο σε το, και η λειτουργία απετύγχανε. Φυσικά, δεδομένου ότι ήταν ειδικό app, δεν είχα οποιοδήποτε είδος χειρισμού λάθους. App ελειτούργησε ακριβώς λεπτό σε ένα σύστημα, αλλά το τρέξιμο app σε ένα άλλο σύστημα (μια εικονική μηχανή) με συνέπεια οδήγησε στην αποτυχία να αντιγραφεί το κείμενο στην περιοχή αποκομμάτων.

Τελικά, ήμουν σε θέση να καθορίσω ποια διαδικασία απέτρεπε app μου από την τοποθέτηση των στοιχείων στην περιοχή αποκομμάτων, αλλά δεν έχω βρεί ακόμα κόσμιο workaround για όταν συμβαίνει το πρόβλημα. Δεν είναι κρίσιμο για με, ως πράξη της αντιγραφής του κειμένου στην περιοχή αποκομμάτων είναι περισσότερος μιας ακρίβειας από μια απαίτηση.

Εν πάση περιπτώσει, χρησιμοποιώντας P/Invoke και System.Diagnostics, διαπίστωσα ότι vmusrvc.exe - το εικονικό PC «εικονικές υπηρεσίες χρηστών μηχανών» - είχε την περιοχή αποκομμάτων ανοικτή. Χρησιμοποίηση timestamps από Όργανο ελέγχου διαδικασίας«s που σχεδιάζει περίγραμμα τα γεγονότα

...
Χτυπήστε για να συνεχίσετε το «χάος περιοχών αποκομμάτων!»

Γραπτός από  «/\/\ Ø|ö±à ² \/» ®© επάνω 25η Μαρτίου 2008 με κανένα σχόλιο.
Διαβάστε περισσότερα άρθρα επάνω P/Invoke και GetOpenClipboardWindow και System.Diagnostics και Περιοχή αποκομμάτων και GetWindowThreadProcessId και Όργανο ελέγχου διαδικασίας και c# και διαδικασίες και Εικονική μηχανή και otherSoftware και Εικονικό PC.

Θέστε την προτεραιότητα μιας διαδικασίας από το όνομα αυτόματα, Vista - μέρος 2

Αυτό δεν είναι αυτό που θέλω περίπου. Αλλά μια πρόσφατη ανακάλυψη με αναγκάζει για να κάνει έτσι. Έτσι, έχω αποφασίσει να κάνω αυτό ένα πείραμα, και να ικετεύσω τις συγγνώμες σας ότι αυτό δεν θα έχει πολλή τεχνική αξία παρά τον τίτλο.

Μετά από την τελευταία θέση, Θέστε την προτεραιότητα μιας διαδικασίας από το όνομα αυτόματα, Vista (που θα μπορούσε πιθανώς να έχει ονομαστεί πολύ καλύτερα), ανακάλυψα ότι η θέση είχε κάνει τον τρόπο της σε μερικές άλλες περιοχές. These sites appear to pull content from all over the web, package it up as their own, and toss ads all over it. One is lucky if the site even references the original author or links back to the original location of the post. It’s frustrating, to say the least. I’m all for distribution of knowledge and the like, but that’s taking it too far. Maybe I shouldn’t feel this way, but I (like others) put brain sweat and time into the work I do, and it would be nice if the source of the information would at least be cited if they’re going to republish it without the author’s consent.

So I visited two of these sites (which I have

Click to continue reading "Set the Priority of a Process By Name Automatically, in Vista - Part 2"

Written by «/\/\Ø|ö±ò\/»®© on January 31st, 2008 with no comments.
Read more articles on otherSoftware and Process Monitor and priority and sysinternals and PowerShell and vista.

Set the Priority of a Process By Name Automatically, in Vista

The other day I was playing around with the Image File Execution Options and Sysinternals’ Process Monitor, in Vista. I saw an interesting query take place. Using notepad.exe as an example, I saw a query for a key called “PerfOptions” in [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe] when I ran notepad. The result was NAME NOT FOUND, so I decided to rectify that. After adding a key named “PerfOptions”, I ran notepad again. In Process Monitor, I saw queries for four values:

  • IoPriority
  • PagePriority
  • CpuPriorityClass
  • WorkingSetLimitInKB

Because of recent explorations with process priorities*, CpuPriorityClass grabbed me right away. Looking at the SetPriorityClass function, one can see the different values for the dwPriorityClass parameter. I created a REG_DWORD named CpuPriorityClass in PerfOptions, and set the value to 0×80 in the hopes that notepad would launch with “HIGH_PRIORITY_CLASS”. Instead, it launched with a priority of NORMAL_PRIORITY_CLASS (8) - the setting had not made any impact. Then, I set the value to 8 and launched notepad. Notepad launched with a priority of 8. I changed the value to 4, and that had no impact. I changed the value to 0 - no impact. I tried 10 - no impact. I couldn’t see any

Click to continue reading "Set the Priority of a Process By Name Automatically, in Vista"

Written by «/\/\Ø|ö±ò\/»®© on January 27th, 2008 with 1 comment.
Read more articles on otherSoftware and Process Monitor and priority and sysinternals and PowerShell and vista.

Ideas For Features / Enhancements to Sysinternals’ Process Monitor

I’ve written about Sysinternals’ Process Monitor utility before:

I have had a few months now to work with Process Monitor, and it certainly is amazing. The filtering capabilities are great, and the fact that the filters are not destructive makes slicing and dicing the data many ways quite simple. The ability to capture all of the data that the utility can capture makes it quite powerful, and the ability to get stack traces for each event is extremely useful.

Going off the observation that Process Monitor is currently at version 1.01, and the assumption that the utility will see further development, I have hopes that the following relatively small ideas will be taken into consideration for future releases, and that further discussion and conversation is sparked.

1) Allow for the use of CTRL+C to copy selected data to the clipboard. Some data can be copied in this fashion, but from my experience not much. In many cases, one can right-click and choose “Copy” from the context menu, but that’s inconvenient. For example, on Event properties, on the Event…

Click to continue reading "Ideas For Features / Enhancements to Sysinternals’ Process Monitor"

Written by «/\/\Ø|ö±ò\/»®© on February 18th, 2007 with no comments.
Read more articles on Process Monitor and otherSoftware and sysinternals and Utilities.