Recent content by RokeJulianLockh


  1. How to associate .url with Internet Browser?

    That's not correct. .URL is a partially UTF-8 and binary text file utilized by the OS from approximately Windows XP until Windows 11, which is what OP referred to. Somewhat. More specifically, URI schemas are registered with the OS from Windows 8 to 11, and applications define whether they...
  2. Android Windows Subsystem for Android (WSA) is being deprecated beginning March 5, 2025

    As I've stated at RIP to the Windows Subsystem for Android, which goes away in 2025, this decision seriously disappoints me. The WSA was one of the features which frequently made me reconsider my choice of openSUSE as my primary OS. However, now that I have Waydroid and Windows soon shall have...
  3. Accounts Add or Remove "Run as different user" context menu on Start in Windows 11

    If you want to do it with PowerShell, use How to Run a Program as a Different User (RunAs) in Windows | Windows OS Hub New-ItemProperty -Path "HKCU:\Software\Policies\Microsoft\Windows\CurrentVersion\Explorer" -Name ShowRunasDifferentuserinStart -Value 1 -PropertyType DWORD -Force
Back
Top Bottom