Advertisement
PC_Aide

get-features info.bat

Mar 6th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.26 KB | None | 0 0
  1. ::&--------------------------------------------------------------------------------------------------------------
  2. ::  Doc: https://ss64.com/nt/dism.html
  3. ::  Elevated: Y | N
  4. ::
  5. ::  O/P: https://imgur.com/iISaFDK
  6. ::
  7. :: All Feature:
  8. ::&--------------------------------------------------------------------------------------------------------------
  9. ::&◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  10. ::  mp4:
  11. ::&◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  12.  
  13. ::NetFramwork 4
  14. dism /online /get-featureInfo /featureName:netFx4
  15.  
  16. ::All features
  17. dism /online /get-features | more
  18.  
  19. :: copy O/P into clip (clipBoard) or redirection > all_Featues.txt
  20. :: O/P -> https://imgur.com/QTRjksN
  21. dism /online /get-features | clip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement