Hide CMD window

I have created little script to restart ShadowPlay services.

@admin
net stop NvContainerLocalSystem
net start NvContainerLocalSystem

net stop NvContainerNetworkService
net start NvContainerNetworkService

net stop NVDisplay.ContainerLocalSystem
net start NVDisplay.ContainerLocalSystem

When services are restarted, CMD windows pop up. Is it possible to hide these windows?

Set the button to MS-DOS Batch Function and add @runmode hide at the top:

1 Like