避免让人们将东西保存在个人电脑上。

huangapple go评论59阅读模式
英文:

Avoiding people to save things on PC's

问题

将函数名称更改为每次重新启动计算机时都将其还原到另一个时间,以便人们无法保存任何内容,因为它在每次重新启动时都会刷新。

英文:

What does the function name, to set back your pc to another time everytime your reboot it?

so people cant save stuff on it becouse its refreshes every reboot.

答案1

得分: 1

也许你正在寻找“PXE引导”..?需要一个提供网络中操作系统镜像的服务器,然后每个客户端PC都可以在每次启动时进行干净设置。此外,如果你想对操作系统镜像进行更改,只需在PXE服务器上进行操作,它将自动部署到所有客户端。这是一个庞大但良好的设置。

另外,看看“Windows To Go” - 可以创建一个可引导的USB存储设备,并从中启动Windows。通常,人们希望这样的活动USB系统可以将更改和文件存储在USB存储设备中,以便保留它们 - 但也许你还可以以一种不存储当前数据在USB上并保持系统状态不变的方式创建它。

请记住,你(而不是你的用户)绝对需要“在PC上保存东西”的可能性,考虑系统和软件更新。

英文:

Maybe you are looking for "PXE boot"..? Requires a server that provides OS images in the network, but then every client PC could be clean set up on every boot. Plus, if you want to make changes to the OS image, you only do that on the PXE server and it's deployed to all clients automatically. Big but good setup.

Also, have a look at "Windows to go" - its possible to create a bootable USB stick and start windows from it. Usually, people want such live-usb-systems to store their changes and files to the USB stick, in order to preserve them - but maybe you can also create it in a way that no current data is stored on the USB and the system will keep the same state.

Keep in mind that you (not your users) absolutely will need the possibility to "save things on the PCs", think about system and software updates.

huangapple
  • 本文由 发表于 2020年1月6日 16:52:49
  • 转载请务必保留本文链接:https://go.coder-hub.com/59609116.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定