Showing posts with label access. Show all posts
Showing posts with label access. Show all posts

How to access a remote computer using TeamViewer

access a remote computer using TeamViewer
Want to access friend’s system over internet but wondering how to do that? Here is a simple way. TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. TeamViewer establishes connections to any PC or server all around the world within just a few seconds. You can remote control your partner’s PC as if you were sitting right in front of it.

Advantages of TeamViewer:
  • Using this you can instantly take control over a computer anywhere on the Internet, even through firewalls.
  • Perform both remote access and remote desktop sharing.
  • No installation required, just use it fast and secure.
  • You can also send/transfer or run files between the two connected computers.
  • It also enables you to chat with the other user.
  • All this features for free.
How to use it:

  1. You just need to download two files, one is the TeamViewer_setup that you can either install or run live on your system to take control of remote system.
  2. Other is the teamviewerqs which is the client that is required to be run on the remote system.
  3. Run your setup and ask your friend to run his.
  4. Enter his ID in your Create Session ID box (as shown). Click “connect to partner”.
  5. It will ask for your partner’s password, enter that in that box.
  6. This is it, connection has been setup and you can use his desktop and do anything you want.
  7. Below is the screenie of the remote system.
access a remote computer using TeamViewer
Read More..

Topic about How To Prevent Access To Drives From Your Computer only video tutorial

Drives From Your Computer













Hlw everyone, this is really amazing tutorial and you can easily create security in your HardDrive disk after watch this videos..
Read More..

Prevent access to specific partition or drive

Sometimes we would like to prevent users from accessing tons of data. we can do this by hiding the drive but it does not prevent the access completely. This trick will not hide the drive but users cannot access it. After preventing access, you can hide the drive to ensure full protection. To do this, perform the following steps:-

  • Log into the account where you want the users not to access the drive.
  • Open registry editor.
  • Go to HKEY_CURRENT_USER >> Software >> Microsoft >> Windows >> CurrentVersion >> Policies >> Explorer.
  • Right-click to create a new DWORD value with the name NoViewOnDrive.
  • Double-Click on this entry, Select the radio button named Decimal.
  • In the value data field put the value of the drive you want to prevent access.
  • The value is calculated using the formula 2n-1, where n is the number of the drive which you want to prevent access-1 for A, 2 for B, 3 for C and so on...
  • If you need to hide more than one drive, add the respective drive numbers and enter it into the value data field. For example, to hide drive C you need to enter 4 (2 3-1); to hide drives D and E you need to enter 24 (2 4-1 +2 5-1).
  • To apply the change to all users in the system, follow the same method, but use the key HKEY_LOCAL_MACHINE >> Software >> Microsoft >> Windows >> CurrentVersion >> Policies >> Explorer instead.
  • To remove all restrictions, just delete the entry.
  • To hide the drive click here.
Read More..

Open Access for Publications



The Association for Computing Machinery (ACM) recently announced a new option for publication rights management, wherein researchers can choose to pay for the public to have perpetual open access to the publication. Google applauds this new option, and today we are announcing that we will pay the open access fees for all articles by Google researchers that are published in ACM journals. IEEE also has an open access option for some of its publications, and we also pay the open access fee for them and for publications in like organizations.

Google has always believed that by improving access to the world’s knowledge, we can help improve everyone’s lives. When it comes to scientific research, we have consistently said that open access to publications speeds up research, accelerates innovation, and helps grow the global economy.

Policies like ACM’s continue to demonstrate the sustainability of open access publishing. It will also provide better access to the papers that we write at Google. We encourage researchers everywhere to pursue open access options whenever publishing articles, and to continue to make publications available as widely as possible, within your rights.
Read More..

Find Who has Access to your Files in Google Drive

Wondering who has access to userr Google files and folders. This simple Google Script will show a list of all files that user may have ever shared with public or specific contacts.
 
Google Drive lets user share files with specific contacts or user can make them public and anyone can then view userr files. Sharing also prevents user from clogging someone else’s mailbox. For instance, if user are sending a large file as an email attachment, a better option would be that user upload the file to Google Drive and share the link instead.

Who Can View or Edit userr Shared Files?

If user have been using the sharing feature of Google Docs (now Google Drive) for some time, user may have quite a few files in the Drive that are accessible to other users. Would user like to review this list?
Here’s a simple Google script that will scan userr Google Drive and prepare a list all files that have been shared from userr Google Drive.
To get started, click here to copy the Google Script in userr own Google Drive. Then choose Run->Start to execute the Google Script. The script will ask for authorization since it needs to check the sharing permissions of the file in userr Google Drive. Say “authorize” and user’ll soon get an email with a list of all the shared files that were found in userr Google Drive.
The report, see the above screenshot, will have links to the shared files and also a list of users who can view or edit that particular file. If a file can be viewed by anyone, the user will be mentioned as Public.
The Google Script checks the sharing permissions of every single file in userr Google Drive and thus it may take a minute or two to finish if user have too many files in the Drive.

Bonus tip: Did user know that user can set an auto-expiry date for userr shared links in Google Drive. The shared link will automatically stop working after a certain date or time set by user.
Read More..