我想对需要使用组策略编辑器 ( gpedit.msc) 的Windows 进行一些更改。
不幸的是,Windows 的入门版、家庭版和家庭高级版不包含组策略编辑器。
我该如何安装?
Windows 聚光灯将随机显示我的 MS 提供的一组图像中的一个。我欣赏多样性,但不欣赏 MS 对风景的品味。我希望能够选择我自己的一组图像,同时保留自动随机选择功能。
可以通过从个性化->锁定屏幕下的“背景”下拉菜单中选择“图片”来显示单个图像。但是,一次只能选择一个静态图像。切换回“Windows 聚光灯”将取消选择显示哪些图像的权利。
有没有什么方法可以使用随机选择功能而不必使用 MS 的图像?
在我的 Windows 10 锁定屏幕聚光灯上,我有提示/链接,点击后,我会在登录时进入 bing.com 页面,显示图片上的位置。
如何激活和停用这些链接?我需要知道,因为它们在网络中的所有计算机上都不可见。
- 取得 Windows 文件夹及其内容的所有权
- 做出改变
- 归还原所有权
- 了解流程
- 在 Windows 10 环境中使用 Icacls 和删除
Before using takeown and icacls commands because of the sensitive nature of windows folders, I would like to know and understand what changes to permissions will take place, so that they can be reset to their original position. As one article I read said “Be careful, taking the ownership of system folders you may break your operating systems.” Though I don’t think I will in this case, as …
如果我尝试查看权限:
\n\nC:\\Windows\\system32>icacls "C:\\ProgramData\\Microsoft\\Windows\\SystemData"\nC:\\ProgramData\\Microsoft\\Windows\\SystemData: Access is denied.\nSuccessfully processed 0 files; Failed processing 1 files\nRun Code Online (Sandbox Code Playgroud)\n\n如果我尝试保存 ACL 文件:
\n\nC:\\Windows\\system32>icacls C:\\ProgramData\\Microsoft\\Windows\\SystemData /save "C:\\SystemData.acl" /t\nC:\\ProgramData\\Microsoft\\Windows\\SystemData: Access is denied.\nSuccessfully processed 0 files; Failed processing 1 files\nRun Code Online (Sandbox Code Playgroud)\n\n在“了解如何使用 Icals & Takeown”的答案中,该文件夹的所有者是 NT SERVICE\\TrustedInstaller,这实际上可能是 Windows 10 中的标准,尽管我只是猜测。
\n\n我应该只使用 takeown 和 icals,找出权限,然后使用重置命令。
\n\ntakeown /f C:\\ProgramData\\Microsoft\\Windows\\SystemData /r\nicacls C:\\ProgramData\\Microsoft\\Windows\\SystemData /grant "%USERDOMAIN%\\%USERNAME%":(F) /t\nMake Changes\nicacls C:\\ProgramData\\Microsoft\\Windows\\SystemData /setowner "NT SERVICE\\TrustedInstaller" /t\nicacls C:\\ProgramData\\Microsoft\\Windows\\SystemData …Run Code Online (Sandbox Code Playgroud) windows-10 ×5
permissions ×2
windows ×2
icacls ×1
lock-screen ×1
ownership ×1
windows-7 ×1
windows-8 ×1
windows-8.1 ×1