Here is an easy way to determine the partition alignment of any given disk on the local system or remotely. $OffsetKB = @{label=”Offset(KB)”;Expression={$_.StartingOffset/1024 -as [int]}} $SizeMB = @{label=”Size(MB)”;Expression={$_.Size/1MB -as [int]}} Get-WmiObject -ComputerName "localhost" -Class "Win32_DiskPartition" | ft` SystemName, Name, DiskIndex, $SizeMB, $OffsetKB -AutoSize This will output table that looks […]
Windows
Are The Technology Gaps Ever Filled?
First and foremost, I am a Windows user. I have been forever. I was a “blue badge” so I was very much a “fanboy” of Microsoft from the platform to desktop apps to mobile devices and still pretty much am. I have also opened my eyes to other computing technologies […]
MacFUSE and NTFS-3G
I was looking for a creative way to be able to share my USB hard drive that I had formatted for the Mac with my PC. HFS Explorer, worked fine, but required me to extract files instead of being able to expose the volume as a drive letter. I decided […]
Internet Explorer 8 RC1 Now Available
Yesterday, Microsoft announced the availability of IE8 RC1. A release candidate is a version of the software that has been made available to the general public while it undergoes some final testing. You can download IE8 RC1 here.
Quick First Take on Windows 7
Just like about everybody else out there that is a “bleeding edge” technie like myself and doesn’t mind running some beta software downloaded the Windows 7 beta last week. Needless to say, it definitely has a better look and feel to it than Windows Vista, and the performance even though […]