Looks like I had to turn it off, then back on and it cleared it
Settings > Personalization > Start > "Show recently opened items in Jump Lists on Start or the taskbar"
Search found 153 matches
- Tue Jun 25, 2019 1:00 pm
- Forum: PowerShell
- Topic: Recent Items in ISE
- Replies: 7
- Views: 3848
- Tue Jun 25, 2019 12:48 pm
- Forum: PowerShell
- Topic: Recent Items in ISE
- Replies: 7
- Views: 3848
Re: Recent Items in ISE
$psise.Options.MruCount
that equals 10, but I've cleared way more than that lol
that equals 10, but I've cleared way more than that lol
- Tue Jun 25, 2019 12:23 pm
- Forum: PowerShell
- Topic: Recent Items in ISE
- Replies: 7
- Views: 3848
Re: Recent Items in ISE
Yes, I know that for most applications but I can't seem to find the one for ISE
- Tue Jun 25, 2019 11:54 am
- Forum: PowerShell
- Topic: Recent Items in ISE
- Replies: 7
- Views: 3848
Recent Items in ISE
I know this is more of an OS question but I can't find the path searching the web. How can I clear the context recent items
- Fri Jun 14, 2019 9:34 pm
- Forum: PowerShell GUIs
- Topic: File location for icons or buttonbusy animation
- Replies: 1
- Views: 890
File location for icons or buttonbusy animation
DO NOT POST SUBSCRIPTIONS, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM Hola! So I just had a thought. Within the properties of icons, and the imagelistButtonBusyAnimation for say the start-job button https://i.ibb.co/cJLvqkF/image.png https://i.ibb.co/HCyyfSg/image.png You cannot tell wher...
- Thu Jun 13, 2019 7:55 am
- Forum: PowerShell
- Topic: Removing duplicates from a CSV file ( NOT unique values )
- Replies: 2
- Views: 3244
Re: Removing duplicates from a CSV file ( NOT unique values )
Hmm, that didn't really do what I was hoping, but I found a work around.. Thanks so much!
- Wed Jun 12, 2019 10:11 am
- Forum: PowerShell
- Topic: Removing duplicates from a CSV file ( NOT unique values )
- Replies: 2
- Views: 3244
Removing duplicates from a CSV file ( NOT unique values )
I have a spreadsheet for lockouts. This lists mac addresses and a few other things On the macaddress columns, it lists the MACs for their PC, phone, tablet, etc... Sometimes this CSV file list the same mac addresses multiple times because the phone pings our wireless in attempt to reconnect and thei...
- Wed Apr 10, 2019 2:13 pm
- Forum: PowerShell GUIs
- Topic: Create Themes?
- Replies: 16
- Views: 3354
Re: Create Themes?
I did see this..
https://twitter.com/jbirley/status/1113588744286871552
Either way, I'm excited. Like jvierra said we need hints!
https://twitter.com/jbirley/status/1113588744286871552
Either way, I'm excited. Like jvierra said we need hints!
- Wed Apr 10, 2019 8:38 am
- Forum: PowerShell GUIs
- Topic: Create Themes?
- Replies: 16
- Views: 3354
Re: Create Themes?
Are there examples on how to do these things?
- Tue Apr 09, 2019 3:23 pm
- Forum: PowerShell GUIs
- Topic: Create Themes?
- Replies: 16
- Views: 3354
Re: Create Themes?
So back again.. After seeing a few posts around I've came to the conclusion this is the best way I've found to do it Create a new Registry Key, name it Colors, create Keys under there with your themes.. RegEdit.png Then apply them using a button click Themes.psf Notice the Set-Theme string is blank,...