database-tools

Controlling Processor Affinity

Most modern computers have more than one processor, either physical or logical. If you’d like to find out the number of processors, here is a...

Dumping All Passwords from Chrome

In the previous tip we illustrated how you can dump all passwords from your personal Windows Password Vault. The same is true for basically any...

Increasing Pipeline Speed

The PowerShell pipeline tends to be slow when it is processing a lot of elements. This can take a lot of time: $result = 1..15000 | ForEach-Object {...

Detecting Key Presses

It may be useful for PowerShell to know whether a given key is currently pressed. This way, your profile script could, for example, do things during...

1 39 40 41 42 43 159