SMSMS

Posts Tagged ‘command-line’

Search for Strings within Executables

Search for embedded strings within binary files using the Strings command-line utility by Mark Russinovich. Executables and object files will many times have embedded UNICODE strings that you cannot easily see with a standard ASCII strings or Grep programs.  In combination with the Grep utility, Strings utility allows you to perform a search and find specific text such as, version numbers in binary files. It can also assist you in malware investigations such as, searching for URLs embedded within malicious binary files. However, the utility will not find any meaningful strings in compressed or encrypted binary files.

Read more…

Share

Be the first to comment - What do you think?  Posted by George - June 16, 2012 at 12:40 pm

Categories: Utilities   Tags: , , , ,

Implementing Disk Quotas

Disk Quotas can be configured from the command line or through scripts using the Fsutil administrative command-line tool. In the previous article Disk Quotas we have seen how configure disk quotas using the GUI. Windows 7 rich feature set of command-line utilities include the quota functionality within Fsutil and can be used as follows:

Read more…

Be the first to comment - What do you think?  Posted by George - August 6, 2011 at 3:09 am

Categories: Disks, Management   Tags: , , , , , , , , ,

Creating a Shared Folder in Windows 7

In this procedure you learn how to share a folder using the Create A Shared Folder Wizard. The procedure includes the steps how to create two users and a user group that will be allowed to access and modify data in the shared folder. Without further ado, let’s go to the steps required to complete this task:

Read more…

1 comment - What do you think?  Posted by George - June 15, 2011 at 2:14 am

Categories: Management   Tags: , , , , , , , , ,

Troubleshooting IP Configuration

Windows 7 retains the same command-line tools of its predecessors for troubleshooting IP configurations. The most basic tools are the Ping and Ipconfig utilities which help you determine your system’s IP configuration and test connectivity. There are more advanced network tools such as, Tracert or Pathping, Nslookup for DNS related issues, etc.  These help you troubleshoot advanced network related issues but this article will only cover the basic command-line tools which are adequate for the Windows 7 average users.

Read more…

Be the first to comment - What do you think?  Posted by George - January 1, 2011 at 5:49 am

Categories: Networking, Troubleshooting   Tags: , , , , , , , , , , , ,