Removed mklink for git

This commit is contained in:
2024-11-06 12:39:13 -07:00
parent a6071a4073
commit 11bb8c848c
263 changed files with 19951 additions and 1508 deletions

14
_-Review/wmic.md Normal file
View File

@ -0,0 +1,14 @@
---
created: 2024-10-12T16:56:59.000Z
type: note
updated: 2024-10-12T16:56:59.000Z
---
# wmic
```bash Sat Oct 12 2024 09:56:31 GMT-0700 (Mountain Standard Time)
wmic diskdrive get name,size,model,SerialNumber
# Model Name SerialNumber Size
# WD_BLACK SN770 2TB \\.\PHYSICALDRIVE0 E823_8FA6_BF53_0001_001B_448B_4CC8_50F2. 2000396321280
# SSK SSK Storage SCSI Disk Device \\.\PHYSICALDRIVE1 0000000000000000 500105249280
```