Windows XP: Telnet Internals

The Telnet Server service values are located in the following registry key: HKEY_LOCAL_MACHINESoftwareMicrosoftTelnetServer1.0 The possible Telnet Server registry values and data types include: Name Data type Values ————————————————————————– AltKeyMapping REG_DWORD 0x00: Press CTRL+A. This key combination emulates the ALT key. This enables you to send an ALT combination to programs running on SFU Telnet servers. 0x19: Press CTRL+Z. This key combination emulates the ALT key. This enables you to send an ALT combination to programs running on SFU Telnet servers. DefaultDomain REG_EXPAND_SZ Uses default Windows domain for login authentication. DefaultShell REG_EXPAND_SZ Defines the full path of the shell or command […]

Read more

Windows Command Lines for Regular Administration Tasks

..you can use these command lines for automation as well as remote execution without interacting with the other system users.   Managing Local User Groups and User Objects: List all local user groups: C:>net localgroup Aliases for \TEST-PC1 ——————————————————————————- *__vmware__ *Administrators *Backup Operators *Cryptographic Operators *Distributed COM Users *Event Log Readers *Guests *HomeUsers *IIS_IUSRS *NC_S_ISLCK *Network Configuration Operators *Performance Log Users *Performance Monitor Users *Power Users *Remote Desktop Users *Replicator *Users The command completed successfully. C:> Adding users to local group: C:>net localgroup Users temp /ADD The command completed successfully. C:> Remove users from local group: C:>net localgroup Users temp […]

Read more

Windows Internals: WMI

WMI .NET Overview  WMI .NET Scenarios   ASP.NET Impersonation SWbemLocator.ConnectServer How to connect to remote computer Security for WMI in .NET Framework  Specifying the Server Principal Name How To: Connect to a Remote Computer  How To: Update a Security Descriptor of a WMI Namespace http://groups.google.co.in/group/microsoft.public.win32.programmer.wmi/browse_thread/thread/50d68d235f81a193/307a9f98e8ba1ece?lnk=st&q=Connect+to+a+Remote+Computer++ASP.NET&rnum=18&hl=en#307a9f98e8ba1ece

Read more