Billiam29
Senior Member
I just wanted to point out a new feature for those that may be unfamiliar with Xenforo forums and their bretheren. Specifically, the ability to use the
The
The
Example #1 (code tag)
The driverquery command is often overlooked, but can provide a wealth of information.
Example #2 (icode tag)
You can check the status of Bitlocker on your drives by typing
code and icode tags.The
code tag will place the text you enclose with it into a fixed width uniform text block. See example #1 below.The
icode tag will format the text you enclose with it like the code tag, but keep the text inline with the paragraph you are typing. I have used the icode tag when mentioning the tag names in this post. Example number #2 below is another more computer-relavant example.Example #1 (code tag)
The driverquery command is often overlooked, but can provide a wealth of information.
Code:
Module Name Display Name Description Driver Type Start Mode State Status Accept Stop Accept Pause Paged Pool(bytes) Code(bytes) BSS(bytes) Link Date Path Init(bytes)
============ ====================== ====================== ============= ========== ========== ========== =========== ============ ================= =========== ========== ====================== ================================================ ===========
afunix afunix afunix Kernel System Running OK TRUE FALSE 24,576 8,192 0 C:\WINDOWS\system32\drivers\afunix.sys 4,096
ahcache Application Compatibil Application Compatibil Kernel System Running OK TRUE FALSE 180,224 20,480 0 C:\WINDOWS\system32\DRIVERS\ahcache.sys 4,096
amdgpio2 AMD GPIO Client Driver AMD GPIO Client Driver Kernel Manual Stopped OK FALSE FALSE 4,096 12,288 0 2/7/2019 3:32:20 AM C:\WINDOWS\system32\drivers\amdgpio2.sys 4,096
amdi2c AMD I2C Controller Ser AMD I2C Controller Ser Kernel Manual Stopped OK FALSE FALSE 4,096 36,864 0 3/19/2019 11:57:33 PM C:\WINDOWS\system32\drivers\amdi2c.sys 4,096
AmdK8 AMD K8 Processor Drive AMD K8 Processor Drive Kernel Manual Stopped OK FALSE FALSE 106,496 57,344 0 C:\WINDOWS\system32\drivers\amdk8.sys 8,192
AmdPPM AMD Processor Driver AMD Processor Driver Kernel Manual Stopped OK FALSE FALSE 106,496 57,344 0 C:\WINDOWS\system32\drivers\amdppm.sys 8,192
amdsata amdsata amdsata Kernel Manual Stopped OK FALSE FALSE 0 61,440 0 5/14/2015 7:14:52 AM C:\WINDOWS\system32\drivers\amdsata.sys 4,096
amdsbs amdsbs amdsbs Kernel Manual Stopped OK FALSE FALSE 0 229,376 0 12/11/2012 3:21:44 PM C:\WINDOWS\system32\drivers\amdsbs.sys 4,096
amdxata amdxata amdxata Kernel Manual Stopped OK FALSE FALSE 8,192 4,096 0 4/30/2015 7:55:35 PM C:\WINDOWS\system32\drivers\amdxata.sys 4,096
AppID AppID Driver AppID Driver Kernel Manual Stopped OK FALSE FALSE 94,208 28,672 0 C:\WINDOWS\system32\drivers\appid.sys 4,096
AppleKmdfFil Apple KMDF Filter Driv Apple KMDF Filter Driv Kernel Manual Stopped OK FALSE FALSE 4,096 4,096 0 5/7/2018 11:16:38 PM C:\WINDOWS\system32\drivers\AppleKmdfFilter.sys 4,096
AppleLowerFi Apple Lower Filter Dri Apple Lower Filter Dri Kernel Manual Stopped OK FALSE FALSE 4,096 16,384 0 5/7/2018 11:16:38 PM C:\WINDOWS\system32\drivers\AppleLowerFilter.sys 4,096
applockerflt Smartlocker Filter Dri Smartlocker Filter Dri Kernel Manual Stopped OK FALSE FALSE 4,096 4,096 0 C:\WINDOWS\system32\drivers\applockerfltr.sys 4,096
Example #2 (icode tag)
You can check the status of Bitlocker on your drives by typing
manage-bde -status from an elevated commang prompt.