Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Using Microsoft.Win32.RegistryKey C# functions which require a registry path, like OpenSubKey(), using a path like@"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp"generates an error stating “Absolute path information is required.”What is the syntax to create the absolute path required?Continue reading...
Using Microsoft.Win32.RegistryKey C# functions which require a registry path, like OpenSubKey(), using a path like
@"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp"
generates an error stating “Absolute path information is required.”
What is the syntax to create the absolute path required?
Continue reading...