#Windows

Firefox 114 chegou com várias novidades e melhorias
👉 https://tugatech.com.pt/t54018-firefox-114-chegou-com-varias-novidades-e-melhorias
...
#chrome #firefox #linux #segurança #windows #noticias #tech #tugatech

#Windows kann endgültig einpacken. #Unix hat gewonnen.
#Apple #WWDC #WWDC23 #WWDC2023 #DX12 #Metal #MacGaming #Gaming #macOS #GamePortingToolKit #WINE #Crossover
Microsoft has released a special Defender update for Windows 11, Windows 10, and Windows Server. This update is meant to bring improved security and performance to Windows install images. #Microsoft #Defender #Windows https://www.neowin.net/news/following-new-isos-microsoft-releases-special-defender-update-for-windows-11-install-images/
Neuer #Rekord bei #Ransomware. #LockBit3 listet 23 #ausgeknipste #ADs in 24 Stunden. Nicht lange und ich kann behaupten, stündlich wird ein #Windows #AD ausgeknipst.
#Microsoft #Intune consente di proteggere e gestire in maniera completa i dispositivi, le app e i dati utilizzati in azienda. In questa sessione verrà mostrato quanto sia semplice amministrare dispositivi #Windows, #Linux, #macOS, #iOS, #Android e #ChromeOS tramite Microsoft Intune e permettere di lavorare in maniera sicura ed efficace da qualsiasi dispositivo aziendale e non. #msintune https://www.youtube.com/watch?v=Cp60WODtItQ

I’m honestly surprised I didn’t catch on to this sooner.. 🤣 #sonoma #macOS #macOSSonoma #windows #windowsxp


My partner needs a series of PDF files combined. While she was searching for some test files, I wrote a quick Shortcut on my phone and then combined and saved them when she sent them to me.
This is only necessary because Windows has no system wide scripting or automation framework. I complain about my Mac and iOS but this task was mindlessly easy. Windows is really a pile of shit.
Finally, here's what's actually inside that custom panic handler function seh_unwind::implementation::raise_exception: setting up an EXCEPTION_RECORD structure using the information provided by Rust's panic implementation up to here, then calling RtlRaiseExceptionwith that EXCEPTION_RECORDpassed in.
#rust #rustlang #windows #microsoft #reversing #reverseengineering
![A screenshot of the decompilation of the function `seh_unwind::implementation::raise_exception`, with the following code contents:
```
int64_t seh_unwind::implementation::raise_exception::hc52a1220c03bdc19(int32_t exception_code, char* exception_message, int64_t exception_NumberParameters) __noreturn
{
int32_t var_ac = exception_code;
int32_t status_code_ = win_defs::ntstatus::NTSTATUSError::status::h71e417d20a1a2c45(&var_ac);
struct EXCEPTION_RECORD exception_record;
__builtin_memset(&exception_record.ExceptionInformation, 0, 0x78);
exception_record.ExceptionCode = status_code_;
exception_record.ExceptionFlags = 0;
exception_record.ExceptionRecord = 0;
exception_record.ExceptionAddress = 0;
*(uint32_t*)((char*)exception_record.ExceptionAddress)[4] = 0;
exception_record.NumberParameters = exception_NumberParameters;
int64_t* exception_info_ptr;
int64_t exception_info_len;
exception_info_ptr = core::slice::index::impl$4::index_mut<usize>(exception_NumberParameters, &exception_record.ExceptionInformation);
core::slice::<impl [T]>::copy_from_slice::h17325824e865690e(exception_info_ptr, exception_info_len, exception_message, exception_NumberParameters, &str_"seh_unwind\src\lib.rs");
RtlRaiseException(&exception_record);
trap(6); // ud2 instruction (invalid opcode panic)
}
```](https://assets.toot.cafe/cache/media_attachments/files/110/500/653/050/625/034/small/2aa449aa25ccc680.png)
The rust_begin_unwind function - more specifically, the rust_begin_unwind symbol - is a bit special. It is actually a symbol that the panic implementation in Rust's core library (specifically, the panic_impl function) expects to be resolved at link time, for any binary which doesn't just unconditionally abort upon panic: https://rustc-dev-guide.rust-lang.org/panic-implementation.html#core-definition-of-panic
For binaries which are using Rust's standard library, rust_begin_unwind normally just links against an implementation in the standard library (begin_panic_handler, in library/std/src/panicking.rs)
However, the Windows kernel code here is not using Rust's standard library - it has to be this way, because Rust's standard library assumes that it's running in an environment where an operating system is present underneath it to give it nice abstractions, which is clearly not the case here as the code is implementing part of the Windows operating system...
Rust programs which do not use the standard library are built with the attribute #[no_std], which means that they link against Rust's core library only, rather than both the core library and std library. The core library only provides a very limited set of APIs, does not do heap allocations, and makes no assumptions that your code is running on top of an operating system.
In this case, because the implementation of rust_begin_unwind doesn't have an implementation that the Rust core library can link against, the programmer must either provide one, or change the panic strategy to abort on panic instead (i.e. set panic = "abort" in Cargo.toml).
Luckily, other code in the kernel provides some facilities for handling and recording exceptions, via RtlRaiseException, so the code here can provide an implementation which calls that (via the wrapper function seh_unwind::implementation::raise_exception, which AFAIK is not part of any public crate)
The Rust Embedonomicon book, which is about writing Rust for embedded systems and similar restricted environments, has a chapter called "The smallest #![no_std] program" which explains this in a bit more detail, including the requirement for a panic handler implementation: https://docs.rust-embedded.org/embedonomicon/smallest-no-std.html
#rust #rustlang #windows #microsoft #reversing #reverseengineering
The Rust code in the new win32kbase_rs.sys in the Windows Kernel can also panic. What happens when it does?
There are several places where a panic is invoked in the code - they include bounds check failures (core::panicking::panic_bounds_check), indexing into a slice outside of the length of that slice (core::slice::index::slice_start_index_len_fail_rt), and assertion failures (core::panicking::assert_failed). These all eventually take a common code path through the following series of function calls:
core::panicking::panic_fmt::hd60a775b92204b91
-> rust_begin_unwind
--> seh_unwind::implementation::raise_exception::hc52a1220c03bdc19
This calls into a custom panic handler, seh_unwind::implementation::raise_exception, which calls RtlRaiseException, imported from the main ntoskrnl binary!
#rust #rustlang #windows #microsoft #reversing #reverseengineering

Why does #Minecraft run better on a 2011 #iMac than it does on my #Windows PC?!

Windows 11 Canary recebe nova atualização… mas sem novidades
👉 https://tugatech.com.pt/t54008-windows-11-canary-recebe-nova-atualizacao-mas-sem-novidades
...
#microsoft #sistema #windows #noticias #tech #tugatech

So I could see myself using MacOS. But my goodness, I can't tell y'all just how versatile Windows and its screen readers are. Like with just NVDA, I can access Win32 and web apps, and CLI apps, both on Windows and Linux through WSL. Using Windows Subsystem for Android and WSA's screen reader, which is a forked version of TalkBack set to speak using OneCore TTS, I can access Android apps. When TalkBack decides to work in WSL, I can access Linux apps. So like, that covers desktop, web, mobile, CLI, and Linux desktop. Oh and Emacs, can't forget Emacspeak which is another environment on its own! Oh and all this is on a single computer powered by an AMD chip. No custom Microsoft chip required, since it works on Intel chips too.
On the other hand, Mac requires VoiceOver for desktop, and web if VO decides to play nice, TDSR for the terminal, cause VO isn't quite there with Terminal access especially in programs like Vim or even ping since VO interupts itself all the time. And iPad apps work with VO, on an M1 or later Mac. No Intel support for that one. Now, I know that MacOS accessibility is, for lack of a better word, tightened to work with stuff like auto-correct and spell checking system wide, and the rotor in apps that support it is very nice. But the screen reader is gonna need a lot more love for me to find that I no longer need a PC.
BloatyNosy - a opensource tool to customize, improve and debloat Windows 11. It also makes it more secure and private.
https://github.com/builtbybel/BloatyNosy
I used it myself and can highly recommend it.
#privacy #security #bloatynosy #opensource #foss #windows #windows11
👉 Canary Channel
✈️ 10.0.25381.1200
💻 Windows vNext (Version 24H2)
#Windows #WindowsInsiders
https://changewindows.org/platforms/pc/releases/windows-vnext
US Aerospace Contractor Hacked With 'PowerDrop' Backdoor #Windows #cybersecurity #infosec https://www.darkreading.com/vulnerabilities-threats/us-aerospace-contractor-hacked-powerdrop-backdoor @darkreading
Firefox 114 released https://mozilla.org/en-US/firefox/114.0/releasenotes/ #Linux #Unix #macOS #Windows #opensource
Firefox 114 released https://www.mozilla.org/en-US/firefox/114.0/releasenotes/ #Linux #Unix #macOS #Windows #opensource
Make Use Of: How to Use the Troubleshooters in the Get Help App of Windows 11 https://www.makeuseof.com/troubleshooters-get-help-app-windows/ #Tech #MakeUseOf #TechNews #IT via @morganeogerbc #Windows
I'm guessing that if things finally get rolling, the only other major stopgap will be #Microsoft and whatever built-in tools #Windows has to (pre)view images?
5/5
Make Use Of: How to Fix the “Semaphore Timeout Period Has Expired” Error 0x80070079 in Windows 11/10 https://www.makeuseof.com/semaphore-timeout-period-expired-0x80070079/ #Tech #MakeUseOf #TechNews #IT via @morganeogerbc #WindowsErrors #Windows10 #Windows11 #Windows
Atenção: Nova falha zero-day descoberta no Google Chrome
👉 https://tugatech.com.pt/t54002-atencao-nova-falha-zero-day-descoberta-no-google-chrome
...
#chrome #google #linux #sistema #vulnerabilidade #windows #noticias #tech #tugatech

#Microsoft stellt #Cortana für #Windows 10 & 11 ein | #KickOff vom 06.06.23: https://derchotv.de/2023/06/06/microsoft-stellt-cortana-fuer-windows-10-11-ein-kickoff-vom-06-06-23/


#Windows nie przestaje mnie zaskakiwać. Wczoraj w trakcie pracy zniknęła mi ikona kosza i do tej pory jej nie ma – zostało tylko puste miejsce na biurku 😃
A Step-by-step Guide To Install Fedora Workstation Alongside Windows #Dualboot #Fedora #Windows #Windows10 #Fedora38 #Windows11 #Linux
https://ostechnix.com/dual-boot-fedora-and-windows/
Yop
Par, sur du #windows, j'ai un ps1 qui fait :
net start w32time
w32tm /config /update /manualpeerlist:europe.pool.ntp.org /syncfromflags:manual /reliable:yes
w32tm /resync /rediscover
w32tm /query /source
w32tm /query /peers
sleep 5
ca réduit le ping chez crochiotte
et dés win11 :
netsh dns add global dot=yes
netsh dns add encryption server=ip.dns dothost=
autoupgrade=yes
ipconfig /flushdns
netsh dns show global
netsh dns show encryption
Et oui, je suis un terroriste sur Windaube !
Introduction to Windows kernel drivers for red team tools development
Part 1: https://idov31.github.io/2022/07/14/lord-of-the-ring0-p1.html
Part 2: https://idov31.github.io/2022/08/04/lord-of-the-ring0-p2.html
Part 3: https://idov31.github.io/2022/10/30/lord-of-the-ring0-p3.html



Už několik let se marně snažím vysvětlit Komerční bance #kb , že když si uživatel s #windows přepne vzhled na "Tmavý", tak jsou díky jejich stupidnímu scriptu v #html části emailu, zprávy nečitelné. Opakované pokusy dospěly k tomu, že je to prý můj problém, že nepoužívám prostředí windows "Světlé", protože v nich se emaily zobrazují pěkně a proto nic měnit nehodlají. No co myslíte, na jaké číslo jsem dnes kliknul? 😎

Imdat 1 (1P): “Hey Imdat, shall we get ‘Forward Message’ done today?”
Imdat 2 (2P): “Yeah, let’s do this. Let’s get this MF of a feature done today!”
Imdat 3 (3p??): “But what then? Are you people done then?”
2P/3P: “Who is this?”
#WorkTopics #Flutter #Cicero #Ginlo #Ginlo_II #iOS #macOS #Android #Windows #Linux (hopefully)
PasteBoard | il miglior gestore di #appunti per #Windows
#software
https://webappsmagazine.blogspot.com/2023/06/pasteboard-il-miglior-gestore-di.html
@Em0nM4stodon doesn't the NSA already have a root cert in #Windows? that alone is enough.
Detect WSL in a shell script:
```
iswsl=$(uname -r | grep -i microsoft)
```
This allows me to use the same `.zshrc` (or `.bashrc`) on a WSL instance on #Windows and an actual #Linux computer.
The `i` (case insensitive) argument might not be necessary, but I found some old threads that suggest it may sometimes be capitalized.
Note that Bash doesn't exactly have boolean values. So, it needs the empty string to result in a false conditional expression.
No Man's Sky is 50% off on Steam right now for PC, Mac -- $29.99.
https://nmsspot.com/2023/01/20/upgrading-the-gaming-pc/
#NoMansSky #NMS #games #gaming #gamers #sale #gamesale #macgaming #Mac #Apple #macOS #PC #Windows #procgen #SciFi #SpaceGames #Steam
Po 20 minutach walki, w koncu udalo mi sie skonfigutowac #Passkey dla kont #Microsoft.u... niegdys #Windows, niedawno #Edge, teraz widze, ze #MicrosoftAuthenticator ida ta sama sciezka - ta firma nigdy sie nie nauczy 😆 #software #CyberBezpieczenstwo

Somebody said Apple is releasing Windows Vista and I'm not going to lie, I would love to have Vista again without the hardware problems and software bugs. It was peak mid-00's glass and gradient design, a genuine piece of art. #wwdc23 #windows #apple #microsoft #vista
@maikelthedev I mean I know why #developers love to release #apps for #Apple devices:
- #documentation is excellent
- #native #UI looks good
- Apple device owners are most able and willing to pay for software and least likely to pirate it.
- The very few #devices [less than two dozen are supported at any time] make it a breeze to diagnose, troubleshoor, fix and #support stuff.
- it's easy and cheaper just start making an app for #macOS than #Windows.
#Windows Subsystem for #Android on #Windows11 now supports file sharing, letting you use Windows folders with Android apps. https://tchlp.com/3IVY1cm
I'm sure something exists, but I need a #windows tool that allows me to 1) target (and index) a folder and 2) allow for text searching for content in that folder.
I can't stand the built-in Windows search tools. GREP is fine, but slow. Ideally, I want to have a tool that manages its own index and allow for keyword searches. Thanks!
This would be great if there were more browsers that did PWA.
Looking at you, Firefox!
Amazon Luna will drop Windows and Mac apps as it 'doubles down' on web app https://9to5google.com/2023/06/05/amazon-luna-windows-pc-mac-apps/

@cstross @pdcawley To be fair, #Apple isn’t unique in this. #Microsoft #WindowsVista introduced a widget sidebar and #Windows 7 let you move widgets to the desktop. It was killed in #Windows8 in favor of Live Tiles on the Start menu.
*nodds in agreement*
"#TechIlliterates" ruin everything, espechally once every asshole could just buy in and disregard absolute basics.
This - among the absurdist overcomplexity and enshittification of things is why we see more and more frequently more and more extreme #CyberChaos in the form of #Malware, #Govware, #Hacking and other attacks...
#Ransomware wasn't a thing in the Pre-#Windows era, not because #Ransom didn't exist, but because it took actual skills!
Hey I'm Ciechom, I have #ADHD and I love #cats. I'm 30 years old from Poland. I sometimes post pictures of my 2 cats #CatDad - #AlaskaTheCat and #DrakaTheCat. I like to play #videogames on #PC in my free time. Currently I'm using #windows because of compatibility with #games but I would love to someday switch to #linux. My favourite #pasta is #carbonara, I also love #pizza and #sushi. Currently I'm playing #DiabloIV as a #necromancer. I'm on a #SelfHosted #instance of #mastodon.
I think I am done for today.
What works:
- Select a message to forward
- Select the chat to forward to
- Allow only a single group or 1:1 chat, no broadcast lists
- Ask the user whether they are sure if they really want to forward the message
- Send out the message:
- Plain Text (+ markdown)
- Location
- V-Card (contact)
ToDo:
- Send image, video, audio file, audio recording, any other attachment
- Show in the chat bubble that it is a forwarded message
Also done today:
- Select existing broadcast list for incoming share on iOS/Android
- Refactor some code to remove duplicates
- Cleanup some other code.
I think this is really good for the first day after being away for ten days. Especially because I also did a lot of code-/merge-request reviews today for my second client (Typescript). So, yeah, it was a good day and I am tired (and yes, I really liked how I looked this morning 😁)
#WorkTopics #Flutter #Ginlo #Cicero #Ginlo_II #iOS #Android #macOS #Windows #Trans #TransJoy #TransPride #Pride
... oh, am I curious about what #Apple's gonna announce this evening? You bet! But not on the hardware side, rather on the software side: let's see what is new in iOS, macOS, and so on.
Good morning from Harlem
#Photography #GoodMorning #Sunrise #NYC #Windows #GoodMorningFromHarlem


After some time off (#Trainabout / #EnbyOnTrain, my father’s death, processing good and bad memories), I am back baby!
Back to the Future… no, back to work!
Today I’ll try implementing the now agreed-upon “Forward Message” feature for #Ginlo / #Cicero / #Ginlo_II.
The problem with “Forward Message” is similar to the “Quote Toot” here on Fedi: you don’t want to offer a feature that could be misused to harass or fire-up people. You just want to have a feature that people can use to communicate with each other respectfully.
Yes, I know, I am only the creator of a tool and I am not responsible for how the tool is used. But, hey, if I *can* create the tool in a way that misusing it to harm someone is really difficult, then I should. At least, that’s *my* way of thinking.
It's really a pity how the default #Terminal experience SUCKS on any system, especially #Windows and #MacOS, but #Linux as well. Really hard for onboarding newbies as well.
🙄 Of course I want the history to be shared across opened Terminal windows
🙄 Of course I want syntax highlighting
🙄 Of course the prompt should be colorful and show location, user, host, exit code, git, etc.
🙄 Of course I want $HOME/.local/bin in my $PATH
Basically what #starship and #fish do. It's not the 90s anymore.
@lime360 @alexibexi It basically aims at the same market, but I'd still think that for me as a #Windows-free #Linux user, I'll be better served with something from the likes of #BlackmagicDesign like their #AtemMiniPro which can stream shit directly at a lower price...
https://www.blackmagicdesign.com/de/products/atemmini/techspecs/W-APS-14
Good morning from Harlem
#Photography #GoodMorning #Sunrise #NYC #Windows #GoodMorningFromHarlem

It could probably be useful for me to learn Chocolatey, the package manager for #Windows
What are its reasons ?
Its use cases ?
Its usage patterns ?
Not like a collection of tech features a la GNU manual, that's established as a counterproductive practice
Thanks
'30 year old code killed! Microsoft rewrites Windows kernel with 180,000 lines of Rust'
The latest Windows 11 Insider Preview release is the first to include the programming language Rust.
#mirrorless #23mm #fujifilm #fujifilmxseries #fujifilmx100v #X100V #fujifeed #fujimag #fujifilmnordic #streetphotography #streetpic #streetgrammers #streetouss #urbanandstreet #urbanshutter #cinematicstreet #toronto #downtowntoronto #wellingtonstreet #citylife #photo #photography #glass #windows #reflection #condo #throughaglassdarkly #bluesky #afternoonlight #blackpromist

@ryanhoulihan Apple is a corporation trying to make money. Any companies that size will have some pros and many cons. If you are in position to choose, everyone should go with the HW & SW you enjoy and are comfortable with. I use #MacOS, #IOS and #Linux for those reasons. I have very little knowledge of #Windows or #Android these days and now not much interest in either platform.
Apple’s privacy stance is better than much of the competition. I am relieved to have almost entirely de-googled my life. In some cases swapping for an Apple service or othertimes for an #opensource equivalent.
Being a fanboy of a financial services company and boosting their credit card would seem a step to far though.
I've sung my praises about #Linux and dissed #Windows and #Microsoft lots already, but... this goes without saying:
DO NOT SHIT ON PEOPLE FOR THEIR OS CHOICE. Yes, you can talk about your interests and explain why you think it's better.
If you shit on someone, though, for being "lesser" for using an OS, you need to grow up.
Let people be while being yourself. It can be done!
**If anyone likes I can finish it a little and export a build for #Windows
Unfortunately the map is quite resource intensive so a reasonable graphics card is required
Just let me know 👌🏻
For anyone who still hasn't found a compelling enough reason to switch to #Linux, allow me to present the future of #Windows:
https://youtu.be/FCfwc-NNo30
Cathedral Basilica of the Assumption, Covington, Kentucky. April 2023. #FensterFreitag #WindowFriday #Church #Architecture #ArchitecturePhotography #Photo #Photography #MobilePhotography #Photographie #Basilica #Windows

heise+ | Spracherkennung und Transkription mit KI: Sprache in Text umwandeln mit Whisper
Die Open-Source-Spracherkennung Whisper transkribiert Sprache aus Audiodateien mit sehr guter Erkennungsquote und versteht sich sogar auf Zeichensetzung.
#KünstlicheIntelligenz #LinuxundOpenSource #macOS #Python #Spracherkennung #Windows #news
Question for developers releasing on Windows.
Is there an affordable way to sign installers for Windows for an open source project?
The code signing certificates I've seen all cost significantly more than the rate of donations to my project, but the friction unsigned installers cause is significant for the users.
How To Enable Natural Mouse or Touchpad Scroll
https://www.adamsdesk.com/posts/enable-natural-mouse-touchpad-scroll/

Hi, first post on Mastodon. I'm a self taught software developer using #guix, #stumpwm, #emacs, and currently experimenting with #nyxt.
I'm fond of #foss, and do some drive-by contributions to various projects as I encounter issues.
By day, I'm working as a consultant mostly using #windows, #dotnet and #csharp, but I use #fsharp whenever I get the chance.
Looking forward to meeting likeminded people on Fosstodon!
💡 A Build 2023 attendee posted this interesting US copyright link in a session's chat today...
Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence
https://www.federalregister.gov/documents/2023/03/16/2023-05321/copyright-registration-guidance-works-containing-material-generated-by-artificial-intelligence
👆 The link above is better to use than the auto-generated link below 👇
#Microsoft #Build #Build2023 #MicrosoftBuild #Cloud #Mesh #ChatGPT #GPT #OpenAI #Edge #Bing #GitHub #Azure #AI #ML #AR #VR #MR #XR #Windows #Accessibility #Inclusion #TrainingData #Copyright #Infringement
There’s a new version of the Fluent design system in town! Say hello to Fluent 2, which powers up most of the new Microsoft 365 and Windows experiences you’re seeing at Build #MSBuild #Microsoft365 #Windows https://fluent2.microsoft.design/
"Happiness is the biggest windown a house can ever have."
-Mehmet Murat Ildan
Photography by me
Cascais, Portugal
#photography #wednesday #windows #house #happiness #tiles #portugal
heise+ | Windows ausschalten: Tipps, Tricks und Troubleshooting
Windows beenden können alle. Doch wie Sie das machen, hat erstaunlich viele Auswirkungen. Mit unseren Tipps sparen Sie Zeit, Mausklicks und Nerven.
heise+ | Windows herunterfahren: Was genau passiert, wenn Sie Windows ausschalten
Wissen Sie, dass für Windows Herunterfahren und "Herunterfahren" zweierlei ist? Es gibt viele unterschiedliche Optionen zum Ausschalten. Wir dröseln das mal auf
💡 This Build 2023 #ComputerVision session was interesting - Using AI #VectorSearch to locate / identify items in images and frames of video
"Build Apps with State-of-the-Art Computer Vision" 👀
https://build.microsoft.com/en-US/sessions/6192a166-2742-42c1-9d12-adbb3daa30bb
Azure AI Vision Studio
https://portal.vision.cognitive.azure.com/gallery/featured
Registration
https://register.build.microsoft.com
#Microsoft #Build #Build2023 #MicrosoftBuild #Cloud #Mesh #ChatGPT #GPT #OpenAI #Edge #Bing #GitHub #Azure #AI #ML #AR #VR #MR #XR #Windows #Accessibility #Inclusion

28 Years Later, Windows Finally Supports RAR Files - An anonymous reader shares a report: Then, at some point, someone at Microsoft mus... - https://tech.slashdot.org/story/23/05/23/1940217/28-years-later-windows-finally-supports-rar-files?utm_source=rss1.0mainlinkanon&utm_medium=feed #windows
Backing up your Docker Configurations and Volume Data. #OpenSource, #SelfHosted, and running on #Linux, #Windows, or #MacOS. https://youtu.be/wUXSLmGAtgQ


💡 As @Ryan pointed out, "The Microsoft Learn Cloud Skills Challenge" will take place at this year's Microsoft Build conference
If you complete one of the skill area challenges during Build 2023, you can obtain a free #MicrosoftCertification Exam (not a certificate, but an exam to get a certificate if you test well)*
*A.k.a. - potential résumé bling ✌ 😁
#Microsoft #Build #Build2023 #MicrosoftBuild #Azure #Cloud #Mesh #GPT #ChatGPT #Windows #Edge #Bing #GitHub
🚩 Microsoft Build 2023 starts tomorrow, Tue, May 23*
Home
https://build.microsoft.com/en-US/home
Like Google I/O, the keynotes can often be found on YouTube, so it isn't necessary to register unless you want to participate in the daily tech sessions
*The conference mainly focuses on #Azure, and #AI is set to be a key topic this year. #AR / #VR is dead in the water at MS, and #Windows is a secondary thought
#Microsoft #Build #Build2023 #MicrosoftBuild #Cloud #Mesh #ChatGPT #GPT #OpenAI #Edge #Bing #GitHub
@chrisshaw You can bypass this in #Windows11 by registering the following user no@thankyou.com and type any password. Trust me I do it all the time setting up #Windows laptops onboard fishing vessels for work.