canmove, Confirmed users
6,439
edits
No edit summary |
|||
Line 160: | Line 160: | ||
* Use "Run as Administrator" to start a command prompt and run the following: | * Use "Run as Administrator" to start a command prompt and run the following: | ||
cd c:\ | cd c:\ | ||
wget -O installservice.bat --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id= | wget -O installservice.bat --no-check-certificate https://bug704578.bugzilla.mozilla.org/attachment.cgi?id=579099 | ||
schtasks /create /tn mozillamaintenance /tr "c:\\windows\\system32\\cmd.exe /c \"c:\\installservice.bat\"" /sc ONSTART /ru SYSTEM | schtasks /create /tn mozillamaintenance /tr "c:\\windows\\system32\\cmd.exe /c \"c:\\installservice.bat\"" /sc ONSTART /ru SYSTEM | ||
wget -O keys.reg --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577617 | wget -O keys.reg --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577617 | ||
regedit /s keys.reg | regedit /s keys.reg | ||
wget -O MozRoot.crt --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577619 | wget -O MozRoot.crt --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577619 | ||
* Browse | wget -O add_cert.msc --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=579119 | ||
* | start add_cert.msc | ||
* | * From menu: Action -> All Tasks -> Import... launches Certificate Import Wizard | ||
* Click Next | |||
* Browse and use C:\MozRoot.crt | |||
* Next, Next, Finish | |||
* Close the MMC window |