Showing posts with label Windows 8. Show all posts
Top 50 Free Proxy Sites – Free Proxy Server List 2015
Top 50 Free Proxy Sites – Free Proxy Server List 2015 – Free proxies
works as a life saver when a particular site is banned in your region by
your ISP,School,College,Goverment etc. Sometimes website owner bans
them self in a particular region. SO in this case proxy helps a
lot.Using proxy sites are very easy to use them. Just go to any popular
proxy website and enter URL of your desired webpage or website and
through proxy servers, you’ll be able to explore it without any problem
yeah thats it. However, beware! Not all proxy websites are safe. Many of
them contains malware, viruses, many proxy websites can steal your
private information.
So foy your ease we are providing you 50 free proxy sites you can use
them. And enjoy your privacy.
Yes this is really very easy to use.
- HideMyAss - https://www.hidemyass.com/proxy
- Proxify – http://proxify.com/p/
- Ninja Clock – http://ninjacloak.com/
- AnonyMouse - http://anonymouse.org/
- AnonyMizer – http://www.anonymizer.com/
- kProxy – http://www.kproxy.com/
- BlewPass - http://www.blewpass.com/
- Zfreez – http://zendproxy.com/
- Vobas – http://www.vobas.com/
- Don’t Filter – http://www.dontfilter.us/
- Vtunnel – http://vtunnel.com/
- Proxy.org – http://proxy.org/
- New Ip Now – http://newipnow.com/
- WebProxy.net – http://webproxy.net/
- 4everproxy - http://4everproxy.com/
- Unblock My Web – http://www.unblockmyweb.com/
- YouTube Unblock Proxy – http://youtubeunblockproxy.com
- Working Proxy – http://workingproxy.net
- Free Open Proxy – http://freeopenproxy.com
- Proxy 2014 – http://proxy2014.net
- Unblock YouTube Free – http://unblockyoutubefree.net
- Free YouTube – http://freeyoutube.net
- HideOnline Proxy – http://freeyoutube.net
- Rapid Proxy – http://rapidproxy.us
- Unblock YouTube Beat School – http://unblockyoutubeatschool.com
- Hiding Your Info – http://hidingyour.info
- Unblocker – http://unblocker.us
- Fast USA Proxy – http://fastusaproxy.com
- YouTube Free Proxy – http://youtubefreeproxy.net
- Proxyo – http://proxyo.info
- Quickproxy – http://quickproxy.co.uk
- Defilter – http://defilter.us
- Free Proxy Server – http://freeproxyserver.uk
- Free YouProxyTube – http://freeyouproxytube.com
- The Best Proxy – http://thebestproxy.info
- EXCS – http://ecxs.asia
- Just Proxy – http://justproxy.co.uk
- Proxy-2014 – http://proxy-2014.com
- VPN Browse – http://vpnbrowse.com
- ProxyOne – https://proxyone.net
- Web Proxy Free – http://webproxyfree.net
- Can’t Block This – http://cantblockthis.org
- Hide The Internet – http://hidetheinternet.com
- Greatest Free Proxy – http://greatestfreeproxy.com
- Proxay – http://www.proxay.co.uk
- ViewTube – http://viewyoutube.net
- PRO Unblock – http://pro-unblock.com
- HideMyTraxProxy – https://hidemytraxproxy.ca/
- Working Proxy – http://workingproxy.net
- Star Doll Proxy – http://stardollproxy.com
- HideMyAss UK – http://hidemyass.co.uk
Monday, 19 January 2015
Posted by Niraj lathiya
Auto Save Passwords Without Notification in Firefox
Hello guys, Today i am going to write about a simple firefox hack
which helps you to hack your friends easily. When ever you try to login
in any account, firefox shows a notification asking for store user name
and password for this website. But after using this trick it will never
ask to store the password but it would automatically store all the
password. Its ideal trick if you want to get someones login details who
uses your computer.
follow these steps:
1) First of all you need to close firefox.
2) Now locate the nsloginmanagerprompter.js file which is normally found in
C:\ProgramFiles\MozillaFirefox\Components\
3) Open nsloginmanagerprompter.js with notepad or other editor. But the editor which would show the line number will be ideal.
4) Replace the entire line 804 to 869 with the following code
var pwmgr = this._pwmgr;
pwmgr.addLogin(aLogin);
After replacing this, save this file
Now it’s done. yeppie….
To see the usernames + passwords, go to tools –> options –> security –> saved password
i hope you like this, please pass your comments
follow these steps:
1) First of all you need to close firefox.
2) Now locate the nsloginmanagerprompter.js file which is normally found in
C:\ProgramFiles\MozillaFirefox\Components\
3) Open nsloginmanagerprompter.js with notepad or other editor. But the editor which would show the line number will be ideal.
4) Replace the entire line 804 to 869 with the following code
var pwmgr = this._pwmgr;
pwmgr.addLogin(aLogin);
After replacing this, save this file
Now it’s done. yeppie….
To see the usernames + passwords, go to tools –> options –> security –> saved password
i hope you like this, please pass your comments
How to Reset Your Forgotten Windows 7,8,8.1,10 Password the Easy Way
Forgetting your password is never any fun, but luckily there’s a really easy way to reset the password. All you need is a copy of the Windows installation disk and one simple command line trick.
Resetting Your Forgotten Windows Password
Boot off the Windows disk and select the “Repair your computer” option from the lower left-handcorner.
Follow through until you get to the option to open the Command Prompt, which you’ll want to select.
First you’ll want to type in the following command to backup the original sticky keys file:
copy c:\windows\system32\sethc.exe c:\Then you’ll copy the command prompt executable (cmd.exe) over top of the sticky keys executable:
copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe
Now you can reboot the PC.
Resetting the Password
Once you get to the login screen, hit the Shift key 5 times, and you’ll see an administrator mode command prompt.Now to reset the password—just type the following command, replacing the username and password with the combination you want:
net user geek MyNewPassword
That’s all there is to it. Now you can login.
Of course, you’ll probably want to put the original sethc.exe file back, which you can do by rebooting into the installation CD, opening the command prompt, and copying the c:\sethc.exe file back to c:\windows\system32\sethc.exe.