Thread with 24 posts

jump to expanded post

if i hypothetically had A Patreon and the main goals were to

  • maintain touchHLE
  • produce a “Linux distro” for creatives and power users that is user-friendly, and only runs Windows software
  • possibly develop an end-to-end-encrypted replacement for Twitter alt accounts

[poll]

Poll closed , 72 votes total
  • Option 1, i would give $/mo
    34.72% , 25 votes
  • Option 2, i would give $$/mo
    8.33% , 6 votes
  • Option 3, can't give
    41.67% , 30 votes
  • Option 4, wouldn't give
    15.28% , 11 votes
Open thread at this post

@whitequark @xerz @erincandescent windows 11 is a weird one. i've come around to it for dayjob but i had to ask corporate IT to figure out how to disable bing start menu suggestions with a group policy for me (lmao), and in a corporate environment a lot of the bullshit is pre-disabled anyway, and i still don't like it because the most noticeable UI changes make the experience more sluggish and unwieldy

Open thread at this post
✧✦Catherine✦✧ , @whitequark@mastodon.social
(open profile)

@hikari @erincandescent @xerz yeah like, i don't care about the start menu really, half of what i do is win+r <something>.msc and the other half is using the search functionality. in kde i use krunner for the same thing

i care that it might as well not be windows but a poorly designed parody of it. i will begrudgingly acknowledge that they have improved the kernel somewhat. now put userspace back, you shitheads

Open remote post (opens in a new window)
Jernej Simončič � , @jernej__s@infosec.exchange
(open profile)

@erincandescent @xerz @whitequark @hikari Personally, I've never had any removed icons reappear, but I did have Edge go through the first run "experience" several times when I ran it to test something (I've since worked around this problem by changing my Edge shortcut to start it with -inprivate parameter).

Open remote post (opens in a new window)
Jernej Simončič � , @jernej__s@infosec.exchange
(open profile)

@whitequark @hikari @xerz @erincandescent One thing I found that seems to help a lot is to use the N version of Windows; if you currently have Pro installed, and the activation status (in Settings → System → Activation ↓) shows "Activated with digital license", you can do a clean install of Windows Pro N without a key, and it'll activate (this doesn't work with Home unfortunately).

Once N is installed, you have to install Media Feature Pack through Settings → System → Optional Features (to get the codecs and phone connection support back); this randomly fails – if that happens, run these commands from an elevated command prompt:
dism /online /remove-capability /capabilityname:Media.MediaFeaturePack~~~~0.0.1.0
(cleans up halfway-installed Media Feature Pack; reboot after doing this)
dism /online /add-capability /capabilityname:Media.WindowsMediaPlayer~~~~0.0.12.0
(installs Windows Media Player)
dism /online /add-capability /capabilityname:Media.MediaFeaturePack~~~~0.0.1.0
(installs Media Feature Pack again; if it fails, repeat the command, it usually succeedds on second or third try – don't ask me why)

Open remote post (opens in a new window)