Thursday, 21 July 2016

Asus launched Asus ROG GX700 Gaming laptop

Asus is a liquid cooled gaming laptop with Nvidia Geforce GTX 980 graphic card

Every year, gaming laptops get more powerful -- but never powerful enough to satisfy the demands of the most discerning gamers. Even the most muscular mobile graphics processors can't play the newest games on the highest levels of detail on 4K monitors. So with the new ROG GX700, computer company Asus decided to do something mostly unprecedented: cram components you usually only see in a desktop gaming PC into the body of a laptop.



Asus Republic of Gamers ROG today unveiled the world's first liquid cooled laptop - GX700 in India.


The GX700 is powered by the 6th-generation Intel Mobile K-SKU (‘Skylake’) processor, paired with 16GB of DDR4 memory and NVIDIA GeForce GTX 980 graphics card to give users desktop-grade fast performance on the go


GX700 has 17-inch 4K UHD gaming laptop to feature NVIDIA G-SYNC for smooth visuals. The Hydro Overclocking System also opens up the possibility of superior overclocking. The CPU can be overclocked up to 48% and the 64GB DDR4 memory can be overclocked by up to 43%. Wow! 64Gb RAM.

The GX700 features a liquid-cooling dock based on a custom self-sealing valve design, a quiet and highly reliable pump, and dual 92mm radiators capable of dissipating over 500W of heat. The GX700 also packs traditional cooling and can be run without the liquid-cooling dock.


         An Nvidia GeForce GTX 980 graphics chip with 8GB of GDDR5 memory. Not a GTX 980M mobile graphics processor -- this laptop has the same graphics chip you find inside one of the most powerful desktop graphics cards that gamers are currently buying to place inside their PCs.

This Machine will cost you Rs 4,12,990. That's alot Phew!

Thursday, 14 July 2016

Cool Notepad Tricks for Windows

Notepad, the text editor in Windows is an excellent tool for text editing but this is not the only thing for which notepad is famous.Notepad is also famous for its tricks and hacks. Here aresome selected  best and coolest tricks that you can try with Notepad.
 If any of trick is not working comment below :)

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

This falling code trick is extremely popular on social networking websites.
Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
Matrix falling code

Make Your Keyboard Type (Any) Message Continuously-VBS Trick

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs.
You will need to restart your computer to stop this. So, Try this after closing all important programs.
Send that file to your friends as an email attachment to see the fun.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop


Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

  This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. 
Copy this code and paste it in Notepad as Virus.vbs or *.vbs.

Double click to open this file and you will be impressed by this awesome trick.
 
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Make a Personal Diary(Log) with Notepad (Easter Eggs)

 You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. 
To do so,
  1. Open Notepad and type .LOG in capital letters and press Enter. 
  2. Save the file. 
Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.
 

All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 10, Windows 8, Windows 7, Windows Vista and Windows XP.

Friday, 8 July 2016

Password protect USB Port !

Yes it is possible to protect your usb port with password with the help of software "MyUSBOnly" . It's Official website link is at bottom of this post.

MyUSBOnly  is completely safe to install on your system and includes an uninstaller. If you don't like the MyUSBOnly trial version, you can remove it from your hard disk within seconds.

SYETEM REQUIREMENTS:

Microsoft Windows XP, Server 2003, Vista, 7, 8, Server 2008 - MyUSBOnly is not a resource-consuming utility.
Click here to go to Download page. 

Wednesday, 6 July 2016

Lock/Unlock USB Port of your computer for security purpose

Computer tricks (-‿-)'s photo.Simple Steps To Disable or Lock USB port :-
1. Goto run
2. Type 'regedit' without quotes
3. Click on HKEY_LOCAL_MACHINE
4. goto SYSTEM
5. Click on CurrentControlSet
6. Click on services
7. Goto USBSTOR
8. Double click on 'Start' where value is 3
9. Now change the value data with 4
10. Now press ok and refresh your desktop your USB port is disabled.

 To enable the usb port replace the value 4 with 3.

Saturday, 2 July 2016

Micromax Canvas Lapbook L1160




        Hello Guys, Micromax has launched a new laptop in their canvas series which is a budget
laptop.
  • It's a good looking & afforadable laptop which can perform light task with it's Intel atom 1.3Ghz  quad core processor with 2 Gb DDR3 RAM with it. 
  • It has a 11.6" IPS display.
  • It has a internal storage of 32Gb and supports eMMC Flash Drive.
  • It works on Windows 10 OS.
  • It has a HDMI port and 2 USB 2,0 ports with LAN support.
  • Canvas Lapbook L1160 is bundled with 4100mAh battery which is capable to give 8 hours on moderate usage.
  • It weighs around 1.3Kgs.

Overall build quality is good as compared with their previous launched laptops and it has a price  of 10,499 INR which is very low price for a laptop at this segment.



Friday, 1 July 2016

USE YOUR CHROME BROWSER AS NOTEPAD

Here is an useful tip for you. You can use your chrome browser as notepad whenever you need.  Example in the picture.
Just copy the text below to the address Bar Without quotes(") :

"data:text/html, <html contenteditable>"

Note: You can also bookmark this to use it anytime.