I found this classic novel
I found this classic novel
Published a new module called AvaloniaUIShell, (the world's first?) cross-platform desktop GUI framework for PowerShell.
github.com/mdgrs-mei/Av...
It's using the same mechanism as WinUIShell and takes care of all threading and non-blocking UI operations.
#PowerShell
Should have been an Oiler for life
New episode! ๐จ
I cover interesting speculation on Windows 12 and its potential release in 2026, an update on the recent cyber attack on a hospital system, lots of AI related news and much more!
๐บ View: youtu.be/hfw-tigCSbs
๐ Listen: on.soundcloud.com/h14a0fF0JqLl...
Ahhhhhhโฆ gotcha.
Terminal is a MSIX app too I think. You can start it with Start > Run > wt.exe
And add command line parameters.
Could a similar solution be made here?
The Windows App for Windows now supports connecting to Windows PCs directly ๐
$RegPath = "HKCU:\SOFTWARE\Microsoft\WindowsApp\Flights"
New-Item -Path $RegPath -Force -EA SilentlyContinue
New-ItemProperty -Path $RegPath -Name "PeerToPeerConnectionsEnabled" -Value 1 -Force
Scammers (or worse) are already exploiting this technique. Spreading misinformation is so much easier with โAI Overviewโ and itโs already being abused:
bsky.app/profile/tren...
I created a small demo project on how to ship a #PowerShell 7.5.4 script as a single EXE file to 64-bit Windows machines without installing PowerShell on said target machines.
github.com/markekraus/P...
I made a blog post about the commands you can use with slmgr.vbs
thedxt.ca/2026/01/slmg...
#Windows #slmgr
Hot off the press, a new PowerShell module PSNetDetour which you can use to hook any (caveats of course) .NET method and have it run your ScriptBlock instead. Great for experimentation, debugging, testing github.com/jborean93/PS...
And so, I call on the wisdom of BlueSky for advice on whether hearing aids really help for total hearing loss in one ear, and if so what brands or settings or hearing specialists I should investigate.
I'm in Vancouver, BC, FWIW. Thoughts? Experiences?
Iโd be curious about the DACโs at FS.com
Do they just sell a generic cable and flash some vendor identity to it, or is it actually from the vendor you chose?
I have no answer here except for AI to be scrapped from web link search results as it appears they can be so easily manipulated. These companies should be held responsible for adding legitimacy to this crap.
I have no solution here. The organization of these types of news articles across so many discrete sites feels like a this is a highly coordinated effort. And then the effort to put them on sites like Facebook? Tactical.
This crap further divides us as a society by being a topic seniors feel slighted by (especially to โfind outโ in this manner. I suspect many are like my dad where they get upset about it and they feel targeted because of their age.
This crap seems to get cycled around these crap sites with the content barely changed, but the dates are updated for โnext monthโ or โon the 15thโ.
I started searching for this news to see if any legit org has mentioned this. To my surpriseโฆ the answer is no. But itโs on so many fake news sites guess that โAIโ is now parroting this crap โ and since google makes this shit prominent it โaddsโ legitimacy.
So Iโve encountered a situation that enrages me a fair bit. My dad gets his news from Facebook and will send me his โrageโ news articlesโฆ things that make him upset. He just saw this one on Facebook (WARNING: THIS IS FAKE)
tic-sante.ca/new-senior-d...
Lots of scripts will need updating.
I suppose this is the reason:
bsky.app/profile/luca...
Weโre pleased to share that ControlUp has been named a Customersโ Choice in the Gartnerยฎ Peer Insightsโข Voice of the Customer for Digital Employee Experience Management Tools.
๐ Access the full report here: https://bit.ly/4rNfd8S
Oilers had Stolarz and decided it didnโt work. That may have been 7 (8?) years ago but they donโt tend to review past decisions.
This is a pretty wild find. Thanks for documenting everything
Here's how to create the Horizon locked.properties file, including all the settings I could find.
thedxt.ca/2025/11/hori...
#Omnissa #OmnissaTechInsider #Horizon #EUC #VDI #WeAreOmnissa @omnissacommunity.bsky.social
Years ago I complained about Windows creating 39+ page-zeroing pages on 96-core machines, which made memory zeroing much slower. The vast majority of the CPU time was consumed by fighting over a lock.
randomascii.wordpress.com/2022/07/11/s...
Here are my thoughts on AI from #msignite 2026:
Agents, agents, agents. While I personally doubt most organizations are using a lot of AI agents *today*, I wouldn't be surprised if we're just a year early on that front. I personally haven't used agents much yet, there's so much on the to-do list
I haven't seen anything official, so it may not be the case, but this looks like the end of SCVMM: "Introducing Windows Admin Center: Virtualization Mode (vMode)" techcommunity.microsoft.com/blog/windows...
I used to be a โdigital signal is all 1โs and 0โsโ and believed that a cable is a cable is a cable. Then I saw this video and, even though โdigitalโ is 1โs and 0โsโ, the electrical signal is still analog and can be manipulated.
www.youtube.com/watch?v=XFbJ...
Here's a typical use case for me using -Outvariable in an interactive PowerShell command line where I'm searching for a file so I want visual output as it searches but I also want the results in a variable so I can access more properties later if I need them without searching again