
Jan 1, 2016
Using fsutil to Manage Windows Filesystems
Introduction Fsutil performs tasks that are related to file allocation table (FAT) and NTFS file systems, such as managing reparse points, managing sparse files, or dismounting a volume. Command Syntax Fsutil 8dot3name Queries or changes the settings for short name behavior on the system, for example, generates 8.3 character-length file names. Removes short names for all files within a directory.... read more
Dec 28, 2015
How to use diskpart to get disk information
Introduction In this short post we will use diskpart to get disk information on a Windows server. Command Scenarios So let’s cover a few scenarios using diskpart. Open a command prompt and type diskpart to start using the command. C:\> diskpart Using the list disk command we can get back the information on the disks available on the system for viewing and manipulation. DISKPART> list disk Disk... read more
Dec 20, 2015
Managing Your RDP with Remote Desktop Manager
Introduction Remote Desktop Manager (RDM) is an efficient solution for launching connections or conveniently viewing entries that have been centralized in your data source (database), In this case we are looking at managing RDP (Remote Desktop Protocol) connections. It also saves all of your remote connections, passwords and credentials in a single, secure platform. With RDM, you can quickly and easily... read more
Nov 3, 2015
How To Rip DVD’s Using VLC and HandBrake on Windows
Introduction Handbrake for converting video files. But when working with it on Windows you had to get a program called DVD43 that would unlock your DVD so you could make a backup of the video. The only problem is that it doesn’t work in Windows 7 + 8 64-Bit or other 64-Bit Windows. I have found that Handbrake and VLC’s libdvdcss will make this to work and here is how. Step 1 – Download... read more
Oct 28, 2015
How To Manage Hidden files and Directories from the command line in Windows
How To Manage Hidden files and Directories from the command line in Windows Introduction Managing Windows hidden files and directories from the GUI is easy, managing from the command line is a bit more challenging, but not difficult. in this post we will cover the different ways to handle many different tasks using the command line. Windows files/folders have a special attribute called hidden attribute.... read more