This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

!--Start of Tawk.to Script-->

How to remove Hidden Shortcut Virus from Removable Media

If your Pen Drive is infected with any of the following viruses:

* Autorun.inf

* new folder.exe

* Iexplorer.vbs

* Bha.vbs

* nfo.exe

* New_Folder.exe

* ravmon.exe

* RVHost.exe or any other files with extension.





Actually this viruses are hidden and can’t be seen even after you enable show hidden folders.

Following simple dos command will change the attributes of these files ,there after you can remove it by pressing delete key.

Follow these steps:

Step1 : Type cmd in Run

Step2 : Switch to the drive on which pen drive is connected (like C:\> h: enter)

Step3 : type exactly as :

attrib -s -h *.* /s /d

and hit enter (don’t forget spaces).

Now you can see hidden virus files and simply delete them.

How to Make/Create your Own Run Commands for any File, Folder, Application



Today In this tutorial, We are going to see that How can we create a Run Command for any File, Folder, or an Application in Windows 7/8/10. This can be done in a minute since the process is quite simple and short.





Here's How : Just follow the Steps

Step 1: Create a Shortcut for any File, Folder, or Application for which you want to create the Run(Win+R) command.

Step 2: Rename the shortcut created above as you want to name the Run Command for that Specific File.

Step 3: Now Copy and the Shortcut File in the C:\Windows\   Folder

Step 4: Open Run Dialog Box(Press Win+R) and enter the name of the Shortcut File which you named in Step 2, Press Enter.
Voila!!! Your Run Command is Working

Hope you like this tutorial. By using this you can create Run Commands for any File, Folder, or Application which you access frequently while using your Computer

12 CMD Tricks You Probably Don't Know About



No matter how good Windows may evolve on the GUI front, Command Prompt was how it all began. So here are some great and amazing tips and tricks you can use to make yourself comfortable while working with the Command Prompt. Have some fun and knowledge..

Let’s roll, shall we?

1. Open Command Prompt in a Folder



When you open the command prompt, it opens up in either User or System folder depending upon whether you ran it as administrator or not. Now the thing is, if you want to execute a file in any particular folder, you would have to use the change directory(cd) command to navigate to the folder which can be a problem if the directory is nested way too deep.

To ease things you can open the folder in your Windows Explorer, hold Shift key when you right-click in the folder and select Run command window here to directly open the CMD prompt with the path to that folder directly.


2. Enable QuickEdit for Easy Copy/Paste

One thing I miss the most in Command Prompt is the ability to easily copy and paste text using the conventional Windows hotkeys. Normally, one would have to use the right-click context menu options to copy and paste text, but if you enable QuickEdit, you can do them using simple shortcuts.



To enable the QuickEdit mode, right-click on the Command Prompt Title Bar and select Properties. In the Properties Window under the Option Tab enable QuickEdit Mode. That’s all; you can now quickly select text by dragging your mouse pointer. Pressing the enter key on the selected text will copy the text to the clipboard, and a simple left click would be enough to paste the text.


3. Run Command Prompt as Admin

Many commands require you to run command prompt as administrator. When you search for CMD in Start Menu, other than selecting Run as administrator from the right-click menu, you can simply press Ctrl+Shift+Enter to open it with admin privileges. This trick will work for all the programs installed on your system.

4. See Command History

You can see last used commands in a session using the navigation buttons, but if you would like to see a list of all the commands, you can get it by pressing the F7 button.




Alternatively, you can use the command doskey /history to list these commands in the command prompt itself.
5. Change Command Prompt Looks

Are you bored with the conventional black-and-white looks of the command prompt and would like to paint it different
6. Copy Commands Output to Clipboard Directly

Sometimes one might want to copy the output from a command to clipboard, like at times when you get an error, and you want to paste the exact error in email or while chatting with someone.

To store a command output to a clipboard add the command | clip at the end of the command. For e.g. Dir /p | clip
7. Drag and Drop Files to Change Path

If you are already in command prompt, and you want to copy the exact path to a folder or file to run the file or change the present working directory, you can simply drag and drop the file or the folder on the command prompt.

The path of the dropped file or folder will show up in quotes.


8. Run Commands Simultaneously



You can put && between two commands and execute them one after another. The command on the left will execute first followed by the command on the right of the double ampersand.


9. Get Help for Command



Well let’s say you know about a command, but you are not sure how it works. Not a problem, all you need to do is suffix the command with /? and execute it. If the command is valid, the command prompt will give you all the information related to it.


10. Watch Star Wars in ASCII



For all my nerdy friends who are diehard fans of Star Wars, you can actually watch the Star Wars Episode IV movie in the command prompt. Though it would be in ASCII, it will be fun. To start the movie, open command prompt, type in telnet towel.blinkenlights.nl. and press enter.

11. Make Undeletable, Unrenamable Folders



Click on Start.
Click on Run. Type in “cmd” without quotes.
In the Command Prompt Window that opens, type the name of the drive you wish to create your folder in the format <drive-name>: and press Enter. e.g. If you wish to create the undeletable folder in D drive, type “D:” without the quotes. Note that the folder cannot be created in the root of C:/ drive (if C: is your system drive).
Type this command- “md con\” or “md lpt1\” without the quotes and press Enter. You can choose any of the keywords given above as the name of your folder.

Now Windows will create an undeletable, unrenamable folder in the drive you entered in Step 3. However the folder can be renamed to another keyword using Windows Explorer.

Deleting the Folder

Although it is not possible to manually delete the folder, you can delete the folder by typing “rd con\” or “rd lpt1\” in Step 4 instead of “md con\” or “md lpt1\”.

Windows Compatibility: This works on Windows XP, Windows Vista, Windows 7 and Windows 8.

Try it yourself to create one such folder which can neither be deleted nor be renamed.


12.Know your IP address, DNS Server’s address and a lot more about your Internet Connection



For Windows XP Users, there’s no need to select Run as Administrator, all you need to do is Click on Start and then Run and type cmd in the Open box and press enter.

For Windows Vista and Windows 7 Users, click on the Windows Start button and type cmd, right click cmd on the top and select Run Administrator.Command Prompt can even let you know your IP address. Just type ipconfig/ all in the command prompt and press Enter. Along with your IP address and DNS servers, command prompt will also return a ton of information like your host name, primary DNS suffix, node type, whether IP Routing ,Wins Proxy, and DHCP are enabled, your network adapter’s description, your physical (MAC) address, etc.

HOW TO CREATE 100 OF FOLDER IN A MINUTES USING NOTE PAD

Step 1: Open Notepad

Step 2: Copy the Following Code and paste it in notepad then Save it as “virus.bat”. [you can also save with different name but extension must be .bat]

@echo off
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
REM #######################
REM mikehacks.blogspot.in

Step 3: Run it... Beware it may crash your PC due to heavy load, Use at your own risk....

Enabling God Mode

By enabling God mode you can access all your windows setting from one folder and it makes really easy to access and change windows settings. This work 32 as well as 64 bit operating system. So lets enable God mode on your computer.

Here's how to do it ?
Step 1: On your desktop right click and create a New Folder.

Step 2: Rename this folder to the code given below.

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

Step 3: Done now double click on this folder and you will have access to all your windows operating system settings under one roof...

Complete Collection of CMD Commands

Now a Days, working with CMD is getting quite popular.
So, I am posting a complete List of CMD Commands so that you can handle CMD more easier.




A


ARP
Displays and modifies the IP-to-Physical address translation tables used by address resolution protocol (ARP).

ASSOC
Displays or modifies file extension associations.
AT The AT command has been deprecated. Please use schtasks.exe instead.
ATTRIB Displays or changes file attributes.


B


BCDBOOT
Bcdboot – Bcd boot file creation and repair tool. The bcdboot.exe command-line tool is used to copy critical boot files to the system partition and to create a new system BCD store.

BCDEDIT
Sets properties in boot database to control boot loading.

BITSADMIN
BITS administration utility.

BOOTCFG
This command line tool can be used to configure, query, change or delete the boot entry settings in the BOOT.INI file.

BREAK
Sets or clears extended CTRL+C checking.


C


CACLS
Displays or modifies access control lists (ACLs) of files.

CALL
Calls one batch program from another.

CD
Displays the name of or changes the current directory.

CERTREQ

CERTUTIL

CHANGE

CHCP
Displays or sets the active code page number.

CHDIR
Displays the name of or changes the current directory.

CHGLOGON
Enable, disable, or drain session logins.

CHGPORT
List or change COM port mappings for DOS application compatibility.

CHGUSR
Change Install Mode.

CHKDSK
Checks a disk and displays a status report.

CHKNTFS
Displays or modifies the checking of disk at boot time.

CHOICE
This tool allows users to select one item from a list of choices and returns the index of the selected choice.

CIPHER
Displays or alters the encryption of directories [files] on NTFS partitions.

CLIP
Redirects output of command line tools to the Windows clipboard. This text output can then be pasted into other programs.

CLS
Clears the screen.

CMD
Starts a new instance of the Windows command interpreter.

CMDKEY
Creates, displays, and deletes stored user names and passwords.

COLOR
Sets the default console foreground and background colors.

COMP
Compares the contents of two files or sets of files.

COMPACT
Displays or alters the compression of files on NTFS partitions. 

CONVERT
Converts FAT volumes to NTFS. You cannot convert the current drive.

COPY
Copies one or more files to another location.

CSCRIPT


D


DATE
Displays or sets the date.

DEFRAG
Optimizes and defragments files on local volumes to improve system performance.

DEL
Deletes one or more files.

DIR
Displays a list of files and subdirectories in a directory.

DISKCOMP
Compares the contents of two floppy disks.

DISKCOPY
Copies the contents of one floppy disk to another.

DISKPART
Displays or configures Disk Partition properties.

DISKPERF

DISKRAID

DISM

DISPDIAG
Logs display information to a file in the current directory.

DOSKEY
Edits command lines, recalls Windows commands, and creates macros.

DPATH
Allows programs to open data files in specified directories as if they were in the current directory.

DRIVERQUERY
Displays current device driver status and properties.


E


ECHO
Displays messages, or turns command echoing on or off.

ENDLOCAL
Ends localization of environment changes in a batch file.

ERASE
Deletes one or more files.

EVENTCREATE
This command line tool enables an administrator to create a custom event ID and message in a specified event log.

EXIT
Quits the CMD.EXE program (command interpreter).

EXPAND
Expands one or more compressed files.

EXTRACT
1991-96 Gilles Vollant


F


FC
Compares two files or sets of files, and displays the differences between them.

FIND
Searches for a text string in a file or files.

FINDSTR
Searches for strings in files.

FINGER
Displays information about a user on a specified system running the Finger service. Output varies based on the remote system.

FLTMC

FOR
Runs a specified command for each file in a set of files.

FORFILES
Selects a file (or set of files) and executes a command on that file. This is helpful for batch jobs.

FORMAT
Formats a disk for use with Windows.

FSUTIL
Displays or configures the file system properties.

FTP
Transfers files to and from a computer running an FTP server service (sometimes called a daemon). Ftp can be used interactively.

FTYPE
Displays or modifies file types used in file extension associations.


G


GETMAC
This tool enables an administrator to display the MAC address for network adapters on a system.

GOTO
Directs the Windows command interpreter to a labeled line in a batch program.

GPRESULT
Displays Group Policy information for machine or user.

GPUPDATE
Updates multiple Group Policy settings.


H


HELP
Provides Help information for Windows commands.

HOSTNAME
Prints the name of the current host.


I


ICACLS
Display, modify, backup, or restore ACLs for files and directories.

IF
Performs conditional processing in batch programs.

IPCONFIG
The default is to display only the IP address, subnet mask and default gateway for each adapter bound to TCP/IP.


L


LABEL
Creates, changes, or deletes the volume label of a disk.

LODCTR
Updates registry values related to performance counters.

LOGMAN
Microsoft r Logman.exe (6.2.9200.16384)

LOGOFF
Terminates a session.


M


MAKECAB
Cabinet Maker – Lossless Data Compression Tool

MANAGE-BDE
Configures BitLocker Drive Encryption on disk volumes.

MD
Creates a directory.

MKDIR
Creates a directory.

MKLINK
Creates Symbolic Links and Hard Links

MODE
Configures a system device.

MORE
Displays output one screen at a time.

MOUNTVOL
Creates, deletes, or lists a volume mount point.

MOVE
Moves one or more files from one directory to another directory.

MRINFO

MSG
Send a message to a user.


N


NBTSTAT
Displays protocol statistics and current TCP/IP connections using NBT (NetBIOS over TCP/IP).

NET

NETCFG

NETSH

NETSTAT
Displays protocol statistics and current TCP/IP network connections.

NLTEST

NSLOOKUP


O


OPENFILES
Displays files opened by remote users for a file share.


P


PATH
Displays or sets a search path for executable files.

PATHPING

PAUSE
Suspends processing of a batch file and displays a message.

PING

PNPUNATTEND
AuditSystem, Unattend online driver install

PNPUTIL
Microsoft PnP Utility

POPD
Restores the previous value of the current directory saved by PUSHD.

POWERCFG
Enables users to control power settings on a local system.

PRINT
Prints a text file.

PRINTBRM
Access the Backup Recovery Migration tool through a command line interface.

PROMPT
Changes the Windows command prompt.

PUSHD
Saves the current directory then changes it.


Q


QAPPSRV
Displays the available Remote Desktop Session Host servers on the network.

QPROCESS
Displays information about processes.

QUERY

QUSER
Display information about users logged on to the system.

QWINSTA
Display information about Remote Desktop Services sessions.


R


RASDIAL

RD
Removes a directory.

REAGENTC
This command can only be executed from an elevated command prompt. REAGENTC.EXE: Operation failed: 5 REAGENTC.EXE: An error has occurred.

RECIMG

RECOVER
Recovers readable information from a bad or defective disk.

REG

REGINI

REGISTER-CIMPROVIDER
Registers CIM Provider into system

RELOG
Relog creates new performance logs from data in existing performance logs by changing the sampling rate and/or converting the file format. Supports all performance log formats, including Windows NT 4.0 compressed logs.

REM
Records comments (remarks) in batch files or CONFIG.SYS.

REN
Renames a file or files.

RENAME
Renames a file or files.

REPAIR-BDE
BitLocker Drive Encryption: Repair Tool version 6.2.9200

REPLACE
Replaces files.

RESET

RMDIR
Removes a directory.

ROBOCOPY
Advanced utility to copy files and directory trees

ROUTE
Manipulates network routing tables.

RPCPING


S


SC
Displays or configures services (background processes).

SCHTASKS
Schedules commands and programs to run on a computer.

SECEDIT

SET
Displays, sets, or removes Windows environment variables.

SETLOCAL
Begins localization of environment changes in a batch file.

SETX
Creates or modifies environment variables in the user or system environment. Can set variables based on arguments, regkeys or file input.

SFC
You must be an administrator running a console session in order to use the sfc utility.

SHIFT
Shifts the position of replaceable parameters in batch files.

SHUTDOWN
Allows proper local or remote shutdown of machine.

SORT
Sorts input.

START
Starts a separate window to run a specified program or command.

SUBST
Associates a path with a drive letter.

SXSTRACE

SYSTEMINFO
Displays machine specific properties and configuration.


T


TAKEOWN
This tool allows an administrator to recover access to a file that was denied by re-assigning file ownership.

TASKKILL
Kill or stop a running process or application. 


TASKLIST
Displays all currently running tasks including services.

TIME
Displays or sets the system time.

TIMEOUT
This utility accepts a timeout parameter to wait for the specified time period (in seconds) or until any key is pressed. It also accepts a parameter to ignore the key press.

TITLE
Sets the window title for a CMD.EXE session.

TRACERPT

TRACERT

TREE
Graphically displays the directory structure of a drive or path.

TSCON
Attaches a user session to a remote desktop session.

TSDISCON
Disconnects a Remote Desktop Services session.

TSKILL
Ends a process.

TYPE
Displays the contents of a text file.

TYPEPERF
Typeperf writes performance data to the command window or to a log file. To stop Typeperf, press CTRL+C.

TZUTIL


U


UNLODCTR
Removes counter names and explain text for the specified extensible counter.


V


VAULTCMD
Creates, displays and deletes stored credentials.

VER
Displays the Windows version.

VERIFY
Tells Windows whether to verify that your files are written correctly to a disk.

VOL
Displays a disk volume label and serial number.

VSSADMIN
vssadmin 1.1 – Volume Shadow Copy Service administrative command-line tool


W


W32TM

WAITFOR
This tool sends, or waits for, a signal on a system. When /S is not specified, the signal will be broadcasted to all the systems in a domain. If /S is specified, then the signal will be sent only to the specified system.

WBADMIN
wbadmin 1.0 – Backup command-line tool

WECUTIL

WEVTUTIL

WHERE
Displays the location of files that match the search pattern. By default, the search is done along the current directory and in the paths specified by the PATH environment variable.

WHOAMI
This utility can be used to get user name and group information along with the respective security identifiers (SID), claims, privileges, logon identifier (logon ID) for the current user on the local system. I.e. who is the current logged on user? If no switch is specified, tool displays the user name in NTLM format (domain\username).

WINRM
Windows Remote Management (WinRM) is the Microsoft implementation of the WS-Management protocol which provides a secure way to communicate with local and remote computers using web services.

WINRS

WMIC
Displays WMI information inside interactive command shell.


X


XCOPY
Copies files and directory trees. 


Hope You like this post, share this now with your friends.
Please Follow us to stay updated about our latest posts...

No comments:


Top 10 Best Free Video Editing Software for Windows PC/Laptop 2017

Top 10 Best Free Video Editing Software for Windows PC/Laptop 

2017

Gone are the days when technology like video editing was a job restricted just to professionals. As live and recorded video streaming gets favorite day by day. Videos are becoming the norm on just about every platform. It has made video editing a skill to fine-tune even by the non-professional enthusiasts. To help them, some free video editing software is available today. Which is easy to use and deliver a surprisingly above average quality. If you are that enthusiast, check out our well tested and verified the list of the top 10 best video editing software for Windows 10, 8 and 7 which are free to download and use.
  1. Filmora Video Editor

Filmora Video Editor - Top 10 Best Free Video Editing Software for Windows PCLaptop 2017Filmora Video Editor is extremely easy to learn and user-friendly video editing software. It works well with all latest windows version and supports all kinds of videos, photos, audio files, etc. Offering you a plethora of editing features to meet amateur as well as professional needs, it can lend your video a professional finish. It has a 300+ effect which makes your video stand apart from others. You can easily apply a filter, face-off, etc. to video or directly import the edited video to Facebook, YouTube, etc. for sharing. Download it today from the given link and feel the difference.
  1. Windows Live Movie Maker

Windows Live Movie Maker - Top 10 Best Free Video Editing Software for Windows PC-Laptop 2017Ideal for Windows 10, this free editing software not only helps you convert MP4 files to WMV to enjoy but also facilitates production of home videos by simple drag and drop. Its unlimited storage is a delight which no video buff can sideline. It has almost a complete set of features like video effects, transitions, auto movie, etc. which makes editing and presenting videos easy. Its timeline feature needs special mentioning. With the software, you can even modify the existing effects provided you know XML code. It allows direct sharing to YouTube, Facebook, etc. However, it might not work efficiently on Windows 7.
  1. Virtual Dub

Virtual Dub - Top 10 Best Free Video Editing Software for Windows PC-Laptop 2017
Offering you some incredible features, this open-source best free video editing software is fantastic for those who have already gained some experience with video editing. It facilitates video capturing which frees you of the hassle of importing files. Virtual Dub offers you some excellent features like resizing videos, changing original audio of the video, cutting splitting, and cropping, etc. of the videos and hordes of other options to lend a professional touch to any video. It also allows batch processing which allows you to handle multiple videos simultaneously and even extend to third-party video filters.
  1. Lightworks Free

Lightworks Free- Top 10 Best Free Video Editing Software for Windows PC-Laptop 2017
Hailed as the best and most advanced free video editor software available by TechRadar.com, the software indeed justifies the crown. Compatible with Windows, Linux as well as iOS, the software feels initially challenging to use. However, once you get the hang of it, you can customize it your preference and create professional like videos. You can exploit its dedicated and commendable support system and utilize its advanced features like multi-cam editing, real-time effects, individual controls, etc. to create impressive masterpieces.
  1. AVS Video Editor

AVS Video Editor- Top 10 Best Free Video Editing Software for Windows PC-Laptop 2017A competent software to edit videos, it’s easy user-friendly interface and plethora of options like trim, split, cut, rotate, insert menu, subtitles, texts, audios, apply effects and overlays and host of other options makes you wonder why it does not top the list. It not only supports all key video formats but also supports Blu-ray videos. You can directly share your video on various social platforms. It is excellent free software to use to create video guides, demos or even tutorials and training videos.
  1. Avidemux

Avidemux- Top 10 Best Free Video Editing Software for Windows PC-Laptop 2017Touted as the Instagram of video editing software, it is an excellent tool for simple cutting, filtering, and encoding tasks. Since it allows only one video at a time, it cannot be used to create a movie but can give you quick trimming, filtering encoding, etc., in numerous file formats. However, you can add an extra audio track to your video. The strength of the software lies in manipulating the output. It is one of the best software for beginners to get on the way of becoming a pro in video editing. Features like automation via job queues, different projects, and custom scripting capabilities elevate the software beyond barebones functionality.
  1. Blender

A blender is a Powerful software. It extends beyond video editing capabilities to lend you virtually a complete 3D animation suite. You can quickly create 3D modeling, motion tracking, rendering, animation and numerous other things with the software. Its capability can be surmised from the fact that it was used to create animations for TV adverts, History Channel and even demonstration videos for NASA.
Blender- Top 10 Best Free Video Editing Software for Windows PC-Laptop 2017
It also provides you with a full-fledged video editor built-in. With 32 available slots to add video clips, audio clips, etc. and features to help you create an incredibly complex video, the software can give any professional paid software a run for their money. Without leaving any watermarks, this is ‘the software’ to produce a genuinely professional-quality video for just about any purpose.
  1. Shotcut

Shotcut- Top 10 Best Free Video Editing Software for Windows PC-Laptop 2017Compatible with multiple platforms like Windows, Mac, and Linux, this completely free software free software is another terrific option for creating professional-looking videos. Its sleek and intuitive interface is slightly tricky to use in the beginning. But later with experience, it can quickly churn out high-quality videos at home and entirely for free. Supporting over hundreds of formats, it can give resolutions as high as 4K.  With its excellent help sections and advanced features. It is ideal software to be used by experienced editors for high-end videos.
  1. Hitfilm Express

Hitfilm Express - Best Free Video Editing Software for Windows PC-Laptop 2017For those who desire a full professional grade video editor without shelling out a single cent, Hitfilm express is the ultimate choice. It can help you create flashy visuals on par with Star Wars or Westworld effects. Since it gives you a high-end final video; it requires a learning curve and some time investment. But once you have got the hang of it, you can exploit its 180 pre-made visual effects, a commendable range of 2D/3D compositing projects etc. to make some really cool videos. The tutorials and training videos of the software make your learning curve much easier. However, do keep in mind that the software requires quite a bit of computer resources and thus you needs a robust system to get it kicking.
  1. Openshot

Openshot - Best Free Video Editing Software for Windows PC-laptop 2017
With a clean and easy interface, Openshot is impressive software to opt for at no cost. It offers you awesome professional video editing tools like video effects, 3D-rendering, keyframes, animations etc. This open source software gets frequent updating to add new features as well as improve performance.  Built on a powerful FFmpeg library, it can tackle just about any format at all levels. Using its effective drag-and-drop system for video segments, you can snip videos, add audio or background layers etc like a breeze and move forward. It is terrific software for both beginners and intermediate level video editor buffs. It is ideal software to use if you are working with a significant number of videos at the same time.

Last Words on Top 10 Best Free Video Editing Software for Windows PC/Laptop 2017