Difference between revisions of "Windows one-liners"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
net use p: /delete | net use p: /delete | ||
= Install Telnet client = | = Install Telnet client = | ||
Tested: Windows 7 | Tested: Windows 7, Windows 8.1 | ||
pkgmgr /iu:"TelnetClient" | pkgmgr /iu:"TelnetClient" | ||
Revision as of 23:20, 26 April 2015
net use net use p: "\\server\folder" /persistent:no net use p: /delete
Install Telnet client
Tested: Windows 7, Windows 8.1
pkgmgr /iu:"TelnetClient"
Bitlocker
Get Bitlocker Password ID
C:\WINDOWS\system32>manage-bde -protectors -get c: BitLocker Drive Encryption: Configuration Tool version 6.1.7601 Copyright (C) Microsoft Corporation. All rights reserved. Volume C: [OSDisk] All Key Protectors TPM: ID: {91234B57-E11A-4125-B6CB-AB88AAE57890} Numerical Password: ID: {AACB077B-FB22-4B1A-91B1-7C972C107C28} Password: 121229-122012-091718-217177-480717-072177-477442-410227
First 8 characters of password ID is: AACB077B and recovery password: 121229-122012-091718-217177-480717-072177-477442-410227