Xml configuration file
Wednesday, April 8, 2015 8:51:08 AMAll system wide NetLimiter 4 settings are inside one XML file: nl_settings.xml. It is located in ProgramData\Locktime\NetLimiter\5 (for version 4, use 4 as the last subdirectory name), where ProgramData is usualy located at "C:\ProgramData". You can get the exact path from command line by typing:
echo %ProgramData%
To edit the configuration file manually:
- Stop NetLimiter service first:
net stop nlsvc
- Edit the xml file
- Start NetLimiter service again:
net start nlsvc