If it weren’t for those pesky content breaks every now and then, they could serve even more ads. Won’t somebody think of the shareholders?
I found a blog post outlining exactly that. If you use it locally, it will install and start a service temporarily. That service runs as SYSTEM and invokes your command. To succeed, you need to be a local administrator.
If you try the same remote, it tries to access \\remote-server-ip\$admin and installs the service with that. To succeed your current account on your local machine must exist on the remote machine and must be an administrator there.
So in short: It only works, if you’ve already the privilege to do so and the tool itself is not (ab)using a privilege escalation or something like that. Any hacker and virus may do the very same and doesn’t need psexec - it’s just easier for them to use that tool.
Pretendstation Network when? (Context)
Never thought about that, but since these tools just work, when you copy them to your PC… how does psexec do that? It’d either need you to be an administrator (and then it’s not really a privilege escalation as you could have registered any program into the task scheduler or as a service to run as SYSTEM) or it’d need a delegate service, that should only be available when you use an installer - which again wasn’t was has been done when just copying the tool.
Also please pre-install the sysinternals suite, thanks
Do you know the term “trust thermocline”?
Basically it described a problem with the boiling the frog technique. There’s a point for every user at which they’re fed up with the bullshit, lose all trust in you(r company) and are hard to impossible to get back as a customer. Every customer leaving has a little unnoticeable effect on you, but with time there will be so many people that you lost that all your tactics to lock your users in will fail.
When I go back to play a modded Fallout, I do 4.
Do so now and be quick, or wait a while. In a few days a huge next-gen update is dropping and everyone expects mods to be broken afterwards unless they are fixed. Since modding is usually done on PC, you may be able to downgrade the version, but it’s more work.
I read it as “no, we won’t use your data for advertising, but collect it anyways. If you ever dare to stop paying, we’ll retroactively process this data, too”
I use Arch btw
In contrast to office rotting?
Yeah, basically you have three options:
Aperture Science.
We do what we must
Because we can.
For the good of all of us.
Except the ones who are dead.
Can’t decide which one is more relevant - the $5 wrench hack, or any sort of blackmailing.
Congrats - Links Awakening is truly a masterpiece and yes, they really worked hard to get a whole Zelda onto the GB.
I’ve never played a 3D Zelda before so I am looking forward to OoT
In case you go the emulation route and don’t use the version on Nintendo Switch Online (or a virtual console version on older Nintendo consoles), you should also take a look at Ship Of Harkinian. They decompiled OoT and ported it to run natively on several platforms. In contrast to other versions, you can play it in wide-screen, with unlocked framerate (instead of 14-20fps of the original) and you can also enable several QoL features (everything optional). You only need to provide a ROM file, but in case you plan to go the emulation route, you’d need that anyways…
It gets better if you backup and then get the prompt again after the next feature update of windows - because you get asked again and if you click on it will do a second backup which means that now all files are twice in your OneDrive, then three times, then four times, then… a reminder to upgrade OneDrive further as your storage is full.
I had to clean up this less more than once now for people and even witnessed it live after doing the upgrade for them sigh
Windows doesn’t have sudo
(not yet, at least) and privileges work a bit different as even as an administrator, you may not have full rights.
To overcome that obstacle, you’d need to run a shell as an administrator (hold CTRL+Shift, then use the start menu entry or right-click it and select run as administrator).
Next obstacle: We have a separate drive for each partition, but no root folder.
If we assume we’re running on a laptop or PC with a single drive and a single partition*, then it’s just
In cmd.exe:
del /F /S C:\
In Powershell:
Remove-Item -Recurse -Force -Path C:\
When you want to delete all (mounted) partitions/drives, you need to iterate over them. (Note that’s from the top of my head, didn’t check the script if it works).
In cmd.exe:
REM Not gonna do that, I'm no masochist
In Powershell:
Get-PSDrive -PSProvider FileSystem | Foreach-Object {
Remove-Item -Recurse -Force -Path "$($_.Name):\"
}
Done. Mounting additional partitions before that is left as an exercise for the reader.
*note that even a standard installation of windows creates 3 partitions. One for the bootloader, one for the recovery system and then the system drive. Only the latter is mounted and will be deleted by this. The other two will still be intact.
The EU at least tries to regulate AI with the AI Act
It’s not a catch all, but some things are banned from using AI and others will need an assessment before going live. Some other will not need an assessment, but serious incidents need to be reported
I mean, the hosting company would be the likely target then and they’d probably lock your account and switch off the server. Depending on your nationality and that of the hoster, at least.