Forums before death by AOL, social media and spammers... "We can't have nice things"
|    alt.msdos.batch.nt    |    Fun with Windows NT batch files    |    68,980 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 68,263 of 68,980    |
|    JJ to All    |
|    =?UTF-8?B?UmU6IEM6XFdpbmRvd3NcZXhwbG9yZX    |
|    23 Dec 23 06:05:53    |
   
   From: jj4public@outlook.com   
      
   On Sat, 23 Dec 2023 05:52:26 +0700, JJ wrote:   
   > On Fri, 22 Dec 2023 19:30:53 -0000 (UTC), Kenny McCormack wrote:   
   >> Is that correct?   
   >>   
   >> C:\Windows\explorer.exe ms-availablenetworks: doesn't work in Win7   
   >>   
   >> Is it Win10 (and later) only?   
   >   
   > It's Windows 10+ only. It's not available in earlier Windows versions.   
      
   To list the registered protocols in a system, use below VBScript from   
   Command Prompt. Run it using CSCRIPT. e.g.   
      
   cscript.exe //nologo protocols.vbs   
      
   The code: (save it as e.g. `protocols.vbs`)   
      
   set rg = getobject("winmgmts:stdregprov")   
   set ws = createobject("wscript.shell")   
   rg.enumkey 2147483648, "", sks   
   on error resume next   
   for each sk in sks   
    err.clear   
    a = ws.regread("HKCR\" & sk &"\URL Protocol")   
    if err.number = 0 then wsh.echo lcase(sk) & ":"   
   next   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca