diff --git a/bitmask/windows.go b/bitmask/windows.go
index 180240571de2af918b15245cfc941b29d4940149..de7ece06bb73507b24a72f3ca46e1f65515bca7b 100644
--- a/bitmask/windows.go
+++ b/bitmask/windows.go
@@ -20,7 +20,7 @@ import "os"
 
 const coreEndpoint = "tcp://127.0.0.1:5001"
 
-var ConfigPath = os.Getenv("APPDATA") + "\\leap"
+var ConfigPath = os.Getenv("LOCALAPPDATA") + "\\leap"
 
 func hasCurve() bool {
 	return false