… Because Broken Is Not An Option.
Posts tagged windows xp
Restore “Show Desktop” Icon In Quick Launch Toolbar Windows XP
May 12th
Accidentally lost your show desktop icon in windows XP? Here’s how to get it back. Open a text document in notepad and write the following:
[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
Save the following file as “Show Desktop.scf” and drag it back into the quick launch toolbar. That’s it!
More: The Quick Launch toolbar uses the files in the following folder:
%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch
How-To Fix: Content On Computer Extender Not Updating on XBOX 360
Mar 22nd
If you play movies or music from your computer through your Xbox 360 you have the computer setup as an XBOX extender. Over time as you add new content to your computer the Xbox 360 may not update with the new content. To fix this you simply log into your computer in question and bring up Windows Media Player and select Oragnize > Apply Media Information Changes.
Once you have done that your computer (Xbox 360 Extender) will begin to update the library.
Once the progress bar hits 100% your media will be updated and you should see all of it on your Xbox 360.
For more info on setting the Extender up, here are the instructions from the Xbox 360 web page.
Connect your console to Windows Media Center
Before you can play content from Windows Media Center on your Xbox 360 console, you need to connect your console to Windows Media Center.
![]()
Hide Malwarebytes’ Anti-Malware Annoying Popup Balloon Notifications
Mar 20th
Malwarebytes Anti-Malware is a great program for anti-malware protection. It boasts the ability to thoroughly remove even the most advanced malware using a built in protection monitor that blocks malicious processes before they even start. With the latest version they included an IP blocking feature that will prevent a user from visiting a potentially dangerous website. Also, if a Trojan is executed on an infected system and it tries to download a payload, that payload will be BLOCKED by the IP blocking module.
However, the popups get annoying after a while and there is no built in feature to block the balloon notifications. Here’s a fix to hide the annoying popup balloon notifications. Right click on the start button and do properties. Make sure you’re on the task bar tab and next to “hide inactive icons” click the customize button. Then find Malwarebytes program and do “always hide”. This will prevent the notifications from popping up and annoying you but will still allow the program to run in the background.
Find Up Time In Windows 7 and Windows XP
Mar 12th
System up time is the amount of time a system has been powered on since the last reboot. It’s an important figure because it gives the admin an idea of how long a system has been on. It may not be as important for a deskop user but for a server it can aid in the troubleshooting process.
In other versions of Windows like Windows XP it was as simple as running a command prompt and typing:
C:\Documents and Settings\admin>systeminfo | find "Up Time"
System Up Time: 9 Days, 4 Hours, 25 Minutes, 18 Seconds
The “| find “Up Time”" just searches the output to display the system up time information.
In Windows 7 however, they changed it. It’s not called “System Up Time” anymore but “System Boot Time”. So you would run the systeminfo command with “System Boot Time” after the pipe as follows:
C:\Users\admin>systeminfo | find “System Boot Time”
System Boot Time: 3/11/2010, 5:04:17 PMNotice when you run it this way it just shows the time and date of when you booted the computer not the actual hours its been on.
There is another way in Windows 7 to have the actual running time. Right click on the task bar and select “Task Manager”. Under the “performance” tab under “system” it now shows you the “Up Time”. See the pic below. This shows you the number of days, hours, minutes, and seconds. As you can see my computer has been on for 7 days, 13 hours, 37 minutes since i rebooted it. What’s your up time?









