Jump to content

Recommended Posts

Posted

I'm sure a lot of you know how to do this but i figured i'd document, this is the code i used to have a button to select all the powertoys.

prog[pn]=['All Powertoys']
uid[pn]=['APTY']
deps[pn]=['ALTTAB','VIRDM','TWEAk','MAG','CLEAR','IMG','CALC']
cat[pn]=['PowerToys']
pn++


Posted

it would be nice if someone with java knowledge could sode some way to make that sort of option more easily availible, it would be a pain to get the UIDs ove everything in every catagory then having to modify them all whenever you add new items

also you can disselect them all like this

prog[pn]=['No Powertoys']
uid[pn]=['NPTY']
excl[pn]=['ALTTAB','VIRDM','TWEAk','MAG','CLEAR','IMG','CALC']
cat[pn]=['PowerToys']
pn++

once again pretty obvious but better have it documented then not

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...