Wednesday, 7 September 2016

Block Device-USB-WebCam Using Hardware ID's via Group Policy Objects (Windows GPO)

Block Device-USB-WebCam Using Hardware ID's via Group Policy Objects (Windows GPO)



☻ How To Lock & Password Protect Drive Or USB PenDrive (Using BitLocker Drive Encryption) Windows ☻

How To Lock & Password Protect Drive Or USB PenDrive (Using BitLocker Drive Encryption) Windows

☺ How to block Application using GPO Applocker (In Windows Group Policy) ♥

How to block Application using GPO Applocker (In Windows Group Policy)

◘ How to Rollback/Update Driver In (Windows Xp, 7, 8, 8.1,10 Server 2003, 2008, 2008 R2, 2012) ◘

How to Rollback/Update Driver In (Windows Xp, 7, 8, 8.1,10 Server 2003, 2008, 2008 R2, 2012)

☺ How to Install NTFS-3G On RHEL-6 (Redhat-6) any Linux OS ♠

How to Install NTFS-3G On RHEL-6 (Redhat-6) any Linux OS

♠ Reset Windows Lost Password Without Software ♦

Reset Windows Lost Password Without Software

 

♦ Block Usb & Removable Device Using Registry (on windows) ♦

Block Usb & Removable Device Using Registry (on windows)

 

Tuesday, 23 August 2016

☻How To Enable Group Policy Editor (gpedit.msc) In Windows 10 Home Edition♠

One of the very main differences between Windows 10 Pro edition and Windows 10 Home edition is the networking management capabilities. The other differences include the exclusion of Group Policy Editor for Windows 10 Home Edition. In fact, the Group Policy Editor is not available in any Home or Starter edition of Windows, be it Windows XP, Windows 7, Windows 8.1 or Windows 10.

This is a serious drawback as we need the group policies even for managing settings of the local computer. The group policy is better than changing the settings through Windows Registry which is much more risky. Most of the group policy settings can be reverted easily while Registry editing can have adverse effects on the system.




In this article, we will guide you to install the Group Policy Editor for Windows 10 Home edition. This method can be used in Windows 7 and Windows 8 too.

Download Group Policy Editor Installer

Since the Group Policy Editor is not included in Windows 10 by default, we will need to download the editor first. You may download it from the below mentioned download link.
Download
 
This is a simple setup file which when run will install and configure the Group Policy Editor in your Windows Home system.

Installing gpedit.msc correctly

If you have 32-bit Windows (x86) then the setup should install smoothly without any problems and you should be able to access the Group Policy Editor through the Microsoft Management Console by going to Run –> gpedit.msc. But if you have 64-bit Windows (x64) then you will need some extra steps after running the installer. Follow the steps below after running the installer:
  1. Go to C:\Windows\SysWOW64 folder
  2. Copy the following folders and files to C:\Windows\System32
    GroupPolicy“, “GroupPolicyUsers” and gpedit.msc
 This will make sure that you can run the editor from the Run dialog.

Solving common problems running gpedit.msc

In case you are getting “MMC could not create the snap-in” error message while starting gpedit.msc, you may follow the steps below for the solution:
  1. Go to C:\Windows\Temp\gpedit\ folder and make sure it exists.
  2. Download the following zip file and unzip it to C:\Windows\Temp\gpedit\. This should replace two files x86.bat and x64.bat. 
  3. Download

Thursday, 9 June 2016

☻How to Change Windows 7 Product Key☺

GUI Method

  • Click the Start button , right-click Computer, and then click Properties.
  • Scroll down to the bottom of the window that appears, and then, under Windows activation, click Change product key.
  • If you’re prompted for permission to continue the process, click Continue.
  • Follow the instructions to change your product key and activate your copy of Windows 7.

Command Line Method

  • Click the Start button and run cmd as Administrator.
  • Type following Command

C:\Windows\System32>slmgr.vbs -ipk "INSERT-YOUR-PRODUCT-KEY"
 
example:
C:\Windows\System32>slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX 

# Activate Windows
C:\Windows\System32>slmgr.vbs -ato
How to Change Windows 7 Product Key