How To Reset Nexus Mod Manager

/ Comments off

So, if you own a Nexus 5 and wish to restore it to stock firmware by flashing the official factory image, you can follow our detailed tutorial below and do it within minutes. Though this guide is meant for Nexus 5, it can be used on any Nexus device. The only important thing is, you must have the appropriate image file. The Nexus Mod Manager (NMM) is a computer program that performs multiple, related tasks to support the acquiring, archiving, activating and managing of Computer Game Modification files (mods). The NMM helps a user activate and manage their mods by providing an interface that performs all the tasks related to Mod management in a concise, intuitive interface.

I downloaded Skyrim from Steam, and I have a few mods from the Steam Workshop.

I decided to start using the Nexus Mod Manager (0.46.0) only to find that when it scanned my games it showed the error message:

Unable to get write permissions for: C:GamesNexus Mod ManagerSkyrimInstall Info

I believe that I moved the file to the appropriate folder, etc. I'm sorry for being somewhat vague, but I am not computer savvy.

k0pernikus
3,31429 gold badges63 silver badges95 bronze badges
Jack W.Jack W.

5 Answers

I ran into this problem today, and I've come up with a few solutions. The root cause is that the default folder that Nexus Mod Manager wants to install into is not typically writable by normal users. They want you to install into a subfolder of C:, and if you don't have administrator rights, chances are you can't create the 'Games' folder you need (C:Games).

You've got a few options:

Run the program as administrator. This way, it will have permissions to write to the root of C:, and then you can create the files/folders there. Just right click, and choose the 'Run as Administrator' option.

How

Get write permission on C:Games. You can do this if you have administrator rights by:

  1. Open your C: in Windows Explorer
  2. If the 'Games' folder does not exist, right click, choose 'New Folder' and name it 'Games'
  3. Right click on the 'Games' folder, and choose 'Properties'
  4. Click the 'Security' tab
  5. Click the 'Edit' button
  6. Click the 'Add' button
  7. Type your login name (if you log in as 'bobsmith' then you'd type 'bobsmith' here)
  8. Click 'Check Names' and if the name becomes underlined, you did it right! Click OK. If not, double check your login name from step 7.
  9. On the bottom half of the 'Permissions' dialog, click 'Full Control' for the user you just added.
  10. Click OK to dismiss this dialog, and then click OK on the properties dialog.

Now you can write to C:Games, which ought to make NMM happy.

Put your Nexus Mod Manager files somewhere else. If you install to some subdirectory of your home directory, you won't have to worry about permissions and so forth. When the Mod Manager asks you where you want to save the mod files, pick someplace under C:Users(your user name) or C:Documents and Settings(your user name), depending on the version of Windows you're using. You could potentially put this in your Documents folder, but I have 'projects' folder I created in my home directory, which works well for me.

You do not want to set these directories to something under C:Program Files or in the Steam folder, etc. This is a Bad Idea.

If you've already selected the default mod directories, you won't be asked if you want to change them when you get this error. If that's the case, you can edit or delete the config file so that you can pick a new directory.

The config file for Nexus Mod Manager is stored in %LOCALAPPDATA%Black_Tree_Gaming - you can copy and paste this into the address bar of Windows Explorer to go there, or paste it into the 'Run' or 'Search' dialog on the Start menu. Alternatively, from your user's home directory, look for 'AppData' and then 'Local' and then 'Black_Tree_Gaming'

The name of the directories in this folder depend on your version of NMM, but the file you're looking for is user.config. You can delete this file, but you'll lose any other NMM settings (including the location of any games that were scanned previously). You can also edit it with a text editor.

Look for a block that looks like:

The directories here are the ones you'd want to change to some folder you can write to.

Community
agent86agent86
109k76 gold badges371 silver badges550 bronze badges

Check to see if your user account is listed and has full writing access and check if you are the owner.

There is a detailed explanation of how to do this located here.

kotekzot

Nexus Mods

35.3k57 gold badges173 silver badges259 bronze badges
Stefan SchmidStefan Schmid

Run the NMM as an Administrator. This will fix your problem.

Feb 2, 2011 - Can you tell me if I can install 2004 autocad in a new 64 bit computer. Can Autocad 2004 be successfully installed on a Windows 7 with the 64 bit processor. The only thing more dangerous to the liberty of a free people than. AUGI Autodesk User Group International Powered by vBulletin® Version 4.2.5. Sep 17, 2016 - Autodesk AutoCAD 2004 Free Download for Windows, Overview of AutoCAD. 2004 is a standalone offline installer for Windows 32bit/64bit. Autocad 2004 free download full version with crack 64 bit Aug 10, 2010 - AutoCAD 2004 is an end-of-life product and is no longer supported or in. You can download all versions available for students from the.

3ventic
21.7k31 gold badges99 silver badges155 bronze badges
lupettolupetto

I would never run any code/program as administrator (and I would disable UAC)

just to overcome a permissions error such as:

This would also be just like running code as root on linux/mac

The correct remedy for this would be to grant yourself write permissions to 'Games' and all sub-folders (including files) -- also you would want to take ownership of the folders.

The reason why it is a bad idea to run a program as an administrator is
because the program (and any dll/library that gets loaded) will have elevated privileges.

While in most cases that won't be an issue, but if someone has modified a dll/library with malicious intent -- then what ever code the library contains will run with elevated privileges [on windows UAC is not adequate enough to prevent it, since it won't catch code loaded from a library].

PS: UAC is designed to make it convenient to execute code with elevated privileges (even if your are not an administrator).This is another attack vector that malicious entities can use to get code to execute on your system (without being an administrator).

NeoH4x0rNeoH4x0r
JacobJacob

protected by Timmy JimApr 8 '17 at 20:11

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged the-elder-scrolls-5-skyrimmods or ask your own question.