Thursday, June 27, 2019

Lucis Philippines Press

Lucis Philippines Press: Lucis is a social website based in the Philippines. We tackle news about politics, history and social issues both local and international...



Tuesday, June 25, 2019

Wednesday, May 29, 2019

Hey Karen Davila, here's my reply to your complaint

Hey Karen Davila, here's my reply to your complaint



Dear Karen Davila,

My manager spoke to me recently and he relayed to me what you had to
say. It's funny that this is the second time you've tried to reach me
through channels, even if you can very easily get hold of my phone
number by calling our common friends. 

Wednesday, March 27, 2019

Retrieve PC serial number from the command line

Enter the following at the command prompt, to retrieve the machine's serial number (such as Dell Service Tag):

wmic bios get serialnumber

There's a trick to getting it to run remotely using PsExec:
  1. Connect to the command prompt as per normal e.g.: psexec \\computername cmd
  2. Enter above command as: cmd | wmic bios get serialnumber
  3. Wait a few seconds for the command to execute, then type exit. It will spit out the result.

Related Posts Plugin for WordPress, Blogger...