Prerequisite: AMD64. Does that mean it will work with my Ryzen, but no intel chips? That’s a nice win for AMD at the expense of intel if true for corporate environments.
AMD64 = x64 = x86_64 = common names used to describe the 64-bit x86 instruction set that both Intel and AMD CPUs support. It was just first designed by AMD.
Windows Sandbox
61–70 of 328 posts
Re: Windows Sandbox
#62Re: Windows Sandbox
#63Earlier quoted context omitted.
Your problem can be solved by not let your parents use Windows.
Like get them to learn a lot of linux command lines?
But honestly, my opinion is that Windows 10 is not as fragile as earlier versions of Windows were.
Re: Windows Sandbox
#64Please do not make this a Pro / Enterprise feature. I do remote tech support for my parents and would love for them to browse / use apps in a sandbox.
Re: Windows Sandbox
#65Only Microsoft would come up with a new security feature and then intentionally and arbitrarily limit its availability to the most expensive version of their OS. This is the same company that thinks putting ads in the fucking file explorer is appropriate on an OS they charge hundreds and hundreds of dollars for.
I’d put oracle in that boat too. Actually, I think it would be hard to find an enterprise software vendor who wouldn’t want to include extra functionality in their premium SKUs as a way to further differentiate them and encourage up-sell.
Re: Windows Sandbox
#66Only Microsoft would come up with a new security feature and then intentionally and arbitrarily limit its availability to the most expensive version of their OS. This is the same company that thinks putting ads in the fucking file explorer is appropriate on an OS they charge hundreds and hundreds of dollars for.
Re: Windows Sandbox
#67Re: Windows Sandbox
#68Re: Windows Sandbox
#69Only Microsoft would come up with a new security feature and then intentionally and arbitrarily limit its availability to the most expensive version of their OS. This is the same company that thinks putting ads in the fucking file explorer is appropriate on an OS they charge hundreds and hundreds of dollars for.
I’d put oracle in that boat too. Actually, I think it would be hard to find an enterprise software vendor who wouldn’t want to include extra functionality in their premium SKUs as a way to further differentiate them and encourage up-sell.
Re: Windows Sandbox
#70Nowadays it's almost impossible to uninstall an app completely, because most of them creating files willy nilly. And it's same on all known OSes. The side effect we see is system size growing in time. IMO running an app in a sandbox should be the default option. On Windows, I used to like sandboxie, which virtualized every write into single directory. Uninstall was easy as removing that dir. This MS sandbox doesn't a…
This has always been the case on Windows. In fact if anything, nowadays it’s better than its ever been because thanks to the UAC and other controls Microsoft have put in place, developers aren’t so free to do whatever they like to the host machine. But that’s remember a time before the UAC when it would often be common practice to reinstall the OS on a semi-regular basis (not something I personally engaged in but a great many of my peers used to).
> And it’s same on all known OSes
It really isn’t. On platforms with a proper package manager you can query what files get installed where. A great many package managers even let you query a file system file and see which package installed it.
Of course you still have the problem of the software writing files during its operation but that should be limited to $HOME (on POSIX systems) or any path that is writable by the owner / group of the user that application runs as (which should be limited even if it’s a system service).