mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 23:39:51 +01:00
Corrected the registry key name to use when running from source code.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
6c2634074b
commit
21a15104e7
@ -195,7 +195,7 @@ namespace XenAdmin.Core
|
||||
private const string FORCE_SYSTEM_FONTS = "ForceSystemFonts";
|
||||
private const string DISABLE_PLUGINS = "DisablePlugins";
|
||||
private const string DONT_SUDO = "DontSudo";
|
||||
private static readonly string XENCENTER_LOCAL_KEYS = @"SOFTWARE\" + BrandManager.CompanyNameShort + @"\" + BrandManager.BrandConsole.Replace(" ", "");
|
||||
private static readonly string XENCENTER_LOCAL_KEYS = @"SOFTWARE\" + BrandManager.CompanyNameShort + @"\" + BrandManager.BrandConsoleNoSpace;
|
||||
private const string PSExecutionPolicyKey = @"Software\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell";
|
||||
private const string PSExecutionPolicyName = "ExecutionPolicy";
|
||||
private const string PowerShellKey = @"Software\Microsoft\PowerShell\1";
|
||||
|
Loading…
Reference in New Issue
Block a user