You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
Added setting item of AutoCheckRunning, default is OFF(=false).
Received feedback that ps execution was denied.
This setting is to protecte working directory denied from Anti-virus S/W, such as 360.
ERROR|2023-03-20|22:58:12.250|GenshinRegedit|GetStringFromRegedit|System.ComponentModel.Win32Exception (5): An error occurred trying to start process 'powershell' with working directory 'C:\Users\XXX\Desktop'. Access is denied.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at GenshinSwitch.Core.Extensions.FluentProcess.Start()
at GenshinSwitch.Fetch.Regedit.GenshinRegedit.GetStringFromRegedit(String key, GameType type)