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

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?
download file now
Sunday, August 27, 2017
How To Disable Startup Programs In Windows Using MSCONFIG
How To Disable Startup Programs In Windows Using MSCONFIG

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:
download file now
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?s ?#?Stuff?s

Download now
download file now
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.

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:

- Argentina [blogspot.com.ar]
- Australia [blogspot.com.au]
- Brazil [blogspot.com.br]
- Canada [blogspot.ca]
- Czech Republic [blogspot.cz]
- France [blogspot.fr]
- Germany [blogspot.de]
- Hong Kong [blogspot.hk]
- India [blogspot.in]
- Italy [blogspot.it]
- Japan [blogspot.jp]
- Mexico [blogspot.mx]
- New Zealand [blogspot.co.nz]
- Portugal [blogspot.pt]
- Romania [blogspot.ro]
- Spain [blogspot.com.es]
- Sweden [blogspot.se]
- 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
Subscribe to:
Posts (Atom)