Tag: Windows
-
Creating New Outlook .PST Files in Office 2010
Back in the good old days, I am pretty sure, all the PST related stuff was in the normal file menu. Not anymore. I wanted to create a new PST file and I had to look quite a while before I found it – Microsoft has it hidden quite well: It’s in the Home ribbon, […]
-
How to Convert FAT drives to NTFS
Turns out you can convert FAT filesystems into NTFS (but not NTFS to FAT). How? Microsoft has a guide online.
-
iPhone not recognized by iTunes – Can’t Sync
For a while now I’ve had the issue that, sometimes, my iPhone would not be recognized by iTunes and wouldn’t sync. Sometimes there was an error message; sometimes not. Most recently, I would just get the Windows’ sound you get when you connect a USB device twice in a row. The iPhone then charged, but […]
-
Show Hidden Devices in Windows Device Manager
If you ever need to display hidden devices in your devide manager, run the following from a Command Line window, or create a short script (show_hidden_devices.cmd) with the following content: set devmgr_show_nonpresent_devices=1start devmgmt.msc