

Replace the folder path=C:\wifi with the path to the folder where you want to store the backup.

You can also open Local Security Policy to change network profile. Fix Missing Network Profile Windows 10 with Local Security Policy Double-click Category DWORD open it, and change the value from 0 to 1 to change network from Public to Private or in reverse. Expand Profiles and expand each folder under Profiles to find the ProfileName key which lets you recognize the Network you want to change setting. Click as follows to find the target key: HKEY_LOCAL_MACHINE –> SOFTWARE –> Microsoft –> Windows NT –> CurrentVersion –> NetworkList –> Profiles Type regedit and hit Enter to open Windows Registry Editor app. You can also change network profile by using Registry if option to change network from Public to Private is missing. Change Network Profile Type Windows 10 Using Registry Set-NetConnectionProfile -InterfaceIndex -NetworkCategory Private

Then type the command line below and hit Enter to change your network profile to Private or Public. Type the following command line and hit Enter to get the network profile index number. You can press Windows + X key on the keyboard at the same time, and select Windows PowerShell (Admin) to open Windows PowerShell utility. You can use Windows 10 PowerShell to change network type. Change Network from Public to Private with PowerShell
