Access user sessions on windows terminal server
1. Go to TS and do: query session to get users SESSION_ID 2. Go to another machine and do mstsc /v:COMPUTERNAME_OR_IP /shadow:SESSION_ID /control
1. Go to TS and do: query session to get users SESSION_ID 2. Go to another machine and do mstsc /v:COMPUTERNAME_OR_IP /shadow:SESSION_ID /control
You Foxits opens an UAC prompt on startup? It’s a never endig foxit issue… Did this and got rid of it: GPO: use the admx and activate: ‘Disable default PDF viewer switching’ Registry: Software\Foxit Software\Foxit Reader 10.0\CollectionData DefaultPDF REG_DWORD 1 Software\Foxit Software\Foxit Reader 10.0\CollectionData AppState REG_SZ Licensed Software\Foxit Software\Foxit Reader 10.0\Preferences\Others bCheckRegister REG_SZ 0 Software\Foxit […]
Linux, ESXi: # date -d@1234567 -u +%H:%M:%S FreeBSD, OpenBSD # date -r1234567 -u +%H:%M:%S