Showing posts with label registry. Show all posts
Showing posts with label registry. Show all posts

Monday, 18 April 2011

iPhone Device Driver not installed

Personally I've moved on from iPhones (HTC & Android ftw), but I and a lot of people I know have experienced the issue when plugging in their iPhone to their Windows PC that they get a "Device driver not installed" message come up. Now this isn't too much of a problem as iTunes still sees the phone and you can still sync it etc as normal.
However, this annoying error becomes a problem if you want to grab photos off the iPhone and put them on your computer.(there's no option in iTunes to do this, you can only sync photos from computer to iPhone)
I found the method below on the Microsoft Technet website and it works a treat.
Basically the reason for this error is Windows chooses the wrong driver to use the iPhone, it chooses the MTB USB driver instead of the iPhone driver. But anyway, you probably don't care about the cause you just want a fix - so read on!
Before doing the below, I seriously recommend backing up your registry as editing the registry can be dangerous and cause all sorts of problems if you do something you shouldn't.
- Firstly, go to the Start menu and click "Run". Type "regedit". The registry editor should open. Click File, then choose Export and type "Registry backup" followed by the day's date so you remember what it is.
- Click Export and let it export the file.
- Once the registry is exported (and therefore backed up), browse to: hkeylocalmachine > system > current control set > control > class
- Find “{EEC5AD98-8080-425F-922A-DABF3DE3F69A}” down the left hand side and click on it.
- Under the list on the right hand side-, find "UpperFilters"
- Right-Click UpperFilters and click delete
- Close the registry editor, unplug your iPhone and restart your PC.
- Once your computer has restarted and everything has loaded, plug your phone back in.
You should now get a box pop-up asking what you want to do! Choose the option to browse files on the device and navigate through to the DCIM folder and all your photos are there ready to copy!

Monday, 17 May 2010

Can't add HTTP Network Place in Windows 7

Not being able to add an HTTP Network Place was previously a problem in Windows Server 2003 and Windows Vista. You'd assume that in Windows 7 they would have sorted this, but no.
There' still no Microsoft hotfix either, shockingly!
Anyway, there's loads of supposed "fixes" out there, some people have reportedly tried all of them with no success, and some people have given up and used third-party software instead.
I tried all the fixes, and found only one that sorted my problem, and I've detailed how to do this with the instructions below.
The problem apparently lies in the authentication of the Web Client service within Windows 7, and with a simple registry change, I enabled the Web Client to authenticate and therefore allow me to add an HTTP Network Place within Windows 7.
Open up Registry Editor, in Windows 7 this can be done by clicking the Start menu and typing 'regedit'.
Now we need to navigate to the relevant part of the registry, go to:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesWebClientParameters
You should now have a screen that looks like the below;
(click image to enlarge)
Right-Click on BasicAuthLevel and select Modify
In the screen that opens, change the "1" to a "2" and click OK.
Close the Registry Editor.
Now we need to restart the WebClient service. Alternatively, you can reboot your machine, but if you've got a lot going on then rebooting the WebClient service manually is easy.
Go to the Start menu, then Control Panel. In Control Panel go to System & Security and then Administrative Tools. Open Services.
Scroll down the list to the WebClient service, right-click and hit restart.
(click image to enlarge)
Once the service has successfully stopped and restarted, you're done!
Now try adding your HTTP Network Place again and it should work.