Update Bypass_Startup.md

This commit is contained in:
qwqdanchun 2023-04-16 21:12:07 +08:00
parent 3b708fce38
commit 0094010906
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ namespace Demo
MOVEFILE_CREATE_HARDLINK = 0x00000010,
MOVEFILE_FAIL_IF_NOT_TRACKABLE = 0x00000020
}
public static void RegisterFileType()
{
RegistryKey softwareKey = Registry.ClassesRoot.OpenSubKey(".qwq");
@ -128,7 +128,7 @@ namespace Demo
RegistryKey openKey = shellKey.CreateSubKey("Open");
RegistryKey commandKey = openKey.CreateSubKey("Command");
commandKey.SetValue("", "wscript.exe //E:vbscript" + " %1");
commandKey.SetValue("", "wscript.exe //E:vbscript" + " \"%1\"");
relationKey.Close();
}