Powershell Microsoft.win32.registrykey Openremotebasekey Credentials
Roulettegenerous.netlify.com › Powershell Microsoft.win32.registrykey Openremotebasekey Credentials. Jan 05, 2007 Powershell,. The thing is you did NOT specify a username and password for the registry access. You tried using the ManagementScope class, which only works with WMI, not the Registry classes. Also, if your code is running on a 32-bit machine, you're going to have problems with accessing a 64-bit registry.
Definice
Otevře nový T:Microsoft.Win32.RegistryKey, který představuje požadovaný klíč na vzdáleném počítači s možností zadaného zobrazení registru.Opens a new T:Microsoft.Win32.RegistryKey that represents the requested key on a remote machine, with the option of specified registry view.
Přetížení
OpenRemoteBaseKey(RegistryHive, String) | Otevře novou RegistryKey, která představuje požadovaný klíč na vzdáleném počítači.Opens a new RegistryKey that represents the requested key on a remote machine. |
OpenRemoteBaseKey(RegistryHive, String, RegistryView) | Otevře nový klíč registru, který představuje požadovaný klíč na vzdáleném počítači se zadaným zobrazením.Opens a new registry key that represents the requested key on a remote machine with the specified view. |
Otevře novou RegistryKey, která představuje požadovaný klíč na vzdáleném počítači.Opens a new RegistryKey that represents the requested key on a remote machine.
Parametry
- hKey
- RegistryHive
HKEY, který se má otevřít, ze výčtu RegistryHive.The HKEY to open, from the RegistryHive enumeration.
- machineName
- String
Vzdálený počítač.The remote machine.
Návraty
Požadovaný klíč registru.The requested registry key.
Výjimky
Formát hKey
je neplatný.hKey
is invalid.
Yify wiki. Our recommended method of using blocked sites like aXXo Movies is to use aXXo Movies proxy sites. These are just a clone sites of the original ones. So anything available on the original site also reflects on the clone site. Here we are going to suggest ten best aXXo Movies proxy/mirror sites so that you can browse the aXXo Movies without any. And, the option is to use aXXo Movies Proxy/Mirror Sites. AXXo Movies Proxy and Mirror sites are clones of aXXo Movies torrent which contains the same data as the original aXXo movie site but on a different domain. Axxo Movies is a torrent website for free movies downloading. The best part of this website is that you can download a movie in HD quality or other resolutions and save to your device in a very small size. This will not affect the video quality and give you the movie with fine video quality. AXXo was a popular DVD ripper in 2009 and it’s pseudonym has been used by many movie related torrent sites. The aXXo label is used by other movies related torrent sites including Axxomovies.in. Axxomovies.org is blocked by many ISPs and can be accessed by using an aXXo Movies proxy site.
machineName
se nenašel.machineName
is not found.
machineName
je null
.machineName
is null
.
Uživatel nemá správná oprávnění k provedení této operace.The user does not have the proper permissions to perform this operation.
Uživatel nemá nezbytná oprávnění pro registr.The user does not have the necessary registry rights.
Příklady
Následující příklad kódu ukazuje, jak otevřít klíč registru na vzdáleném počítači a vytvořit výčet hodnot klíče.The following code example shows how to open a registry key on a remote computer and enumerate the values of the key.Ve vzdáleném počítači musí být spuštěná služba Remote Registry.The remote computer must be running the remote registry service.Při vyvolání programu zadejte název vzdáleného počítače jako argument příkazového řádku.Specify the name of the remote computer as a command-line argument when invoking the program.
Poznámky
Pokud je machineName
String.Empty, je otevřen registr místního počítače.The local machine registry is opened if machineName
is String.Empty.Požadovaný klíč musí být kořenovým klíčem na vzdáleném počítači, který je identifikován odpovídající hodnotou RegistryHive.The requested key must be a root key on the remote machine, and is identified by the appropriate RegistryHive value.
Aby bylo možné klíč otevřít vzdáleně, musí na serveru i v klientských počítačích běžet služba Remote Registry Service a musí mít povolenou vzdálenou správu.In order for a key to be opened remotely, both the server and client machines must be running the remote registry service, and have remote administration enabled.
Viz také
OpenRemoteBaseKey(RegistryHive, String, RegistryView)
Otevře nový klíč registru, který představuje požadovaný klíč na vzdáleném počítači se zadaným zobrazením.Opens a new registry key that represents the requested key on a remote machine with the specified view.
Parametry
- hKey
- RegistryHive
HKEY, který se má otevřít z výčtu RegistryHive.The HKEY to open from the RegistryHive enumeration.
- machineName
- String
Vzdálený počítač.The remote machine.
- view
- RegistryView
Zobrazení registru, které se má použít.The registry view to use.
Návraty
Požadovaný klíč registru.The requested registry key.
- Atributy
Výjimky
hKey
nebo view
jsou neplatné.hKey
or view
is invalid.
machineName
se nenašel.machineName
is not found.
machineName
je null
.machineName
is null
.
Uživatel nemá nezbytná oprávnění pro registr.The user does not have the necessary registry rights.
Uživatel nemá potřebná oprávnění k provedení této operace.The user does not have the required permissions to perform this operation.
Poznámky
Pokud je machineName
String.Empty, je otevřen registr místního počítače.The local machine registry is opened if machineName
is String.Empty.Požadovaný klíč musí být kořenovým klíčem na vzdáleném počítači, který je identifikován odpovídající hodnotou RegistryHive.The requested key must be a root key on the remote machine, and is identified by the appropriate RegistryHive value.
Aby bylo možné klíč otevřít vzdáleně, musí na serveru i v klientských počítačích běžet služba Remote Registry Service a musí mít povolenou vzdálenou správu.In order for a key to be opened remotely, both the server and client machines must be running the remote registry service, and have remote administration enabled.
V 64 bitových verzích Windows se části registru ukládají samostatně pro 32 a 64-bitové aplikace.On the 64-bit versions of Windows, portions of the registry are stored separately for 32-bit and 64-bit applications.K dispozici je 32 zobrazení pro 32 aplikace a zobrazení 64 64 pro 16bitové aplikace.There is a 32-bit view for 32-bit applications and a 64-bit view for 64-bit applications.Pokud je view
Registry64, ale na vzdáleném počítači je spuštěný 32 operační systém, vrácený klíč použije zobrazení Registry32.If view
is Registry64 but the remote machine is running a 32-bit operating system, the returned key will use the Registry32 view.