Advertisement
qupear

qutebrowser_as_default

Apr 13th, 2019
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. Reg.exe add "HKCU\SOFTWARE\Classes\qutebrowser" /v "URL Protocol" /t REG_SZ /d "" /f
  3. Reg.exe add "HKCU\SOFTWARE\Classes\qutebrowser\DefaultIcon" /ve /t REG_SZ /d "<YOUR PATH>\qutebrowser\qutebrowser.exe,0" /f
  4. Reg.exe add "HKCU\SOFTWARE\Classes\qutebrowser\shell\open\command" /ve /t REG_SZ /d "\"<YOUR PATH>\qutebrowser\qutebrowser.exe\" -- \"%%1\"" /f
  5. Reg.exe add "HKCU\SOFTWARE\Classes\QuteHTML" /ve /t REG_SZ /d "qutebrowserHTML Document" /f
  6. Reg.exe add "HKCU\SOFTWARE\Classes\QuteHTML" /v "AppUserModelId" /t REG_SZ /d "qutebrowser" /f
  7. Reg.exe add "HKCU\SOFTWARE\Classes\QuteHTML\Application" /v "AppUserModelId" /t REG_SZ /d "qutebrowser" /f
  8. Reg.exe add "HKCU\SOFTWARE\Classes\QuteHTML\Application" /v "ApplicationIcon" /t REG_SZ /d "<YOUR PATH>\qutebrowser\qutebrowser.exe,0" /f
  9. Reg.exe add "HKCU\SOFTWARE\Classes\QuteHTML\Application" /v "ApplicationName" /t REG_SZ /d "qutebrowser" /f
  10. Reg.exe add "HKCU\SOFTWARE\Classes\QuteHTML\Application" /v "ApplicationDescription" /t REG_SZ /d "qutebrowser.exe" /f
  11. Reg.exe add "HKCU\SOFTWARE\Classes\QuteHTML\Application" /v "ApplicationCompany" /t REG_SZ /d "Qute" /f
  12. Reg.exe add "HKCU\SOFTWARE\Classes\QuteHTML\DefaultIcon" /ve /t REG_SZ /d "<YOUR PATH>qutebrowser\qutebrowser.exe,1" /f
  13. Reg.exe add "HKCU\SOFTWARE\Classes\QuteHTML\shell\open\command" /ve /t REG_SZ /d "\"<YOUR PATH>\qutebrowser\qutebrowser.exe\" -osint -url \"%%1\"" /f
  14. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser" /ve /t REG_SZ /d "qutebrowser" /f
  15. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities" /v "ApplicationDescription" /t REG_SZ /d "qutebrowser" /f
  16. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities" /v "ApplicationIcon" /t REG_SZ /d "<YOUR PATH>\qutebrowser\qutebrowser.exe,0" /f
  17. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities" /v "ApplicationName" /t REG_SZ /d "qutebrowser" /f
  18. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".htm" /t REG_SZ /d "QuteHTML" /f
  19. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".html" /t REG_SZ /d "QuteHTML" /f
  20. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".shtml" /t REG_SZ /d "QuteHTML" /f
  21. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".xht" /t REG_SZ /d "QuteHTML" /f
  22. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".xhtml" /t REG_SZ /d "QuteHTML" /f
  23. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".crx" /t REG_SZ /d "qutebrowserCRX.Portable" /f
  24. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".css" /t REG_SZ /d "qutebrowserCSS.Portable" /f
  25. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".doc" /t REG_SZ /d "qutebrowserDOC.Portable" /f
  26. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".dot" /t REG_SZ /d "qutebrowserDOT.Portable" /f
  27. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".epub" /t REG_SZ /d "qutebrowserEPUB.Portable" /f
  28. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".ogv" /t REG_SZ /d "qutebrowserOGV.Portable" /f
  29. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".pot" /t REG_SZ /d "qutebrowserPOT.Portable" /f
  30. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".ppt" /t REG_SZ /d "qutebrowserPPT.Portable" /f
  31. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".ppts" /t REG_SZ /d "qutebrowserPPTS.Portable" /f
  32. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".swf" /t REG_SZ /d "qutebrowserSWF.Portable" /f
  33. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\FileAssociations" /v ".sxw" /t REG_SZ /d "qutebrowserSXW.Portable" /f
  34. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\Startmenu" /v "StartMenuInternet" /t REG_SZ /d "qutebrowser" /f
  35. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "ftp" /t REG_SZ /d "QuteHTML" /f
  36. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "http" /t REG_SZ /d "QuteHTML" /f
  37. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "https" /t REG_SZ /d "QuteHTML" /f
  38. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "irc" /t REG_SZ /d "QuteHTML" /f
  39. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "mailto" /t REG_SZ /d "QuteHTML" /f
  40. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "mms" /t REG_SZ /d "QuteHTML" /f
  41. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "news" /t REG_SZ /d "QuteHTML" /f
  42. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "nntp" /t REG_SZ /d "QuteHTML" /f
  43. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "sms" /t REG_SZ /d "QuteHTML" /f
  44. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "smsto" /t REG_SZ /d "QuteHTML" /f
  45. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "tel" /t REG_SZ /d "QuteHTML" /f
  46. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "urn" /t REG_SZ /d "QuteHTML" /f
  47. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\Capabilities\URLAssociations" /v "webcal" /t REG_SZ /d "QuteHTML" /f
  48. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\DefaultIcon" /ve /t REG_SZ /d "<YOUR PATH>qutebrowserqutebrowser.exe,0" /f
  49. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\InstallInfo" /v "IconsVisible" /t REG_DWORD /d "1" /f
  50. Reg.exe add "HKCU\SOFTWARE\Clients\StartMenuInternet\qutebrowser\shell\open\command" /ve /t REG_SZ /d "\"<YOUR PATH>\qutebrowser\qutebrowser.exe\"" /f
  51. Reg.exe add "HKCU\SOFTWARE\RegisteredApplications" /v "qutebrowser" /t REG_SZ /d "Software\Clients\StartMenuInternet\qutebrowser\Capabilities" /f
  52. control.exe /name Microsoft.DefaultPrograms /page pageDefaultProgram
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement