Computer Tricks

http://pccrackingtricks.blogspot.in

Wednesday 16 December 2015

Best CMD Tricks, Tips & Hacks For Windows

We are using computer almost in every field. Computer is combination and hardware and software. Most basic software that is necessary to run a computer is operating system. Mostly people use Microsoft Windows operating system. Windows is a powerful GUI based operating system which is easy to operate. We can install different application software’s on windows according to our need including MS office, Adobe reader, music players, games and notepad. As we can use notepad for multiple task like coding editor, dairy and etc for more you need to check all best notepad tips and tricks. But an average persons who have basic knowledge of computer don’t know all options of windows. Some task in Windows is very difficult like get IP address of a system, resolve Domain name to IP address, know active internet connection etc. But in DOS operating system, with the help one command we can do these task. Dos is the first command based Microsoft operating system. We can do many task in an easy way with the help of Dos but we only need to know about these commands. If you do not know about these command then this article is for you. In this article we provide you a list of best CMD tips, trick and hacks.
Computers

Best CMD (Command Prompt) Tricks


1. Creating Con Or Non Deletable Folder With CMD

In Windows you can not create a folder with name con or can not rename a folder to con. This is because it is a variable name used by Windows programming. Other variable name includes lp1, lpt2, lpt3 up to lpt9, aux. So Windows can not allow you to make a folder with this name. But with the help of dos command we can create a folder with such name.
1. Press Windows button and run CMD as administrator.
2. Type the command with this syntax “drive name: “. This command allow you to enter in the drive in which you want to create a folder. For example d: and press enter.
3. Now enter the following command
md con and press enter.
4. After that your folder is created in specified drive.
con folder cmd command

con folder
Deleting con Folder
You can not delete such folder manually by using Windows. To delete this folder type the following command in the command prompt.
rd con

2. Shut Down Computer With Commands

You can also shut down your computer by using command prompt. Type the following command in command prompt.
For Shut Down
shutdown -s
For Restarting
shutdown -r
For Logoff
shutdown -l
-s -r -l parameter tells the computer to shut down, restart, log off

3. Shutdown Computer In specified Time With CMD

You can also shut down your computer in specified time using command prompt. If you want to shut down your computer after two minutes type the following command.
shutdown -s -t 120
shut down cmd command
windows shut down

4. Print Message Before Shut Down

We can also print some message before shut down a computer. We can use it as a reminder which remind you a task at the time of shut down. We can do this by using the following command.
shutdown -s -t 500 -c “My message.”
We can replace my message with our message we want to display.
print message with cmd command

5. Assoc CMD Command

There are many programs installed in our computer. Each program have its own file extension. It is difficult to remember each file extension. If you want to know which file is associated with which program then we can do this by typing the following command
Assoc
This command provide you a list of programs and their associated files.
Assoc cmd command

6. Hide A Folder With CMD Command

We can play some interesting tricks with command prompt. Hiding a folder is one of them. By hiding a folder you can also save your data from other users. You can do this by typing the following command.
attrib +s +h D:ABC
Where ABC is the name of directory we want to hide.
hide folder with cmd command
run hidden folder cmd command

Unhide The Folder

If we can also unhide the hidden folder using command prompt. To unhide the folder type the following command.
attrib -s -h D:ABC

7. IP Related CMD Command

ipconfig is of the most useful command to see the IP address, Defult gateway and subnet mask. This command is related to networking and is most important for troubleshooting the problems related to TCP/IP.
To view Subnet Mask and IP Address use
ipconfig
To view TCP/IP related Information use
ipconfig/all
To view DNS cache use
ipconfig/displaydns
To delete the local cache of DNS use
ipconfig/flushdns

ipconfig cmd command

8. Net Related Commands

Net is a powerful cmd tool which is used to see the stat of network. This command provide information about active connection. This command is used to view or update network settings.
It is used to view only the services that are started using the following versions of this command
1. net stop server ( when the server is currently not running any service.)
2. net start server (when the server is being starting a service.)
3. net start (This command is used to check the services that are currently running.)
4. For connecting to shared network devices use the following command.
net use m:sharedservername (for connecting to share network drives)
net use m:sharedservername/delete (for disconnecting to share network drives)
net cmd command

9. Netstat CMD Command

Netstat command is an important tool when you want to know about who is establishing a connection with your computer. The out of this command provide you the information about all active connection and listening ports. we can view Ethernet statics and resolve connecting host IP address to a fully qualified domain name. You can use the Netstat command with following attributes
1. -a (display all connection)
2. -n (sorts connection in numerical order)
3. -b (display executable name. that is browser name)
netstat cmd command

10. Nslookup CMD Command

When we use internet , Domain name server resolve the Domain names to IP addresses so we do not need to remember the IP addresses. But in case of troubleshooting we can get the IP address of particular website using this command.
syntax is nslookup google.com

Nslookup CMD Command
So these are some best cmd tips and tricks. I hope you like them all and find them working. In case you face any problem or you know trick related to cmd must let us know we will update it.

Thank You

You may Search links Below
Computer Tricks : http://pccrackingtricks.blogspot.in/

Monday 14 December 2015

Top Best Large Files Compression Software


Computer or Laptop  are used in daily works like Email, internet browsing, playing games, sharing files and folders etc. As we are computer professional or not we share and store various types of different files. In corporate section almost every thing in not maintain by the usage of computer. So we all need to transfer data from one place to another by using USB pendrive. which leads to many security issues. Like we want to protect any confidential data from unauthorized access. So we can apply password on pendrive. If you want to apply then read How to Protect pendrive with password.
Another most important issue which we almost faced is, having insufficient storage space. In that case we need to compress our files to save our drive space and store more amount of data. Some conditions we need to attach a files to an email, so to reduce the email sending time and reduce network cost we also need to compress these files. If we have to send multiple files with an Email then it is convenient to make rar file of entire folder instead of attaching all files one by one. Even we all have 8gb, 16, or 32gb pendrive so to store maximum number files compression files is the best way. It also save our time and increase work efficiency. The compression of files will take place with the help of compression tools. Today we are going to list out some best large files compressing software for PC which will help you to reduce size of files and also increase disk space.

Best Software To Compress Files


1. 7-Zip (Free)

7-Zip is one of the best software to compress large files. It is compatible with Windows 7, Vista, 98, ME, 2000 etc. It support both 32 and 64 bit operating system. It is a open source light weight software. You do not need to pay for this software even after use in commercial computer. It support ZIP, RAR, ARJ, GZIP, TAR, RPM, CPIO, DEB, CAB. For ZIP and 7ZIP, IOS formats it has compression ratio from 2 to 10 percent. It is a powerful file manager for compression and decompression wiith plugin support. It support 87 different languages.
http://www.7-zip.org/

2. PeaZIP (Free)

PeaZIP is another powerful file compression software. It is also a open source software which is available for free even for commercial use. It is specially designed for windows and compatible with all version of Windows. It is a free achiever which supports 150 plus file types . The most common formats include 7ZIP, ARC, TAR, UPX, XZ, ZIP, WIM, GZ, PEA, SFX etc. It also provide you strong encryption, authentication with the help of Encrypted password manager and it can also compress and merge two files together. It also provide simple and easy to use interface. It also allow you to convert CD images into ISO files and vice versa.
 http://peazip.org/PeaZIP file compressing software

3. IZArc (Free)

IZArc is another powerful file compression software which is also available for free for commercial use without any cost. It support compression and Decompression of files and also provide file encryption. It is compatible with all versions of Windows. It support file formats including TAR, UPX, XZ, ZIP, WIM, GZ, PEA, LHA, CDI, WAR, ISO, C2D, TGZ, TZ, LHZ, UUE, NRG etc. It also allow you to drag and drop files from and to Windows explorer and allow you to create and extract files. We can convert one file format into another with the help of its powerful converter that is ISO image to NRG and vice versa. It provide 256 bit encryption.
 http://www.izarc.org/download.htmlIZArc files compression software

4. Hamster Free Zip Archiver (free)

Hamster Zip Archiver is another powerful software which is compatible with all versions of Windows expect Windows 8. It is also open source freeware software for commercial use. It support many file formats including RAR, WAR, ZIP, 7ZIP, ISO, TGZ, HGZ, C2D, LHA, WIM, XZ, UPX, NRG, CDI etc. It also provide option to look files for additional file protection. It provide a colorful interface with easy to use tools. It provide 128 bit file encryption. It also provide file drag and drop capabilities to and from Window Explorer and quickly allow you to compress this file with in few seconds. It can compress 5 to 10 percent of a file.
http://hamstersoft.com/Hamster Free Zip Archiver software

5. ZIP Genius (Free)

ZIP Genius is another powerful compression tool for Window which is available for free even its license is also free for commercial use. It is compatible with all version of Windows. It support more 20 file formats including RAR, WAR, ZIP, 7ZIP, ISO, NRG, CDI, TAR, HGZ etc. Its also provide powerful converter to convert a CD image into ISO file or an ISO file into CD Image. It also provide 128 bit file encryption. It provide you CZIP encryption to protect your file from unauthorized file access.
http://www.zipgenius.it/ZIP Genius files compressor software

6. Winrar (Paid)

Winrar is one of the most powerful window compression tool which is available for all version of Windows. It is available for both 32 bit and 64 bit processor. It provide you the drag and drop capabilities to drag and compress files to and from Windows explorer. It provide you to lock the file or folder using a password manager and allow a separate password for each file. It also provide searching capabilities to search a particular file. It is available in more than 50 languages. It support RAR, WAR, ZIP, ISO, 7ZIP, NRG, CDI, TAR, HGZ etc file formats. It is also available for MAC OS. It also provide repair to damage files.
http://www.rarlab.com/Winrar files compression tool

7. Power Archiver (Paid)

Power archiver is another popular paid commercial software for commercial use. It is available for both windows and MAC operating system. It is available for both 32 bit and 64 bit system. It provide you to lock the file or folder using a password manager and allow a separate password for each file. It also provide searching capabilities to search a particular file. It support more 20 file formats including RAR, WAR, ZIP, 7ZIP, ISO, NRG, CDI, TAR, HGZ etc. Its also provide powerful converter to convert a CD image into ISO file or an ISO file into CD Image.
http://www.powerarchiver.com/Power Archiver files compression software

8. BitZipper (Paid)

BitZipper is another popular paid commercial software for commercial use in business organizations and for home users. It is available for all versions of windows. Its lifetime license is available in 24.95 $. It support more 15 file formats including RAR, WAR, ZIP, 7ZIP, ISO, NRG, CDI, TAR, HGZ etc. Its also provide powerful converter to convert a CD image into ISO file or an ISO file into CD Image. It is available for both 32 bit and 64 bit system.
Download BitZipper
BitZipper files compressing software
These are few best software to compress files. Few of them are paid and rest of others are free. If you feel that we missed any of the best file compression software which should be in this list. Please let us know we will update it soon.
Thank You

You may Search links Below
Computer Tricks : http://pccrackingtricks.blogspot.in/




Saturday 12 December 2015

How To Make Bootable USB Pendrive For Windows 7, 8, 10


whenever we install Windows on our Desktop or laptop we use bootable disk to install. Windows installation with CD or DVD is an old metho3ds. Even our bootable disk get corrupt after few installations. After increasing the usage of Pendrive we use them for data transfer from one device to another just because it is erasable. So that’s why many software are also available for converting usb into bootable usb. Installing windows by using usb is best technique. We can erase it whenever we want, its more reliable and faster than disk drives. Today i will explain you how we can use usb pen drive for installing Windows on our devices. Their are many available software which make usb into bootable but sometimes their is problem with file compatibility or even problem with different windows versions. Making windows installation is necessary after some conditions if your device is getting slow and you think that is windows problem but its not be every times. I recently explains some Tips to Make Your PC Run Faster without doing new windows. But if you want to install new windows then follow below given methods.

Method 1:- Bootable Windows With WinToFlash


  • WinToFlash is best tool for making bootable usb just because it support various file types of windows.
  • First of download and install WinToFlash
  • Then select your windows files source and usb device to make it bootable
  • Don’t forget to check the box of use diff format files as i have done in below capture.
wintoflash usb bootable tool
  • After that simply format and start copying of files into your device.

Method 2:- Bootable Windows with MS Software.


  • Microsoft officially provide tool for making bootable usb or DVD.
  • First of all you need to download  Windows Bootable Tool
  • After downloading install it on your device.
  • Now you need ISO file of windows setup for making bootable usb. If your have windows file with ISO then its good otherwise search at Google for tools for converting Windows into ISO.
windows usb dvd bootable tool
  • After doing all this open Windows Usb creator tool and then select the ISO file and click on next button.
  • By using this tool you can make bootable usb or DVD drive for bootable usb click on the option of usb device.
windows select usb dvd bootable tool
  • Then further select your usb drive from the list and click on Begin copying.
It take few min to make your device bootable in case if it not able to complete then follow below given process to make your usb compatible.

Unable To Make Bootable Usb


In some conditions usb drive is shown error while copying bootable files. So if you are facing same problem then you have to clean your usb with diskpart commands.
  • First of all go to start menu then search for Run or open by using Windows Key+R
  • Then type diskpart into run box and press enter
  • Now black screen will appear type command in same format as given below.
diskpart usb format
  • Replace X  with your device number from available disk no of your usb drive
  • Above command with clean your select usb disk
  • Now You have create a fresh partition of drive simply follow below commands.
create primary partitionselect partition 1
active
format quick fs=fat32
assign
exit
diskpart drive format and assign
This process will fixed out all the errors and after following all this process you will be able to make bootable usb with windows usb Tools

Some Important Tips:-


  • To make Bootable Usb drive you must have usb of minimum space 4GB on my recommendation use 8GB.
  • Windows Files For making bootable device.
  • Make sure that Your usb drive is empty always copy all the available data before making bootable.
I hope you enjoy this tutorial and find it helpful for making bootable usb successfully. In case you face any kind of problem while using this must leave your comments.


Thank You

You may Search links Below
Computer Tricks : http://pccrackingtricks.blogspot.in/


Monday 7 December 2015

Shopclues Coupons, Deals, Discount Coupons


ShopClues Coupon Codes December 2015

Today, we are introducing the shopclues coupon code December 2015.Have you ever thought of having an awesome shopping experience? Well, shopping at the ShopClues.com using the shopclues coupons December 2015 is something that you are going to enjoy.
The various coupons offered by ShopClues provide you with great amount of discounts for many products and services. No matter what product you want to buy like the DSLR Camera, latest high end smartphone, fashion and beauty accessories, etc. you can use the shopclues coupon code December 2015 to redeem some of the best shopclues discounts for high-class products.
Just imagine the knock-out prices you get by using the shopclues coupon code December 2015. Seriously, to avail the given discounts, all you have to do is click on the shopclues discount coupon which suits the best for your shopping requirements and automatically you would get the coupon. Once you have entered the shopclues coupon code December 2015 in the website of the retailer, you could easily minimize the exuberant retail prices. In addition, the firm provides shopclues discount coupon December 2015 and free shopping coupons which are the hot favorites among various consumers.
Like other normal consumers, it matters a lot if the effort and time which you spend online goes down the drain. This is something which you don’t want to hurry and ultimately leads to making a great amount of compromise on the type of fashion. This is something which you don’t want to happen now. Basically, there is no need to simply login online and go through the various millions of website to see and download the shopclues coupon code December 2015 or deal.
With a few clicks you can get the shopclues coupons December 2015 and it will enable you to select from the wide range of services and products, even helping to save a lot of time while making the purchase. Various special ShopClues discount coupons December 2015 and special ShopClues mobile coupons are quite famous as people often use them for purchasing commodities online.

Best ShopClues Coupon Code December 2015

Updated & Working As Of: December 6, 2015
Details
Codes
Extra 25% OFF on Footwear on Purchase of Rs.700
SCRAJAFW25
Flat 10% Off On Gold Coins
SC2GJ10
Register & Get 12% Off On Your Order
SCRD12
Flat 10% Off On Store Wide
SCOMG10ZP
Flat Rs 100 OFF on Purchase of Rs 800
SCRAJA100
Flat Rs 600 OFF on Smartphones on Purchase of Rs 8500
SCRAJA600
Flat 14% OFF on all Categories Except Electronics
SCRAJA14
Apple IPad Mini 16GB with WiFi Just at Rs 13999
SC4BA49
Upto 70% OFF + Extra 15% OFF on Home & Kitchen Appliances
SCAFFHK15
American Tourister Store - Upto 50% OFF on Trolley Bags and Backpacks
SCAMTS25
Upto 85% OFF on Books, Stationery & School Bags
SCBTSS40
Flat 70% OFF on Silver Jewelry
SCH11D50
Toys Clearance Sale - Flat 15% OFF on Toys
SCTCS15
Extra 14% Off on Non-electronic Products
SCNW15CUD
Flat 30% Off on Apple MacBook Pro Dual Core i5
SCLTSP10
Rs. 100 Off on Rs. 800+ Sitewide
SCCUDALL100A
Flat Rs.100 Off On Store Wide
SCOMG100F
Extra 14% Off On All Categories Except Electronics
SCOMG14P
Upto 47% + 6% Cashback Off On Bigtvs
SCBTVS10
Upto 21% Off On Fastrack Sunglasses
SCFTS15
Flat 44% Off On Branded Watches
SC1BW30
Upto 21% Off On Refrigerators
SCHRS10
Men’s Sports Shoes And Sandals @ Flat Rs.349/-
SCTOMF50
Men Sports Shoes @ Rs.349
SCSPF30
Upto 51% Off On Laptop & Computer Accessories
SCLACCS10
Upto 83% Off On Curtains
SC1ACS40
Get Flat Rs.250 Off On A Minimum Purchase Of Rs.2100
SCRANI250
Extra 25% Off On Footwear Of Rs.750
SCRANIFW25
Flat 15% Off On Gitanjali Maya Gold Jewellery
SCMG5

About Shopclues:

Shopclues is one of the best and awesome (popular) online shopping website that provides various coupons like shopclues discount coupon December 2015. Basically, it is one stop solution for purchasing all kinds of lifestyle, fashion, home products etc. online. It ensures that all the products gets delivered on time like mobiles, clothing, electronics, Footwear, watches, jewellery, beauty products, sunglasses, accessories, fashion, health products, toy, books, and the list goes on. Besides the above products, the furniture and home categories consist of various items like furniture appliances, kitchen, decorative and furnishing items and the sports column contains all kinds of branded equipment and products which can be purchased at discounted rate using the shopclues coupon code December 2015.

Thank You

You may Search links Below