Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #Linux passwords policy
  2. sudo chage -E -1 -m 0 -M 365 -I 15 -W 15 -d 11/12/2019 username
  3.  
  4. # Users & groups Windows
  5. lusmgr.msc
  6.  
  7. # Console management w7 Home
  8. mmc
  9.  
  10. # Install gpedit on W7 Home
  11. http://software.utilidades-utiles.com.s3.amazonaws.com/add_gpedit_msc.zip
  12. Nota: Para usuarios de 64bits ir a c:\Windows\SysWOW64\ y copiar los directorios "GroupPolicy", "GroupPolicyUsers" y el fichero gpedit.msc a la carpeta C:\Windows\System32
  13.  
  14. # Disabling USB Storage Windows
  15. https://www.thewindowsclub.com/disable-enable-usb-windowunlock-pen-drive-at-office-or-school-computer
  16.  
  17. # Disabling USB Storage With Modprobe Linux
  18. https://www.rootusers.com/how-to-disable-usb-storage-devices-in-linux/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement