XP system command line configuration firewall hint error what to do
Because the WinXP firewall blocks the restore daemon process, you need to manually add the restore daemon process to the firewall rules to see the client on the master side. But a lot of friends. The system prompts syntax error when using commands to configure a firewall. What is the reason?
For this small set looked at found that most of the grammatical errors of friends have made a mistake, is to write the order:
netsh firewall add allowedprogram c:program FilesGoldenSoftNetRGWinNTClientNetRGClt.exe netrgclt ENABLE
Need special attention, at first glance this order is not a problem, in fact careful examination, you can find program files it is a folder name, there are spaces in the middle, so you need to put quotes at both ends of the path name ""
The correct wording should be:
netsh firewall add allowedprogram "C:Program FilesGoldenSoftNetRGWinNTClientNetRGClt.exe" NETRGCLT ENABLE