Disable Start Menu

Discussion in 'Windows 10' started by chilvao, Sep 21, 2019.

  1. chilvao

    chilvao MDL Novice

    Sep 20, 2019
    2
    1
    0
  2. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    Just a guess, but try those:
    Code:
    rem Specifies the number of times the taskbar button flashes to notify the user that the system has activated a background window
    rem If the time elapsed since the last user input exceeds the value of the ForegroundLockTimeout entry, the window will automatically be brought to the foreground
    reg add "HKCU\Control Panel\Desktop" /v "ForegroundFlashCount" /t REG_SZ /d "0" /f
    
    rem ForegroundLockTimeout specifies the time in milliseconds, following user input, during which the system keeps applications from moving into the foreground / 0 - Disabled / 200000 - Default
    reg add "HKCU\Control Panel\Desktop" /v "ForegroundLockTimeout" /t REG_DWORD /d "0" /f
    
    rem Determines in milliseconds the interval from the time the cursor is pointed at a menu until the menu items are displayed
    reg add "HKCU\Control Panel\Desktop" /v "MenuShowDelay" /t REG_SZ /d "0" /f
    
     
  3. chilvao

    chilvao MDL Novice

    Sep 20, 2019
    2
    1
    0
    Nothing o_O
     
  4. dummekuehe

    dummekuehe MDL Senior Member

    Jan 11, 2009
    497
    112
    10
    how about just replacing the startmenu....exe with the executor exe?
    did you try that?