Showing posts with label disable. Show all posts
Showing posts with label disable. Show all posts

Thursday, September 28, 2017

Disable Access To Shared Folder To Some Computers In A Network

Disable Access To Shared Folder To Some Computers In A Network


 How to deny access to a Windows Shared Folder to a computer on the network?
If there are more than one computers on a network, the need to share files and folders between them arises. It makes movement of files easier instead of transferring through a physical media such as USB drives. There are various ways on Windows Operating systems to share files on a network - Sharing Public Folders, Sharing with Password Protecting on etc. I will not be going through all the different ways, but you can refer to the following link. It has a list of links you can refer to.
http://www.howtogeek.com/school/windows-network-sharing/lesson4/all/. In this post, we will see� How to deny access to a Windows Shared Folder to a computer on the network?
Read more �

download file now

Read more »

Sunday, August 27, 2017

How To Disable Startup Programs In Windows Using MSCONFIG

How To Disable Startup Programs In Windows Using MSCONFIG


How To Disable Startup Programs In Windows Using MSCONFIG
Your computer have been starting slow lately? There may be a lot of programs waiting to start when you switch on your computer.

The longer we use our computers, the more software we may end up installing. Some of these software starts automatically when Windows starts. The more software programs the computer has on start up, the slower the computer will be to start. It is better to disable some unnecessary programs from Windows startup to speed up the computer.� We can configure the startup programs using the MSCONFIG tool in Windows. Care should be taken when editing startup programs using MSCONFIG. Remove only the programs you know, generally programs you have installed yourself.� Removing system required programs can cause startup issues.

Check out this short video tutorial to see how to disable some unnecessary from startup to speed up your computer:
Read more �

download file now

Read more »

Saturday, August 26, 2017

How to Enable and Disable USB Debugging in Samsung GALAXY Tab2

How to Enable and Disable USB Debugging in Samsung GALAXY Tab2



South Africa Odi & T20 2015 Kit Released!! #?Syed??#?Stuff?s


Download now

download file now

Read more »

Saturday, August 5, 2017

How to Disable Country Specific Domain Redirection in Blogger

How to Disable Country Specific Domain Redirection in Blogger


Blogger introduces the Country Specific URLs redirection for many Blogspot domains. Instead on the blogspot.com extension, your readers will discover their country specific sector extensions. The redirection currently implemented for India and also many major countries too. So far many blogspot.com domains redirecting to be able to blogspot. inside.
For Example: If that you are viewing the blog using address blog-name.blogspot.com from Australia (AU), then you can be redirected to be able to blog-name.blogspot.com.au . Similary, if you are viewing from India itll be redirected to be able to blog-name.blogspot.in and so on.
This redirection is named "country-code Top Level Domain" (ccTLD). It also knows as "302 Redirect" also. So today I came across a great trick to disable this country specific redirection and get a better traffic rank.

How to Disable Redirection?

Recently, a report says that many countries are affected from this. These countries are:

  1. Argentina [blogspot.com.ar] 
  2. Australia [blogspot.com.au] 
  3. Brazil [blogspot.com.br] 
  4. Canada [blogspot.ca] 
  5. Czech Republic [blogspot.cz]
  6. France [blogspot.fr] 
  7. Germany [blogspot.de] 
  8. Hong Kong [blogspot.hk]
  9. India [blogspot.in] 
  10. Italy [blogspot.it] 
  11. Japan [blogspot.jp] 
  12. Mexico [blogspot.mx] 
  13. New Zealand [blogspot.co.nz] 
  14. Portugal [blogspot.pt] 
  15. Romania [blogspot.ro]
  16. Spain [blogspot.com.es] 
  17. Sweden [blogspot.se] 
  18. UK [blogspot.co.uk]
 If you want to prevent this country specific redirection then follow the steps given below.
  • Go to Template tab from your blogger dashboard.
  • Then select Edit HTML.
  • Find <head> and paste the code given below right below it.

<script type=text/javascript> var str= window.location.href.toString(); if ((str.indexOf(.com/))==-1) { var str1=str.substring(str.lastIndexOf(".blogspot.")); if (str1.indexOf(/)==-1) { var str2=str1; } else { var str2=str1.substring(0,str1.indexOf(/)+1); } window.location.href =window.location.href.toString().replace(str2,.blogspot.com/ncr/); } </script>

That�s it!! Check your blog again and it will not redirect to any specific country.

download file now

Read more »