Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You'll have to set yourself as the principal to access that. Though I don't know if you can even access the benchmark from there.
Hi ANgee. Im trying to solve this but no sucess so far. I can acess the folder where the file benckmark.exe is, but when i try to run it, i get a message saing that i dont have the required permission.
The folder is DeepSilver.ProjectWindfall_1.0.19.0_x64__hmv7qcest37me, inside WindowsApps folder.
I dont get "suggestion on a security tab" an a dialog box... When i try to run benchmark.exe iit shows a dialog box witout any tips/ suggestions.
Can you, or anyone else help me? I even bought the expansion.
How did you get access to the apps folder? It's usually locked down by default, so this suggests you followed a guide to unlock it but didn't set permissions properly.
I used this guide when I wanted access
https://www.maketecheasier.com/access-windowsapps-folder-windows-10/
As they say use at your own risk.
From elevated PowerShell:
Get-AppxPackage -Name DeepSilver.ProjectWindfall
There you get the PackageFamilyName and Name.
Now you can use the following command within the PowerShell to start a Shell that has the needed permissions to run Benchmark.exe:
Invoke-CommandInDesktopPackage -PackageFamilyName DeepSilver.ProjectWindfall_hmv7qcest37me -AppId DeepSilver.ProjectWindfall -PreventBreakaway -Command "cmd"
As you can see, PackageFamilyName and AppId (which is the Name from the Get-AppxPackage Output above) is needed. With -PreventBreakway, the cmd that is started maintains the permission path for the following commands executed. This is needed because the Benchmark.exe itself wants to start MetroExodus.exe.
Within the cmd, you can now cd into:
cd "C:\Program Files\WindowsApps\DeepSilver.ProjectWindfall_1.0.19.0_x64__hmv7qcest37me"
There you can run "Benchmark.exe" in your cmd.
This opens the Benchmark Application.
Unfortunately, I was not able to run any benchmark. Metro Exodus is started but after some time I only get a black screen. For minutes. Maybe I am still missing something... When I run MetroExodus.exe from the cmd or directly from Start Menu or Windows App Store, the game itself works flawless.