I found some code that shows/hides desktop icons, but it moves the icons in the process. How can I edit the code to not move the icons?

后端 未结 2 1583
春和景丽
春和景丽 2021-01-15 15:45

I\'m using two batch files for Rainmeter, one to hide all icons and then launch Rainmeter, and another to show all icons and quit Rainmeter to make my desktop look normal ag

2条回答
  •  渐次进展
    2021-01-15 16:11

    Dim wsh
    Set wsh = CreateObject("Shell.Application")
    wsh.ToggleDesktop     'show and hide the desktop
    

提交回复
热议问题