Process Name For Win+Tab?


  1. Posts : 25
    Windows 10 (1903)
       #1

    Process Name For Win+Tab?


    Hi,

    My Win+Tab is buggy (actually the interface is invisible). Do you know the process name so I can relaunch it via Task Manager instead of rebooting my whole session?

    Windows 10 version: 1903
      My Computer


  2. Posts : 5,299
    Windows 11 Pro 64-bit
       #2

    This batch script adds task view to Desktop context menu.

    Code:
    ::  Add Task View Context Menu in Windows 10
    
    @Echo Off
    
    net sess>nul 2>&1||(powershell start cmd -ArgumentList """/c %~0""" -verb Runas & exit)
    
    :_Start
    Cls & Mode CON  LINES=11 COLS=70 & Color 0E 
    Echo.
    Echo.       
    Echo         Type (R) letter to Remove Task View from Context Menu   
    Echo.       
    Echo.
    Echo.
    Echo.         
    Echo         Type (E) letter to Add Task View to Context Menu   
    Echo.         
    
    
    
    Set /p input= RESPONSE: 
    If /i  Not %input%==R (Goto :_Ex) Else (Goto :_Disbale)
    
    :_Ex
    If /i  Not %input%==E  (Goto :_Start) Else (Goto :_Enable)
    
    
    
    
    
    :_Disbale
    
    Reg.exe delete "HKCR\Directory\Background\shell\TaskView" /f
    
    Cls & Mode CON  LINES=5 COLS=60 & Color 0E 
     Echo.
     Echo. 
     Echo            Removing Task View from Context Menu
     
    Ping -n 5  localhost > Nul
    Exit
    
    
    
    :_Enable
    
    Reg.exe add "HKCR\Directory\Background\shell\TaskView" /v "MUIVerb" /t REG_SZ /d "Task View" /f
    Reg.exe add "HKCR\Directory\Background\shell\TaskView\command" /ve /t REG_SZ /d "explorer shell:::{3080F90E-D7AD-11D9-BD98-0000947B0257}" /f
    
    Cls & Mode CON  LINES=5 COLS=60 & Color 0E 
     Echo.
     Echo. 
     Echo            Adding Task View to Context Menu
    
    Ping -n 5  localhost > Nul
    Exit
      My Computer


  3. Posts : 13
    Windows 10 Home
       #3

    pretty much all the Win key shortcuts like Win+tab and Win+R (run) are part of explorer.exe.
      My Computer


  4. Posts : 31,478
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #4

    Shenmue is life said:
    My Win+Tab is buggy (actually the interface is invisible). Do you know the process name so I can relaunch it via Task Manager instead of rebooting my whole session?
    hb1290 said:
    pretty much all the Win key shortcuts like Win+tab and Win+R (run) are part of explorer.exe.
    Welcome to Ten Forums hb1290. Yes, that's completely correct. You can see this for yourself if you find the Windows Explorer background task in Task Manager, set Task Manager to be 'Always on top' then press WinKey+Tab. You'll see the Windows Explorer process briefly peak at around 10-15% CPU.

    Try restarting Explorer from Task Manager next time it gets 'buggy'.

    Process Name For Win+Tab?-image.png
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:31.
Find Us




Windows 10 Forums