Posts Tagged ‘command’

Find out which Hypervisor your Windows 7 is running on!

If you need to determine which virtualization platform is a Windows 7 Virtual Machine (VM) is running on, while, you have no access to any other tools such as, the hypervisor or virtualization manager, you can easily find out by issuing a simple command from the Windows command-line interface.

Read more…

Share

Be the first to comment - What do you think?  Posted by George - October 23, 2012 at 2:24 am

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

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…

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

Categories: Utilities   Tags: , , , ,

Run a command prompt in the Local System context!

Sometimes you may need to run a command, especially when you are troubleshooting a problem that requires the System context to execute and return results. The Local System context, which is normally a protected layer for the operating system to execute services, can be accessed using a privileged service account called NT AUTHORITY\SYSTEM or LocalSystem.  If a service running in the Local System context is compromised then your system is at risk!

Read more…

Be the first to comment - What do you think?  Posted by George - April 5, 2012 at 2:53 am

Categories: Utilities   Tags: , , , , , , , , ,

Migrating a Power Plan in Windows 7

Windows 7 Power Plans control how the computer uses energy, where users can select a plan that meets their needs without having to elevate privileges. The command-line tool Powercfg.exe allows users to manage and migrate power plans between computers. In the following steps we will be using the import and export options of the Powercfg command-line utility:

Read more…

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

Categories: Management, Utilities   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: , , , , , , , , ,

Powercfg

Many laptop users rely on the manufacturer supplied software to monitor the laptop battery status and condition while few are the users that perform power efficiency reports which can help them fix power related issues. The Powercfg command in Windows 7 enables users to control the power settings and it has a slew of command options such as, listing all power schemes of the current configuration, displaying the contents of a specified power scheme, changing a setting in the current power scheme and many more. To list all options, type powercfg /? from an elevated command prompt.

Read more…

Be the first to comment - What do you think?  Posted by George - May 25, 2011 at 1:55 am

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

Tweaking Windows Explorer default behavior

Opening Windows explorer from the taskbar icon takes you to the Library location by default. If you are annoyed with this behavior you can easily change the default location by following these steps:

Read more…

1 comment - What do you think?  Posted by George - January 26, 2011 at 4:54 am

Categories: GUI, Tweaks   Tags: , , , , ,