...
Code Block |
---|
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE |
- for a 64-bit system:
Code Block |
---|
HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE |
Inside this registry key, add the following DWORD entries:
...
Code Block |
---|
http://USERNAME:PASSWORD@HOSTNAME/display/?suiv=12345 |
Replace the following itemsentries:
- USERNAME replace with the username of the web user you use to access the page
- PASSWORD replace with the password of the web user you use to access the page
- HOSTNAME replace with the host name or IP address of the machine running TIM Plus
...