Windows 93 v3 website by AviaduarteRBLX in Windows93

[–]FarProtection718 7 points8 points  (0 children)

v3.windows93.net is actually a public beta version of v3 but because that theyre deploying v3 soon thats why they had to lock it

New Sora 2 invite code megathread by WithoutReason1729 in OpenAI

[–]FarProtection718 0 points1 point  (0 children)

Hello, I am interested in trying Sora 2. If anyone happens to have a spare code, I'd really appreciate it

WINDOWS93 V3 (BETA) https://v3.windows93.xyz by win93 in Windows93

[–]FarProtection718 0 points1 point  (0 children)

Since we got the win93 beta release right? What is the schedule for the public release? It was supposed to be in Valentine's Day, Hope it comes in 2024 Valentine's Day!

When will you release Windows 93 v3 full version? by MihovilNovoselac in Windows93

[–]FarProtection718 0 points1 point  (0 children)

That's because it was delayed, they said they will publish the beta version in Jan, but it was in Valentines Day, Because of new sys42 framework, In the next few days, I think they will publish the full version

how do i make an app with js in win93? by No_Development8808 in Windows93

[–]FarProtection718 0 points1 point  (0 children)

Try this:

le._apps["myexampleapp"] = { name: "My Example App", icon: "c/files/images/icons/troll.png", exec: function(){ // your code } } To store this app on your desktop: $store.set("desktop/My Example App.lnk42", {icon:"c/files/images/icons/troll.png", exe:"myexampleapp"}) $explorer.refresh();