This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
create proper key if different key exists on registry
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>
tags/4.3.2.0
ahmadali shafiee
4 years ago
parent
96650a1f6c
commit
8b6088d4a1
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
shadowsocks-csharp/Controller/System/AutoStartup.cs
+ 2
- 0
shadowsocks-csharp/Controller/System/AutoStartup.cs
View File
@@ -84,6 +84,8 @@ namespace Shadowsocks.Controller
if (string.Equals(runKey.GetValue(valueName).ToString(), Program.ExecutablePath, StringComparison.InvariantCultureIgnoreCase))
{
runKey.DeleteValue(valueName);
runKey.SetValue(Key, Program.ExecutablePath);
check = true;
}
}
return check;
Write
Preview
Loading…
Cancel
Save