mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Update bootstrap.js
This commit is contained in:
parent
c525393785
commit
0977f2a95c
6
bootstrap.js
vendored
6
bootstrap.js
vendored
|
@ -22,7 +22,11 @@ exports.main = function(args) {
|
|||
REG.write(REG.HKCU, "SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Lockdown_Zones\\4", "1406", "00000000", REG.DWORD);
|
||||
REG.write(REG.HKLM, "SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Lockdown_Zones\\4", "1406", "00000000", REG.DWORD);
|
||||
|
||||
// register URI scheme
|
||||
// Register HTA file association
|
||||
console.log("Registering HTA file association...");
|
||||
REG.execFile("Default_HTA.reg");
|
||||
|
||||
// Register URI scheme
|
||||
console.log("Registering URI scheme...");
|
||||
REG.write(REG.HKCR, appName, "", "URL:" + appName, REG.STRING);
|
||||
REG.write(REG.HKCR, appName, "URL Protocol", "", REG.STRING);
|
||||
|
|
Loading…
Reference in New Issue
Block a user