Dangers of Phising Email Scams

Phishing email has been around for quite some time and it seems as if the problem is growing bigger and bigger every year. One of the main reason is due to the fact that the attack does not focus on hacking some computer or machine but rather focusing on the computer users themselves. Yes you read that right. A human can be hacked as well! Although probably not how you're thinking of it at first, after reading about phishing emails, you'll know exactly what I mean.
Read More →

Windows 7 Remote Assistance

If you want something done right, do it yourself. If you are a administrator or a PC technician of some sort, you'll know exactly what I mean. No matter how hard you teach users how to use a computer, there are many times when they just can't seem to accomplish a task whether that may be configuring a program to work correctly or fixing a computer problem. That is where you, the problem solver, step in to take over. With the Windows Remote Assistance feature, you can easily and remotely connect to a user's computer and take control of it.
Read More →

Prevent deleted data from being recoverable

Another article, another way to deal with your deleted data.If you want to know of an easy way to make your deleted files unrecoverable, then you'll want to read on to know how to do just that with a free tool called Prevent Restore.
Read More →

Start using virtual machines

Virtualization have once been thought of as a technology only big businesses would incorporate in their environments. Now days however, smaller businesses and even home users are realizing the many benefits of using this great technology to help them not only lower costs, but also for security purposes as well. The good news is, while the underlying structure of virtualization is pretty complicated, you don't necessarily have to be a rocket scientist to actually use it!
Read More →

protect your laptop with bitlocker

While the percentage of laptop theft continues to soar, users are still unconcerned about protecting their valuable data! Although you may give yourself a pat on the back for having a backup of your data elsewhere, have you stopped and considered what will happen to that same unencrypted data on your laptop that's now in the hands of a complete stranger? While buying another laptop is not the end of the world, have you placed a 'value' on your data itself?
Read More →

create a windows 7 system image

I've talked about it before but I don't believe I actually went into details on how to actually create one. With the arrival of Windows 7, the timing couldn't be any more perfect. In Windows Vista, only users with the Ultimate edition were allowed to create a system image backup. The good news is, with Windows 7, Home Premium members are also allowed to enjoy this feature! That's right. No need to pony up additional money to purchase third-party software.
Read More →

repairing your xbox 360's rrod

My Xbox 360 Elite console recently broke down after my Playstation 3 console got knocked out as well. This is my second Xbox. I bought this Elite version on launch day at BestBuy and after a short while, gave me the dreaded Red Rings of Death (RROD). Luckily, I had store warranty so all I had to do was take it back and they gladly gave me a spanking new console. Fast forward to the present and the console once again broke down. I don't have the RROD but I can't get any video or audio signal to my HDTV via an HDMI or component connection.
Read More →

repairing your ps3's ylod

A while back, my PS3 suffered the dreaded Yellow Light of Death (YLOD) and my machine basically turned into a very expensive paper weight. My warranty period was clearly over and so in order to fix the problem, I had to send it in to Sony and pay a fee of $150. Here's the problem though. They're not going to just fix my PS3 and give it back to me. They're going to just hand me a refurbished unit (which most likely was turned in by another user with similar problems in the first place), slap on a short warranty period (I believe it's for 90 days) for that second-hand console and call it a day.
Read More →

How To Share Folders Between XP And Vista On A Home Network



For anyone who wanted to simply share folders between those two operating systems on a home network, I've read it was a headache so I'll document what I did to accomplish the feat and hopefully it will relieve some stress some of you might be having. The process might seem long and tedious at first but do realize that the initial setup stage only needs to be done one time and so once the computers are setup for file sharing, that's it. Let's begin!

This guide will assume that you have a simple home network consisting of one computer with the XP OS and another with the Vista OS connected together via a router/switch (Linksys, Netgear, Dlink, etc).

# Joining same workgroup
First you want to make sure that the two computers can 'talk' to each other. This is the base step in making everything work. In order to make the two computers see each other on the network, it requires different steps for each OS but it's really simple. On both computers, make sure they are joined to the same workgroup. To find out your workgroup name, simple go into the Properties of My Computer and for XP, click on the Computer Name tab while for Vista, the workgroup name should show up in the Properties page without clicking anything else. If both names are the same, then leave it as is. If not, change one of them to match the other and then reboot the computer when asked.



# Firewall preparations
Now we prepare the firewall. It's not a good idea to completely turn off your firewall but rather you'll want to make exceptions in the rules to simply allow the programs and features that only you want to bypass the firewall. In XP, you'll want to open up your Windows firewall and click on the Exceptions tab. You'll want to make sure the option 'File and Printer Sharing' is checked.
Vista requires a few more steps. First, head over to the 'Network and Sharing Center' in your Control Panel. Make sure the Network Discovery and File Sharing features are turned On. In the Password Protected Sharing option, make sure you turn that feature Off. Now head over to the Firewall and make sure the same setting is checked marked to enable file sharing.




# Pinging the computers
Now we test the connection. Make sure both computers are turned on. Open a command prompt on either one and then type in "ping computername", with computername being the other computer's name, without the quotation marks. You can alternatively punch in the other computer's IP address instead. If you get replies back like how you see in the picture, you're good to go.



# Password matching (optional)
You can optionally make the user account name and password match on both computers. For example, if your account name is called 'User1' with a password of 'Mypassword' for your XP computer, then you can also make that same user account with the same settings on the Vista computer as well. The reason why you might want to do this is so you don't always have to retype your username and password everytime you access a share on either computers. If you want to map a network drive (I'll explain later) but have different account names or passsword, you'll have to re-authenticate once again when you access the network drive after every logon session. If you have matching accounts, everything is authenticated automatically.

# Sharing a folder in XP
Now we will set up folders to share over the network. In XP, turn off Simple File Sharing. Open up My Computer, Tools, Folder Options, View tab, scroll to the bottom and uncheck the option if there is a check mark next to it. First we'll share a folder within XP. Browse to the folder you want to share. Right click it, select 'Sharing and Security'. Select the 'Share this folder' button. For simplicity sake, you can configure the Permissions so that Everyone who connects to the share will have full control and be able to read and write to the folder. So, hit the Permissions tab and select the 'Full Control' checkbox for the Everyone group. You can optional give the share a different share name if you want to label it differently. Hit OK.



# Sharing a folder in Vista
Now we will configure a folder share in Vista. It's pretty similar. Right click the folder, and select Share. Next hit the Advanced Sharing button and hit OK on the UAC prompt if it's turned on. Select the 'Share this folder' checkbox. Give it a different share name if you want to. Hit the Permissions tab again and give the Everyone group Full Control. Hit OK.



# Browsing for the share
Now we'll browse to the shares to see if it works. First on the XP computer, hit Start, Run. Type in \\vistacomputername in that vistacomputername is the computer name of your Vista machine. If everything is correct, you should see the folder share you've created above. If you don't have same accounts on each machine, you will be prompted with a dialog box prompting you to type in the username and password for an account on the Vista machine. Once done, you should see all the files inside that folder share.
On the Vista computer, do the same process except of course, type in the XP's computer name instead with the username and password for the XP account as well. If you can view the folder, than you're finished! That's it! From now if you wanted to share folders between them, all you need to do is configure the folders to be shared and browse them on the other computer.

# Creating mapped network drives (optional)
If you have matching accounts on both machines, you'll want to think about setting up mapped network drives. These are basically network folder shares but they appear as a 'drive' when you open up My Computer. Each network share gets their own drive letter so it will look as if you had another hard drive on your computer. This simplifies things if you constantly need access to the share on the other computer. On Vista, open up My Computer and select the 'Map Network Drive' option at the top. On XP, click on Tools to find the option. Give the share a drive letter of your choice. Click Browse and browse for the share on the other computer. If you have matching accounts, then this share will automatically get authenticated each and everytime you login. If not, you will have to retype the username and password when you access the mapped drive in each log on session.



Sharing folders on your home/work network is a big advantage. Rather than needing an external hard drive to transfer huge files between computers (thus wasting valuable time), you can easily just share the folders and then copy them over to the other on your home network. Hope this helps!



 
Related Posts with Thumbnails