Posts

Showing posts with the label Windows Tips

Useful WMIC command in Windows

Image
The  WMI  command-line (WMIC) utility is  deprecated as of Windows 10, version 21H1, and as of the 21H1 semi-annual channel release of Windows Server . This utility is superseded by Windows PowerShell for WMI. Useful wmic command examples in Windows Example 1 : How to Display the State of all the Global Switches in Windows If you want to check the state of all global switches in windows then you need to use  wmic context  command as shown below. Example 2 : How to Get Your System Serial Number If you want to check your system serial number then you need to use  wmic bios get serialnumber  command as shown below. Example 3 : How to Check HotFixID of all the Installed Updates in Windows If you want to check the HotfixID of all the installed updates in windows then you need to use  wmic qfe list  command as shown below. **Note: Please note that it is possible that some of the updates will show in  "View Installed Updates"  section but...

How to Activate Windows 10/11 with CMD Command

Image
You can use this method to activate your Windows 10/11 for free. This method comes in handy if no other method is working for you. Here are the steps you need to follow to activate your Windows using Command Prompt (CMD). Step 1.  You have to open the command prompt on your system first. Then, click and start and type "CMD". Now, run it as administrator. Step 2.  Type the following command. slmgr /ipk slmgr /skms kms.xspace.in Slmgr /ato   Now press enter. This command will activate your Windows 10/11. In case of any troubleshooting, you can take help from Windows repair services.   So, you can easily activate Windows 10/11 key with Command Prompt (CMD) method. Thanks.  

How to remove shortcut virus from PC

HOW TO REMOVE SHORTCUT VIRUS FROM PC/LAPTOP OR PEN DRIVE ? Method#1 1.        Open CMD. (Go to Run > type CMD > hit enter) 2.        Now you need to write one simple command. Just write the command which is shown below.  attrib -h -s -r -a /s /d DRIVENAME:*.* press ENTER Now replace the “Drive-Name” with your drive name. Lets assume you want to remove the shortcut virus from the drive C then your command will be   attrib -h -s -r -a /s /d C:*.* 3. Now hit the enter button. And your all the shortcut virus will be removed. And now you can simply go back and delete the shortcut folder normally. METHOD#2 .Bat file is nothing but its an execution of any file. You can make a .bat file easily using notepad and you have to write the same command which I mentioned above. In case if the above CMD method don’t work try this. And also using this method you can   remove the shortcut vir...

Hide Your Computer Drive

Image
Now-a-days computer end users have faced most common problems that how can they hide computer drive with a easiest way and also recover it again and they don't know how to solved it. I must said that this article wrote for those end users who really don't know how to solved it. Just stay tune with me, keep patience and follow my following instructions with the real scenario. Hopefully you can easily understood my instructions. Step 1: Click start button go Accessories click run command button, then type cmd in run command dialog box. Step 2: You can show your desired command prompt window. Step 3: Type diskpart and press enter key. Step 4: Type list volume and press enter key. You can easily show your harddrive list with index number in detail. Step 5: Here you can show all drive letters with detail. Now you can hide your desired drive just select your hard drive letter and type DISKPART> select volume 5 (suppose you want to hide driv...

Drive & Folder Not Open Tips, How To

This 2 Step u can do it  Steps - 1 1.Start Registry Editor. (start -> Run... -> regedit) 2.Locate the Default value under the following key in the registry: HKEY_CLASSES_ROOT\Directory\shell 3.Click Modify on the Edit menu. 4.In the File data box, type: none 5.Click OK. 6.Quit Registry Editor.  Steps - 2 1. Open Start>>Run and type cmd and press enter. This will open a command prompt window. On this command prompt window type the following steps. 2. type cd\ 3. type attrib -r -h -s autorun.inf 4. type del autorun.inf 5. now type d: and press enter for d: drive partition. Now repeat steps 3 and 4. Similarly repeat step 5 for all your hard disk partition. Restart your system and your trouble will be fixed

Useful Windows Run Command Full List

hold windows key and press 'R' All Windows run commands A: Accessibility Controls – access.cpl Accessibility Wizard – accwiz Add Hardware Wizard- hdwwiz.cpl Add/Remove Programs – appwiz.cpl Administrative Tools – control admintools Adobe Acrobat (IF IT’S INSTALLED)- acrobat Adobe Designer(IF IT’S INSTALLED)- acrodist Adobe Distiller (IF IT’S INSTALLED)- acrodist Adobe Image Ready (IF IT’S INSTALLED)- imageready Adobe Photoshop (IF IT’S INSTALLED) – photoshop Automatic Updates – wuaucpl.cpl B: Basic  Media Player  - mplay32 Bluetooth Transfer Wizard – fsquirt C: Calculator – calc Certificate Manager – certmgr.msc Character Map - charmap Check Disk  Utility  – chkdsk Clipboard Viewer – clipbrd Command Prompt – cmd Command.com - command Component Services – dcomcnfg Compare files - comp Computer Management – compmgmt.msc Control Panel – control Create a shared folder wizerd – shrpubw D: Date and Time Properties – tim...

Enabling and Disabling the USB Port in Windows

Enabling & Disabling the USB port in Windows via Registry Editor. To disable the access to USB port, in windows XP and 2000: 1. Click Start, and then click Run. 2. In the Open box, type regedit, and then click OK. 3. Locate, and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Services\UsbStor 4. In the right pane, double-click Start. 5. In the Value data box, type  4 , click Hexadecimal (if it is not already selected), and then click OK. 6. Quit Registry Editor. To re-enable a disabled port: 1. Click Start, and then click Run. 2. In the Open box, type regedit, and then click OK. 3. Locate, and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Services\UsbStor 4. In the right pane, double-click Start. 5. In the Value data box, type  3 , click Hexadecimal (if it is not already selected), and then click OK. 6. Quit Registry Editor. However, there can be other way...

Windows 7 Tips

Top Windows 7 Tips Just got your hands on   Windows 7   and want to bend it to your will? No problem. We've got plenty of tips, hacks and secrets to keep you busy for a long time, including automatically opening Windows Explorer to a folder of your choice, speeding up taskbar thumbnails, finding hidden desktop themes, forcing User Account Control to act the way you'd like, keeping your Explorer searches secret from others, and more. So check out these tips. General tips We'll start with a few nifty tips that can make your desktop more interesting, make it easier to get around and increase your computer's power efficiency. Use Hidden International Wallpapers and Themes When you first install Windows 7, it asks for your language, time and currency. Based on your responses, it installs a set of wallpapers and themes. If you choose English (United States) for your time and currency format, for example, the available desktop backgrounds and themes will inc...