SEP 11 definitions:
1 |
FOR /F "tokens=6 delims=\" %i IN ('reg query HKLM\SOFTWARE\Symantec\SharedDefs /f DEFWATCH_10') DO @echo %i |
Informations provided by Security Center:
1 |
Get-WmiObject -Class AntivirusProduct -Namespace root\SecurityCenter2 |
How to read productState: http://neophob.com/2010/03/wmi-query-windows-securitycenter2/
The default Linux prompt gives you additional helpful information while working through a session instead of Windows.
The example below displays a user who is logged in along with the hostname in a windows command line.
1 2 3 |
C:\Windows\system32>set prompt=[%username%@%computername% $P]# [strachotao@PC101 C:\Windows\system32]# |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
::Clear Cookies RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 ::Clear History RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1 ::Clear Form Data RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16 ::Clear Saved Passwords RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32 ::Delete All RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255 :: Delete All w/Clear Add-ons Settings: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351 |