gpedit.msc 白名单法: “本地计算机”策略 -> 计算机配置 -> Windows 设置 -> 安全设置 -> 本地策略 -> 用户权利指派 -> 在本地登录 去掉里面所有的用户,只填加你的用户帐号(注:帐号可以是域用户帐号) 这样,这台电脑就只有填加的这个用户能登录了 黑名单法: “本地计算机”策略…
Cluster size for the file system
How can I view the allocation unit size of a NTFS partition in Windows?
Expand a Hard Disk with Ubuntu LVM
Expand a Hard Disk with Ubuntu LVM
GPO to push out local administrators across a domain
This how to will walk you through using Restricted groups to put users in the local admin group on all…
Changing the Default Users and Computers Containers in AD
In Active Directory, the default container for user objects is the Users container and the default container for computer objects is the Computers container.
Delegate Add/Delete Computer Objects in AD
AD Delegation allows you to give users/groups access to certain parts of your AD without giving them full admin access.…
wmic change system page file size and location
我们通过wmic 命令来将虚拟内存设置在D盘最小8G最大16G并删除C盘的虚拟内存文件 pagefile.sys.
Get all the user info with dl membership
Get all user with selected info and Dl group By powershell.
PowerShell : Remove user from local Administrator group using PowerShell
Remove user account from local Administrators group : The following powershell commands remove the given AD user account from local…
PowerShell : Add a user to the local Administrators group
Add a user account to the local Administrators group : The following powershell commands add the given user account to…