Tag Archives: Windows Tricks

Restrict Access to any Folder or File Without using any software or password

You may have seen may software to lock the folder/files and you may also have seen batch programs to do the same. Today I am going to share with you a Basic Dos Command which will help you to Restrict Access to Folder/File. The only thing you need for this is the Administrator Access on Windows Machine. Follow the Below … Read more

How to Find Manufacturer of unknown device from device manager

Sometimes we forgot the made of a device in our computer and hence unable to find and download a proper driver for that device. But There is a solution to find manufacturer and hence driver of any device in your computer. Just Read the below given steps to know how to do that Open Device Manger. Right Click on My … Read more

How to Spoof MAC Address in Windows

MAC spoofing is a technique for changing a factory-assigned Media Access Control (MAC) address of a network interface on a networked device. The changing of the assigned MAC address may allow the bypassing of access control lists on servers or routers, either hiding a computer on a network or allowing it to impersonate another network device. Hackers also spoof their … Read more

How to update pirated Windows

If you have Pirated Windows whatever version you have, then it is suggested not to update pirated windows and make windows update turn off. Because If you update pirated windows it will stop running and an error message will be displayed after some time that says “Your Windows is not genuine”. But there is a way to Download and install … Read more

How to create Windows 7/Vista Bootable USB

Normally we use Bootable DVD/CD to install or boot from windows but if you have your CD/DVD Drive damaged, then booting from USB is the Best options. Also it saves time as USB runs and install windows faster than Optical CD/DVD. For Making Bootable USB of Windows 7/Vista, you must require Bootable DVD/CD of Windows or ISO Image. If you … Read more

Enable USB Ports Disabled by Virus

Creating a Good Virus is Important but How to Repair Your Computer/Files Infected by Virus is more Important, So here is Solution of Virus Which will Disable Your USB Ports. Just Run .exe file and Your Ports will start Working Again Install Turbo C or C++ Open TC.exe and there write the coding #include<stdlib.h> void main() { system(“reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR … Read more