Wednesday, June 9, 2010

How to access the sharing data offline

Access the shared data offline allows you to keep using your shared files, folders and software programs when disconnected from the data server. When you reconnect to your data server, all files will be synchronized to the files on the network.  
There are two types of configurations required to set the access shared folders offline available, one for data server and other for client computer. 
Configuration on Data Server.

First locate the folders that you would like to share or make new folders then share these folders so they can be accessible to any one on the network.
Now right click on that folder and click on the option "Sharing and security".

A small dialog box will appear with the title "data properties". Under the "Sharing" tab, select the check box "Share this folder on the network" under the "Network sharing and security".

Now set the share level permissions that you want to give the users on every folder. Enable cache of share folders by click on cache button (by default it will be enabled).

Configuration on Client Computer 
On the client computer, first open My Computer then click on Tools.
In Tools menu bar, click on Folder Options, a window will appear with the title Folder Options.
Under the Offline File tab, check the option Enable Offline File. Here you can choose the synchronization process "Synchronize all offline files when logging on", "Synchronize all offline files before logging off" and others.

Click on Apply button to save the settings and then Ok button to close this window.
Now sitting on the client computer, try to access the shared folder from the data server.
First Right click on the shared folder and Click on Make available offline.
To synchronizing the offline work from client computer to data server, again open My Computer then click on Tools. Click on Synchronize then click on synchronizing button.
 

After that down to data server and then try to access share folders by give the UNC (Universal Naming Convention) path of data server. But it will be accessible weather the server is down or up.

Connecting an Xbox 360 to a Wireless Router

Connecting an Xbox 360 to a wireless router allows you to use Xbox Live without physically connecting your Xbox to a cable. Power up your Xbox system and the router, then plug the wireless networking adapter into the two slots at the Xbox's rear. Unplug any existing Ethernet cables and connect the USB connector to the port adjacent to the adapter. Use the system area of the Xbox dashboard to adjust your network settings. This should connect you to the wireless network.

Wednesday, March 17, 2010

V9H79ZJ4QRRC

Monday, March 15, 2010

How to Restart Windows without Restarting your PC

When you click on the SHUTDOWN button,
make sure to simultaneous press SHIFT Button.
If you hold the Shift key down while clicking on SHUTDOWN button,
you computer would restart without restarting the Computer.
This is equivalent to term "HOT REBOOT".

Control Your Mouse Through Keyboard

This is for all computer professionals and programmers who have arm problems due to continuous use of mouse.U can easily control your mouse from the numeric pad of keyboard.All u have to do is this!!!

Microsoft Windows users can enable
the accessibility feature to move the
mouse using their arrow keys by following the 
below steps.
  1. Click Start, Settings, Control Panel.
  2. Within the Control Panel open Accessibility Options 
  3. Click the Mouse tab.
  4. Check the "Use Mouse Keys" check box.
  5. If you wish to increase the speed or 
  6. change any other settings, 
  7. click on the Settingsbutton.
  8. Click Apply and then close out of the box.
After performing the above steps you will be able to used 
the numeric keypad 
as a mouse moving up, down, left, right, and all the diagonals. 
In addition, you may also use the center "5" key as a left click.
Note: You must have the Number lock on for this feature 
to work by default. 
This can be changed through the settings.

Sunday, March 14, 2010

Increase the life of ur dvd rom

This is an interesting one!!!

This is for those who watch movies on their computer's dvd rom drive!!!
There is a software called dvd idle pro which can really increase the life of your dvd drive. By using the Smart Read-ahead Cache,
DVDIdle saves DVD data which will be played soon onto the hard disk cache or RAM cache, and
then feeds it to DVD player.
This allows the DVD drive to rest.

For example:
a 6X-speed DVD drive will only work for 15 minutes when you are watching a 90 minutes DVD
movie.
here is the link: http://www.dvdidle.com/download/DVDIdlePro59.exe

Chat With Command Prompt


If you want personal chat with a friend
you don't need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command
Prompt you should see:
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.Before you press "Enter" it should look like this:
MESSENGER
User:27.196.391.193
Message: Hi
Now all you need to do is press "Enter", and start chatting!