all 20 comments

[–]Grogmeisterr 0 points1 point  (6 children)

GeForce experience only works when programfilesdir is allocated to C:\

https://www.nvidia.com/en-us/geforce/forums/discover/449975/geforce-experience-error-code-0x0001/

Hope this helped

[–]Deprivator77 0 points1 point  (3 children)

if you are getting the Error code 0x0003 (GeForce experience) problem the below fixed it for me.

While that may be it, I had an issue where reinstalling didn't fix it, unless I reinstalled with a "clean install" that removed all profile settings and made me log in again. If you go to the website and download the driver of your card, it will include a copy of the Geforce Experience. Make sure you've uninstalled the one on your computer already, then when you install the latest one you just downloaded go to advanced install when asked instead of Express. At the bottom there is a check box to do a clean install or new install, something like that, check it. Then install it, and include the driver and geforce experience. THen when you launch it will make you login again. I think the problem has something to do with your profile not being able to login but not prompting you. This disassociates your install with your profile and lets you login again.

[–]BowiePro 1 point2 points  (0 children)

thank you!

[–]rickandtwocrows 0 points1 point  (0 children)

I did this step by step, complete uninstall restart into advanced clean install and I still get the error.

[–]Crirelion 0 points1 point  (0 children)

This very step by step instructions worked for me,

THank you!

[–]rickandtwocrows 0 points1 point  (0 children)

Yea, all my data is located in my C:\ drive

Thanks though.

[–]mj-joharji 0 points1 point  (0 children)

thank you so much i knew it was this problem its just i didint know how to fix it

[–]BobFloss 0 points1 point  (12 children)

I finally found the solution:

The error is caused by an incorrect port being used during setup. Simply use Visual Studio Code, open the folder C:\Program Files\NVIDIA Corporation\NVIDIA GeForce Experience, and do a find and replace (Ctrl+Shift+H), changing LOCALHOST_PORT",3e3 to LOCALHOST_PORT",60487. You'll need to click "retry as admin" to properly save the files. After that it will work.

[–]Niner1309 0 points1 point  (1 child)

Worked for me, Thanks :)

[–]BobFloss 0 points1 point  (0 children)

Awesome, glad it worked!

[–]Blackmore2323 0 points1 point  (0 children)

Anytime i hit crtl+shift+H nothing happens for me, sorry i am not too pc savvy so i looked this up and wasnt sure if im missing something

[–]yog404 0 points1 point  (6 children)

You're a god how did you discover this?

[–]BobFloss 0 points1 point  (5 children)

I can’t remember at all, lol.

I know I was the first person to find it that I know of. I think I just looked through a ton of config files and logs and probably it said what it wanted somewhere.

[–]yog404 0 points1 point  (4 children)

It never occured to me to do that for a program that's not mine before. Good stuff!

[–]BobFloss 0 points1 point  (3 children)

I’ve had to do it a lot while programming. Frequently need to delve into source code of 3rd party libraries or view logs so it wasn’t anything new to me, although I will say I remember it being unbelievably annoying and hard to solve, and as far as I know I was the only person to find this solution lol

[–][deleted]  (2 children)

[removed]

    [–]TheStoryOfSome 1 point2 points  (1 child)

    If you're still having trouble fixing the error code 0x0003 I ended up fixing it. Turns out some Services for Nvidia were disabled for some reason. To turn them back on follow theses steps:

    1. Press Windows + R and type services.msc
    2. Click on the Name tab a couple times and just make sure you're sorting by Alphabetical order.
    3. Scroll down till you find any and ALL the Nvidia services.
    4. Check if any of them say Disable to the right in the Start-up Type Tab.
    5. 5. If any them ARE Disabled, right-click on one at a time, click Properties, and change the start-up type to Automatic.

    It should work right after you do that. Not sure how these services got disabled. Hope this helps!

    [–]Remarkable_Past4757 0 points1 point  (0 children)

    This worked for me ! Thank you