Friday, February 27, 2015

27COUPONS.COM ULTIMATE DEAL SITE


Online shopping saves you time and gives you a wider variety of items to choose from, all from the comforts of home. But just because you get the convenience, it doesn’t mean you don’t get to get bargains and deals!

With Christmas just around the corner, everyone is bargain-hunting for the best gifts with the best savings, to wrap and place under the Christmas tree.
There are many websites out there to purchase things from and you might have a few favourites of your own, but it’s never a bad idea to add one more to the list.

27Coupons.com is India's most popular coupon code website. 27Coupons.com connects online shoppers looking for great deals with merchants who want to acquire new customers and increase their sales. Over 1,000,000 online shoppers visit 27Coupons.com each month because it provide the most complete and accurate source of discount information in India.
         27COUPONS.COM is an ultimate site for all your need. You can get coupons and freebies offers of all top websites, or say of sites more than you know.

        Use 27coupons.com coupons and offers to shop, travel and gift on the eve of Holi at any stores like flipkart, amazon, ebay, yatra...
Get connected to 27coupons.com and never miss a single offer.
   Top stores:
    a) http://www.27coupons.com/stores/flipkart.com/
    b) http://www.27coupons.com/stores/ebay.in/
    c) http://www.27coupons.com/stores/amazon.in/
    d) http://www.27coupons.com/stores/yatra.com/

For example:
Visit     http://www.27coupons.com/stores/flipkart.com/
You can get
-50% off on cameras
-minimum 55% off on womens clothing
-Upto rs 3000 off on laptops
-Minimum 40% on mens footwear
-Upto 84% off on watches
-And MUCH MUCH MORE!!

OR Visit  www.27coupons.com/stores/yatra.com
And get
-Upto rs12000 ecash in international flights
-Rs 800 cashback on domestic flights
-Flat rs100 off on bus tickets
-Upto 30% off on hotels.

 BROWSE NOW AND GET ULTIMATE DEALS FROM FOOTWEARS TO TOPWEAR, FROM ELECTRONICS TO BOOKS FROM HUNDREDS OF SITES.

Saturday, May 19, 2012

Task Manager or Registry Editor Disabled?

Enabling Task Manager *You must have administrative access in your PC to do this.
Method 1
Click Start, Run and type this command exactly as given below: (better – Copy and paste)

REG add HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v DisableTaskMgr /t REG_DWORD /d 0 /f

Method 2

  • Click Start, Run and type Regedit.exe
  • Navigate to the following branch:
HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies System
  • In the right-pane, delete the value named DisableTaskMgr
  • Close Regedit.exe

Method 3: Using Group Policy Editor – for Windows XP Professional

  • Click Start, Run, type gpedit.msc and click OK.
  • Navigate to this branch:
User Configuration / Administrative Templates / System / Ctrl+Alt+Delete Options / Remove Task Manager
  • Double-click the Remove Task Manager option.
  • Set the policy to Not Configured.
Enabling Registry Editor *Administrative access to PC required
From a command prompt click START | RUN and in the run box type CMD and press Enter.
Copy the following codes
REG DELETE HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v DisableRegistryTools
If the above code fails then try
REG DELETE HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v DisableRegistryTools

if you don’t know how to copy in DOS then just copy those above codes in RUN command and go….

Funny VB Script

Copy the following code in notepad and save it as “fun.vbs” with inverted comma. And have fun. Actually this code opens notepad and begin to type automatically. Even you close the notepad it’ll keep typing wherever it finds to type.
CODE:
Set wshshell = wscript.CreateObject(“WScript.Shell”)
Wshshell.run “notepad”
do
wscript.sleep 400
wshshell.sendkeys “Hi, “
wscript.sleep 400
wshshell.sendkeys “My “
wscript.sleep 400
wshshell.sendkeys “name “
wscript.sleep 200
wshshell.sendkeys “is “
wscript.sleep 400
wshshell.sendkeys “abcd “
wscript.sleep 400
wshshell.sendkeys “efgh. “
wscript.sleep 400
wshshell.sendkeys “If “
wscript.sleep 200
wshshell.sendkeys “you “
wscript.sleep 400
wshshell.sendkeys “don’t “
wscript.sleep 400
wshshell.sendkeys “know “
wscript.sleep 400
wshshell.sendkeys “me “
wscript.sleep 400
wshshell.sendkeys “then “
wscript.sleep 400
wshshell.sendkeys “you “
wscript.sleep 400
wshshell.sendkeys “know “
wscript.sleep 400
wshshell.sendkeys “nobody “
wscript.sleep 200
wshshell.sendkeys “Common, “
wscript.sleep 400
wshshell.sendkeys “man “
wscript.sleep 400
wshshell.sendkeys “you “
wscript.sleep 400
wshshell.sendkeys “must “
wscript.sleep 400
wshshell.sendkeys “know me. “
wscript.sleep 400
wshshell.sendkeys “Hahahaha! “
wscript.sleep 400
wshshell.sendkeys “I “
wscript.sleep 400
wshshell.sendkeys “am “
wscript.sleep 400
wshshell.sendkeys “so “
wscript.sleep 400
wshshell.sendkeys “much “
wscript.sleep 4000
wshshell.sendkeys “fun. “
wscript.sleep 400
wshshell.sendkeys “Well, “
wscript.sleep 400
wshshell.sendkeys “my “
wscript.sleep 400
wshshell.sendkeys “heart “
wscript.sleep 400
wshshell.sendkeys “is “
wscript.sleep 400
wshshell.sendkeys “melting, “
wscript.sleep 400
wshshell.sendkeys “now “
wscript.sleep 400
wshshell.sendkeys “don’t “
wscript.sleep 400
wshshell.sendkeys “cry! “
wscript.sleep 400
wshshell.sendkeys “okay! “
wscript.sleep 400
wshshell.sendkeys “Okay! “
wscript.sleep 400
wshshell.sendkeys “I’ll “
wscript.sleep 400
wshshell.sendkeys “stop “
wscript.sleep 400
wshshell.sendkeys “this. “
loop
Note: To Stop this just open task manager and kill the process called “wscript.exe”