Skip to content

Instantly share code, notes, and snippets.

Keeping GeForce Experience 2

  1. Uninstall GeForce Experience (GFE) 3.
  2. Download and install GFE 2.11.4.0 (last version 2 update)
  3. Every time it asks to update or accept ToS, delete setup.exe from C:\ProgramData\NVIDIA Corporation\GeForce Experience\Update\ or similar
  4. GFE/ShadowPlay should continue to work as long as you don't touch the GFE UI [and trigger an update check]. If you cancel the update and don't relaunch GFE, ShadowPlay will not be active. GFE doesn't always check for updates on launch, but I would change my settings as little as possible.
// ==UserScript==
// @name Auto Remove Bad-Region Apps
// @namespace http://steamcommunity.com/id/zetx/
// @description If app in queue is not allowed in region, automatically remove an app from the queue.
// @include http://store.steampowered.com/app/*
// @version 1.1
// @run-at document-end
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Auto Steam Discovery Queue
// @namespace http://steamcommunity.com/id/zetx/
// @description Go to next game queued as soon as page is done loading.
// @include http://store.steampowered.com/app/*
// @include http://store.steampowered.com/explore/*
// @include http://store.steampowered.com/agecheck/app/*
// @version 2.01
// @run-at document-end
// @grant none