database-tools

Deleting Multiple Subfolders

Occasionally, it may become necessary to delete a set of subfolders within a given folder. Here is a simple chunk of code that deletes the folders...

Managing Autostarts

To manage auto starting programs on Windows, don’t bother writing extensive scripts. PowerShell can directly open the autostart manager...

Downloading Useful Scripts

The PowerShell Gallery not only offers public modules with new PowerShell commands but also public scripts. Before you invest time, you may want to...

Welcome to the Modern Precise

Welcome to the modern Precise UI. Precise is now available on all modern browsers such as Chrome and Firefox and can even be launched on tablets...

Speeding Up PowerShell Remoting

PowerShell remoting is insanely powerful: with Invoke-Command, you can send arbitrary PowerShell code to one or many remote machines and execute it...

Reading 4K-Hash

Windows operating systems can be uniquely identified by a so-called 4K-Hash: this is a special hash string that is 4000 bytes in size. You can use...

1 25 26 27 28 29 159