Close folder's window with batch file

后端 未结 4 2016
孤独总比滥情好
孤独总比滥情好 2021-01-06 18:32

I have a folder on my Desktop named test. I want to create a batch file in order to close the window automatically when this folder is opened with Windows Explo

4条回答
  •  萌比男神i
    2021-01-06 19:17

    The solution I found here worked well on XP SP 3. All you need is the small tool NirCmd:

    nircmd.exe win close title "some window title"
    

提交回复
热议问题