8gadgetpack - how to hide/unhide from command line?

avada

Member
Member
Messages
162
Hi!

I want to no how I can hide gadgets from the command line.

I'm constantly frustrated by the fact that the gadgets layout is destroyed when I rotate my screen. So I set a scheduled task to unpack and overwrite the ini file for the gadgets.
But it doesn't work reliably (nothing does with the pathetic task Sheduler). The task doesn't run on time (or doesn't run at all) and such the layout is still broken. So I was thinking I could hide it via command line, restore the ini, then show them again. (With three tasks with a delay, because the task scheduler is garbage and it wont work otherwise, if it'll work at all.)
 

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    PC/Desktop
    CPU
    Ryzen 5 1600
    Motherboard
    Asus Prime B350-PLUS
    Memory
    G.SKILL Trident Z 16GB (2x8GB) DDR4 3000MHz F4-3000C15D-16GTZB
    Graphics Card(s)
    nVIDIA GeForce GTS 450 (Asus ENGTS450)
    PSU
    500w FSP
Since the the layout is screwed anyway if I have the screen rotated at startup. I tried working around with this, which I use as a hotkeyed icon:
Code:
chcp 1250
D:\Programok\irotate\iRotate.exe /rotate=0 /exit
wmic process where ExecutablePath='c:\\Program Files\\Windows Sidebar\\sidebar.exe' delete
timeout /T 1
"C:\Program Files\7-Zip\7z.exe" e "c:\Users\zsolt\AppData\Local\Microsoft\Windows Sidebar\Settings.7z"  -o"c:\Users\zsolt\AppData\Local\Microsoft\Windows Sidebar\" -aoa
"C:\Program Files\Windows Sidebar\sidebar.exe"

But I got another problem. The friggin cmd window won't close, and nothing I found suggested on the internet works. I can't stop it from appearing, I can't have it closed automatically...

It's funny, because I usually have the opposite problem...
 
Last edited:

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    PC/Desktop
    CPU
    Ryzen 5 1600
    Motherboard
    Asus Prime B350-PLUS
    Memory
    G.SKILL Trident Z 16GB (2x8GB) DDR4 3000MHz F4-3000C15D-16GTZB
    Graphics Card(s)
    nVIDIA GeForce GTS 450 (Asus ENGTS450)
    PSU
    500w FSP
Back
Top