Tuesday, October 21, 2014

SD Card Will Not Format

If you don't care about any data loss and only want to make the card usable:

Open up command prompt (start->run->cmd.exe) and type
chkdsk /X /F

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...