Enable Remote Registry on Windows for SMB
To allow FPT Cloud VA to use SMB login for authenticated scanning, you need to enable the Remote Registry service on the target Windows machine.
For machines that are not domain-joined (e.g., personal computers), or machines that are domain-joined but use a Local Admin account for scanning, configure the registry as follows:
-
Open Registry Editor and navigate to:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System- If the value
LocalAccountTokenFilterPolicydoes not exist, create it: right-click, select New > DWORD (32-bit) Value, and name itLocalAccountTokenFilterPolicy(avoid extra spaces when copying). - If the value exists and is set to
0, change it to1.
- If the value
-
Close Registry Editor (no restart required).
-
Open Task Manager > Services and start the Remote Registry service.