Jump to content

Vortex and zMerge permissions


yarddogg77

Recommended Posts

How can I set permissions to let zMerge past all of Vortex firewalls to allow extraction of assets in order to build BSA's? I tried repeatedly and couldn't get zMerge to spit out the assets or a BSA when building merges. So I put a dummy Skyrim game on my desk top, pointed zMerge at it for the location of the plugins, and bam, it worked perfectly. I'm starting to wonder why Vortex is set to be so intrusive, when it doesn't even remove loose files when a mod is isntalled. I'm not saying any other mod installer has ever done this in the past, but if every single folder is stamped with Managed by Vortes, then you'd think there would be a benefit to it. I can't see any. It just makes for a whole lot of clean up and tools not working as intended.

Link to comment
Share on other sites

Here's a link, the method is in the comments. This is for Windows 10! https://answers.microsoft.com/en-us/windows/forum/windows_10-security/reset-windows-10-file-permissions-to-default/544790b3-f87e-4a22-8722-bdaf2edc70b4

 

Method 1: Startup troubleshooter.
Open the Task manager. Here’s a tip: Press CTRL+Shift+ESC.
Click File > Run New Task
Make sure you have a check mark beside “Create this task with administrative privileges”
Type Powershell
Type the following in the Powershell prompt:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
6. Close the Powershell window
7. Reboot
Link to comment
Share on other sites

 

Here's a link, the method is in the comments. This is for Windows 10! https://answers.microsoft.com/en-us/windows/forum/windows_10-security/reset-windows-10-file-permissions-to-default/544790b3-f87e-4a22-8722-bdaf2edc70b4

 

Method 1: Startup troubleshooter.
Open the Task manager. Here’s a tip: Press CTRL+Shift+ESC.

Click File > Run New Task

Make sure you have a check mark beside “Create this task with administrative privileges”

Type Powershell

Type the following in the Powershell prompt:

$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

6. Close the Powershell window

7. Reboot

 

 

 

I'm going to give you a kudos for coming back and posting a detailed explanation and all the steps you took to fix your problem.

Your post will help others in the future and it is Very VERY Appreciated!!!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...