REG_SZ and REG_MULTI_SZ
1. REG_SZ:
"ApplicationPath" = REG_SZ "C:\Program Files\MyApp"
2. REG_MULTI_SZ:
"SearchPaths" = REG_MULTI_SZ "C:\Path1\0C:\Path2\0C:\Path3\0"
Differences Between REG_SZ and REG_MULTI_SZ:
REG_SZ and REG_MULTI_SZ:Last updated