Installing Windows from a Flash Drive
Sunday, January 4, 2009
I did not come up with these instructions. I found them on the web, but because I’ll never be able to find them again when I need them, I thought I’d post the instructions here for my own reference. From the command line run these commands: diskpart list disk select disk x clean create partition primary select partition 1 active format fs=fat32 assign exit ~~xcopy D:*.* /s/e/f E:\ ~~ robocopy D:\ E:\ /MIR There are a few assumptions made in this.…
Command Prompt Candy
Thursday, April 24, 2008
I’m known for having a console that looks a little strange. I prefer the red font on black background. Although I’m trying a super dark green background with green font at work. My home system looks like this: The problem with it is that I’m getting pretty bored with the font itself. Today I switched to Lucinda Console as it is the only other font allowed in the settings. Then I got home and I found this blog entry from the IEBlog.…