X

windows

Reading the Windows Registry from PowerShell

Reading the Windows registry from PowerShell can be a bit cumbersome, when all you wanted to retrieve is the value…

Useful PowerShell functions and snippets

This post contains a few (short) useful PowerShell functions and snippets, that you can include in projects and/or your profile,…

Speed up folders with many similar named files

This is a little known reghack: When Windows stores files in a folder on an NTFS partition, it still creates…

Balloon tips OFF in windows

Want to get rid of those nasty balloon tips, hovering over the task tray? Here's the registry command: reg add…

Windows Explorer search for text in ALL files

You are sure that the text files in a folder contain a certain string, but the Windows Explorer search doesn't…

Suppress printer warning popups on Windows Server

Want to get rid of the popups that appear on your Windows Print server when print jobs are to be…

CMD.exe recursion in batch: Deleting empty subdirectories

This article addresses one specific use case for recursion in batch: Recursively looping through a directory (also called a folder)…

This website uses cookies.