Tuesday, November 24, 2009

Adding Remote desktop option on remote desktop .

wmic /node:"Computername" /USER:"username" RDTOGGLE WHERE SErverName="ComputerName" CALL SetAllowTSConnections 1

Thursday, October 29, 2009

Sunday, October 25, 2009

Fix : Windows cannot find C:\windows\svchost.exe

1. Open Start --->Run --- > Regedit

2. Navigate to the following registry path :

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

3. Search the keys here who have the data field set to any of the path specified above:

For example :a Virus related entry will have
name:amvo
type: anytype
data: c:Windows\System32\amvo.exe

4. Delete this type of entries.


Other options :

Automatic removal ---- download a program called - CCleaner
Follow this link -- www.ccleaner.com/download

1. Download it and then Install it.

2. Run it and Scan the registry scan .

3. Once the scan is complete Select -Fix Selected Issues .

Done .

Wednesday, September 30, 2009

Remove \ Disable Office Genuine Advantage Notifications

Run Registry Editor (RegEdit.exe).
Go to each and every of the following registry keys, and any other which contains OGAAddin.connect registry value sub-key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Word\Addins
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel\Addins
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Powerpoint\Addins
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins

Delete the OGAAddin.connect registry value.

Thursday, September 24, 2009

How to open ports in Internet Connection Firewall in Windows XP ?

To manually open a port in Internet Connection Firewall , follow these steps:

1. Click Start, and then click My Network Places.
2. Under Network Tasks, click View Network Connections. (Or, right-click My Network
Places on the desktop, and then click Properties.)
3. Right-click the connection that you use for the Internet, and then click Properties.
4. Click the Advanced tab, and then click Settings.Note If the Settings button is unavailable,
ICF is not enabled on this connection, and you do not have to open any ports (because
they are all already open).
5. Click Add to open a new port.
6. In the Description box, type a friendly name. For example, type File Sharing : Port 445.
7. In the Name or IP address of the computer hosting this service on your network box,
type 127.0.0.1. Note You can specify the IP address of an internal computer. But you
typically will use 127.0.0.1.
8. In the External port and Internal port boxes, type the port number. Generally, this
number is the same.
9. Click either TCP or UDP, and then click OK.
10. Repeat steps 1 through 9 for each port that you want to open.

Set Up Remote Desktop with Windows XP -mstsc

This article explain how to set up remote desktop on your pc at home .

After you'll follow all the instruction you will able to connect your pc from every place.

Try this article (mstsc) .

http://www.microsoft.com/windowsxp/using/networking/expert/northrup_03may16.mspx

Monday, June 8, 2009

Kill / View Processes

View Proccess :

tasklist /S [computer name] /U [Username] /P [Password]



Kill Proccess :

taskkill /S [computer name] /U [Username] /P [Password] /IM [Proccess]


You can also kill a process using the PID (Process ID) of the process :

taskkill /S [computer name] /U [Username] /P [Password] /PID 196

You can use /F to forcefully terminate the process.

Wednesday, May 13, 2009

Can't open Drive .....

Whenever i try to open my Drive it says :
"Choose the programe you want to use to open this file".
How to fix it ?

1. Get in to the problam drive and delete the file "Autorun.inf".

2. Go to my computer ---> right click on the problam disk ---> propreties -->tool ---->under
the error checking click on check now----> automaticlly fix......

Thats it ... the drive will work properly .

Moshicko

Wednesday, January 14, 2009

Minimized Outlook 2007 to system tray

1.Right-click the Outlook icon in the System tray .
2.Click Hide When Minimized.

Sunday, January 11, 2009

Restore Your Vista Recycle Bin Icon

  1. Right-click on your desktop and choose Personalize.
  2. Click on the Change Desktop Icons link in the upper left hand corner.
  3. In the Desktop Icons Settings window, check the Recycle Bin box and click OK.

Tuesday, January 6, 2009

Restore NTLDR

Fixes for NTLDR Errors :

  1. Restart the PC. The NTLDR error could be a fluke.
  2. Check your floppy and optical (CD/DVD) drives for media. Often times, the "NTLDR is Missing" error will appear if your PC is trying to boot to a non-bootable floppy disk or CD/DVD.
  3. Note: If you find that this is the cause of your problem and it's happening a lot, you might want to consider changing the boot order in BIOS so the hard drive is listed first.
  4. Check the hard drive and other drive settings in BIOS and ensure they are correct. The BIOS configuration tells the computer how to use a drive so incorrect settings can cause problems, including NTLDR errors. There is usually an Auto setting for hard drive and optical drive configurations in BIOS which is usually a safe bet if you're not sure what to do.
  5. Restore the NTLDR and ntdetect.com files from the Windows XP CD. Enter Windows XP Recovery Console copy d:\i386\ntldr c:\
    copy d:\i386\ntdetect.com c:\
  6. Repair or replace the boot.ini file. Enter Windows XP Recovery Console bootcfg /rebuild Type Y in response to this question and press Enter. Type Windows XP Type /Fastdetect This will prevent the NTLDR error if the cause of the problem is a boot.ini file that is not configured properly for your Windows XP installation.
  7. Write a new partition boot sector to the Windows XP system partition. Enter Windows XP Recovery Console fixboot
  8. Repair the Windows XP master boot record. Enter Windows XP Recovery Console fixmbr
  9. Open your computer's case and ensure that the cable that connects the hard drive to the motherboard is firmly in place. If this does not resolve the issue, try replacing the cable. NTLDR error messages could be caused by loose or malfunctioning IDE cables.
  10. Perform a repair installation of Windows XP. This type of installation should replace any missing or corrupt files. Continue troubleshooting if this does not resolve the issue.
  11. Perform a clean installation of Windows XP. This type of installation will completely remove Windows XP from your PC and install it again from scratch. While this will almost certainly resolve any NTLDR errors, it is a time consuming process due to the fact that all of your data must be backed up and then later restored.If you can't gain access to your files to back them up, understand that you will lose them all if you continue with a clean installation of Windows XP.
    Finally, if all else has failed, including the clean installation from the last step, you're most likely facing a hardware issue with your hard drive. Replace the hard drive and then
  12. perform a new installation of Windows XP.

http://pcsupport.about.com/od/findbyerrormessage/a/ntldrmissingxp.htm


moshicko
elimeleh