Monday, April 8, 2013

Turn off WIFI while docked


Open Network Connections and right click on the Wireless Network Connection and select Properties.
Beside the Connect Using box is a Configure button. Click the button.


Click on the Advanced tab and in the Property box, select Disable Upon Wired Connection. In the Value box, select Enabled and click OK.


I believe this only works on Broadcom (Dell) nics.  Now when you are wired, the wireless is disabled.



Tuesday, October 30, 2012

Fix Windows 7 Jump Lists Missing or Does Not Display Recent Items or Pinned Files

Fix Windows 7 Jump Lists Missing or Does Not Display Recent Items or Pinned Files Windows 7 Jump Lists contains a list of recently used, opened, visited, or accessed items; or frequently used, opened, visited, or accessed entries; or most visited web pages, in addition to common tasks for the application programs’ icons or buttons on Taskbar. The history, collectively called recent items, can be pinned to make it permanent, provides easy access to the file without searching or navigating the folder. However, on some Windows 7 system, user may experience issue where the recent items and also the pinned entries on Jump Lists does not been displayed or shown, missing or been cleared and removed without reason. Jump Lists does open when user right clicks on the icon or button on Taskbar, however, the dynamic recent items list on top of the Tasks section on Jump Lists does not appear. The symptom is known to be at least happening to JumpLists of Office 2007 applications, such as Word 2007, Excel 2007 and PowerPoint 2007. The problem occurs despite a lot of documents and files have been opened by the program. And user does not delete and clear the Jump Lists recent items too. Jump Lists Lose Recent Items List The issue may happen because one of the Jump Lists’ recent items in automaticDestinations hidden system folder is corrupted. Delete or clear Jumplist recent items in Windows 7 that is corrupted in AutomaticDestinations-hidden system folder is the likely solution.. To resolve and fix the issue, follow these steps: Open Windows Explorer. Type or copy and paste the following into the address bar: %AppData%\Microsoft\Windows\Recent\AutomaticDestinations Identify files that are comparatively larger in size than the rest of the file, such as files that have file size of 1 MB or more. Delete the abnormal file. Tip: If you does not want to retain the Jump Lists’ recent items history on all applications, just delete all the automaticDestinations-ms files in the folder. The recent items functionality on Jump Lists will be restored. The recent items on the Jump Lists will be re-added as the program is been used. However, do note that the solution does not restore the previously pinned items. So user will have to pin new items again.

Wednesday, September 12, 2012

Connecting to SQL Server Analysis Services using a Different Domain Account that the user currently log on

If you have logged in to different domain (Domain XYZ) than the SSAS Server (Domain ABC) belong to (For Ex. SSAS server is member of Domain ABC and user normally log in to Domain XYZ, there is no trust exist between these domains) connecting to SSAS from the work station using various presentation tools (Ex. Excel, Power Pivot) is a big challenge. Here is a simple solution to overcome this issue.

Step:-1 – Install 'ShellRunAs' utility from Windows Sysinternals - http://technet.microsoft.com/en-us/sysinternals/cc300361

Step:-2 – Right Click on the Application (Excel in this scenario) and choose 'Runas different user(netonly)'

Step:-3 – Key in the User ID and password (Domain of the SSAS – ABC\administrator)

Your application will fireup along with a Command Prompt Windows (Which is normal and as documented at http://technet.microsoft.com/en-us/sysinternals/cc300361

Step:-4 – Proceed to connect to Analysis Services as normal (As If you are logged in to the Domain ABC from your workstation. Ex. IP Address of the SSAS Server is 10.168.50.45 and this particular server is member of Domain 'ABC')

And, that's it. Everything should work as normal. If you mix and match server connections from Domain ABC and XYZ, all should work without prompting for additional credentials and hassle.



Found Via: http://tinyurl.com/8z7vhbt

Friday, June 15, 2012

list of all Group Policy objects associated

To view a list of all Group Policy objects associated with an RSoP query

  1. Open an RSoP query.

  2. In the console tree, double-click user account on computer account - RSoP.

  3. In the console tree, right-click Computer Configuration or User Configuration, and then click Properties.

  4. On the General tab, select the Display all GPOs and filtering status check box.

  5. In the details pane, the list of Group Policy objects appears in the Group Policy Object column, and the filtering status appears in the Filtering column as either Applied or Not Applied (Empty).

Saturday, February 25, 2012

Windows 7 Admin snap in for Remote Desktop

Downloaded and installed - Download details: Remote Server Administration Tools for Windows 7

Then in programs and features (control panel) added Remote Administration tools -> Role Admin tools --> Terminal services tools.

You sould now have the snapin in your admin tools folder.

Wednesday, January 11, 2012

How to See What Web Sites Your Computer is Secretly Connecting To

image

Has your internet connection become slower than it should be? There may be a chance that you have some malware, spyware, or adware that is using your internet connection in the background without your knowledge. Here’s how to see what’s going on under the hood.

Secret Squirrel by akumath

How to Check What Your Computer is Connecting To

So, how do you find out what the problem is? There is an easy method using the netstat command from a command prompt window. This works with Windows 7, Vista, and XP. If you’re still using XP, make sure you are running at least Service Pack 2.

We will use the netstat command to generate a list of everything that has made an internet connection in a specified amount of time. To use the netstat command, you must run the command prompt window as administrator. Open the Start menu and enter “cmd.exe” in the Search box. When the results display, right-click on cmd.exe and select Run as administrator from the popup menu.

If the User Account Control dialog box displays, click Yes to continue. Note: You may not see this dialog box, depending on your User Account Control settings.

At the command prompt, type the following command and press Enter.

netstat -abf 5 > activity.txt

The –a option shows all connections and listening ports, the –b option shows you what application is making the connection, and the –f option displays the full DNS name for each connection option for easier understanding of where the connections are being made to. You can also use the –n option if you wish to only display the IP address. The 5 option will poll every 5 seconds for connections to make it more easy to track what is going on, and the results are then piped into the activity.txt file.

Wait about two minutes and then press Ctrl + C to stop the recording of data.

Once you’ve finished recording data, you can simply open the activity.txt file in your favorite editor to see the results, or you can type activity.txt at the command line to open it in Notepad.

The resulting file will list all processes on your computer (browsers, IM clients, email programs, etc.) that have made an internet connection in the last two minutes, or however long you waited before pressing Ctrl + C. It also lists which processes connected to which websites.

If you see process names or website addresses with which you are not familiar, you can search for “what is (name of unknown process)” in Google and see what it is. It may be a system function you don’t know about or a function of one of your running programs. However, if it seems like a bad site, you can use Google again to find out how to get rid of it.

Using CurrPorts to Check What Your PC is Connecting To

You can also use a free tool, called CurrPorts, to display a list of all currently opened TCP/IP and UDP ports on your local computer. It is a portable program and doesn’t need to be installed. To use it, extract the .zip file you downloaded (see the link at the end of this article) and run cports.exe.

For each port that CurrPorts lists, information about the process that opened the port is displayed. You can select connections and close them, copy a port’s information to the clipboard or save it to an HTML file, an XML file, or a tab-delimited text file. You can reorder the columns displayed on the CurrPorts main window and in the files you save. To sort the list by a specific column, simply click on the header of that column.

CurrPorts runs under Windows NT, Windows 2000, Windows XP, Windows Server 2003, Windows Server 2008, Windows Vista, and Windows 7. There is a separate download of CurrPorts for 64-bit versions of Windows. You can find more information about CurrPorts and how to use it on the website listed below.

Download CurrPorts from http://www.nirsoft.net/utils/cports.html.

Found: http://www.howtogeek.com/98601/easily-monitor-your-computers-internet-connection-activity/