Archive for the ‘Windows 7’ category

How to Change Local or Domain Password Policy from Command Prompt

May 10th, 2015 by Admin

How to disable the password complexity policy for Windows Server Core installation? If your Windows system comes with a GUI interface, you change the password policy from within the Group Policy Editor, but the steps are still a bit complicated for a Windows domain controller.

In this tutorial we’ll show you a quick yet simple way to change local / domain password policy from the Command Prompt. This method works with all versions of Windows, including Windows 10, 8, 7, Vista and Windows Server 2012 (R2) / 2008 (R2) / 2003.

How to Change Local/Domain Password Policy from Command Prompt?

If your computer is a domain controller, follow the steps below and you can change the default domain password policy. To change the local password policy on a domain controller, you must boot your server in Directory Services Restore Mode (DSRM) and then perform the steps below:

  1. Open an elevated Command Prompt. If you’ve forgotten the local or domain administrator password and couldn’t log on, try the PCUnlocker bootdisk for bypassing the password.
  2. Type the following command and hit Enter:
    secedit.exe /export /cfg C:\secconfig.cfg

    export-group-policy

    This will dump the local policy or domain policy for the system, including account policies, audit policies, and so on.

  3. Open the C:\secconfig.cfg file with your text editor. For Windows Server Core, you can type notepad.exe in the Command Prompt. When Notepad launches, click the File -> Open menu to open C:\secconfig.cfg.
  4. Now you can view and edit all of the relevant policies as shown below. In this example, we’ll disable the password complexity policy. So we replace PasswordComplexity = 1 to PasswordComplexity = 0, and change the value of MinimumPasswordLength to 0.

    edit-group-policy

  5. When done, save your changes. To load the edited file as your new policy configuration, use the following command:
    secedit.exe /configure /db %windir%\securitynew.sdb /cfg C:\secconfig.cfg /areas SECURITYPOLICY

    update-group-policy

  6. The new password policy will apply to all password changes and new password. After disabling the password complexity policy, you should be able to change Windows account password to whatever you like.

Using Windows Firewall to Block A Program from Accessing The Internet

May 6th, 2015 by Admin

Have you ever installed a program that you only needed for offline use, but it kept on trying to connect to the Internet? Or need to stop a program from gathering your personal information and sending them out to the Internet? With Windows Firewall you can easily block any program of your choice from connecting to the Internet.

How to Block A Program from Accessing The Internet?

  1. To get started we need to open up Windows Firewall. One quick way to do this is from the Control Panel. Just click the Windows Firewall icon.

    control-panel-items

  2. On Windows Firewall window, click on the Advanced settings link.

    windows-firewall

  3. Here you can see all your Firewall rules: Inbound or Outbound. When it comes down to it I think Outbound rules are usually enough for most applications. When Outbound connections are blocked, this means that the application can’t send any of your data to the Internet.
  4. Right-click on Outbound Rules from the tree at the left, and then select “New Rule…

    new-outbound-rule

  5. Select the Program as the rule type and click Next.

    rule-type

  6. Select the “This program path:” option and then click on Browse to locate the program which you want to stop from accessing the Internet.

    apply-rule-to-specific-app

  7. Select the “Block the connection” option and click Next.

    block-connection

  8. When comes to the Profile tab, select all of the available boxes: Domain, Private, and Public.

    when-rule-apply

  9. Give your new rule a name whatever you like. Click on Finish.

    set-firewall-rule-name

  10. In the Name column, your newly blocked program will be listed. In the Action column, you’ll see that your newly created rule is set to Block.

    firewall-rules

    Repeat the same steps to block as many programs as you want from accessing the Internet.

How to Disable Driver Signature Enforcement in Windows 10/8/7 64-Bit

May 4th, 2015 by Admin

In 64-bit operating systems starting with Windows Vista, Windows will load a kernel-mode driver only if the driver is signed. It was designed to prevent unsigned device drivers (or kernel modules in general) from being loaded and executed. After installing an unsigned device driver, it will always result in a blue screen of death during the startup process.

The problem is that many devices ship with unsigned drivers. Today, we’ll show you 2 methods to disable Driver Signature Enforcement in Windows 10, 8, 7 (64-bit) so you can then install / load unsigned drivers without problems.

Option 1: Disable Driver Signature Enforcement Completely

  1. Open a Command Prompt with admin privileges. In Windows 10 or 8, just press the Windows key + X and then select “Command Prompt (Admin)”.
  2. Type in the following command and press Enter.
    bcdedit /set testsigning on

    You should receive “The operation completed successfully” message. If you see a message saying the value is protected by Secure Boot policy, then you have to turn off Secure Boot in the UEFI/BIOS, before disabling Driver Signature Enforcement.

  3. Close the Command Prompt and restart your computer. From now on, you will be able to install or run any unsigned driver without problems.

    If you need to enable the Driver Signature Enforcement again, run this command instead:
    bcdedit /set testsigning off

Option 2: Disable Driver Signature Enforcement Once

If you don’t want to use the method above to permanently disable Driver Signature Enforcement, here is a solution for you to temporary turn off Driver Signature Enforcement to install unsigned driver:

  1. Press the Windows key + R to bring up the Run box. Type shutdown /r /o and hit Enter.
  2. Windows informs you that you are about to be signed off. Click Close.
  3. Once your Computer has rebooted you will need to choose the Troubleshoot option.

  4. Then head into Advanced options.

  5. In the Advanced Options window, choose Startup Settings.

  6. Click the Restart button on the Startup Settings screen to reboot your computer again.

  7. After restart in Startup Settings windows, press the F7 key on your keyboard to select “Disable driver signature enforcement“.

  8. Your PC will then reboot. Proceed to install your unsigned drivers. During the installation procedure, Windows will inform you that can’t verify the publisher of this driver software. Just ignore the warning message and choose “Install this driver software anyway” to complete the installation.

Keep in mind that after the next restart, Driver Signature Enforcement will be automatically enabled again to prevent new drivers from being installed, but Windows will keep using any unsigned drivers you’ve already installed.

How to Create An Encrypted and Locked Folder in Windows

April 4th, 2015 by Admin

There are many folder locking programs out there that allow you to password protect and set different access rights to your files. But most of these programs don’t encrypt your files at all. Someone can easily bypass this protection to access your files by booting your PC with a Linux or WinPE Live CD, or removing your hard drive and connecting it to another PC.

If you’re a bit more conscious of privacy, encrypting your files is a better solution. Lock My Folders is an on-the-fly encryption software to lock and encrypt all kinds of pictures, videos, documents, files and folders. In this article we’ll explain how to use this program to create an encrypted and locked folder in Windows 10, 8, 7, Vista and XP.

Part 1: Set Password

Click here to download the Lock My Folders application and install it on your computer. The first time you launch the program, it will prompt you to set a master password that will be used to encrypt your files later on.

Enter a password that you can remember as you’ll need it to open and use the program next time.

Part 2: Create An Encrypted Folder

To create an encrypted folder, click on Add button from within the Lock My Folders program.

In the popup window, type your desired folder name and specify the location where you would like your new secure folder to be created. Click OK. You can create a secure folder in your local hard drive or USB flash drive.

Now your secure folder should have been created. You can then copy all your private photos, documents & videos into this folder, or create or edit a confidential file in the secure folder. All your files stored in this folder will be encrypted automatically on the fly.

Part 3: Manage Your Encrypted Folders

With the steps above you can create as many secure folders as you want. You can lock your secure folder after you finish working with it. Just right-click on the secure folder and select “Lock My Folder“.

When a secure folder is locked, everyone couldn’t access all files in it without knowing your password. You can also set your locked secure folders to be invisible from Windows Explorer and Command Prompt, by following these steps:

  1. Start the Lock My Folders program.
  2. Click on the Options icon from the top right corner of the main screen, and then select Settings.
  3. Check the “Hide the secure folders when they are locked” box.

If you shutdown or restart your PC, all your secure folders will be locked out automatically.

The next time you need to open or access the secure folder, you need to unlock it firstly. Right-click on the secure folder and select “Unlock My Folder“.

The program will ask you to enter your password. Upon successfully verifying the password, the program will open the secure folder in Windows Explorer.

If you need to reinstall your operating system or transfer your secure folders to another machine, just backup the secure folders to an external storage device and you can then import them to the Lock My Folders program again. It’s that simple!

How to Delete the Windows.old Folder in Windows 10/8/7

March 23rd, 2015 by Admin

When you perform a custom Windows installation or upgrade Windows to a newer version, the old Windows folder is renamed to Windows.old in case you’d like to revert the upgrade. Windows 8 or 10 users might also have seen the Windows.old folder after performing a PC refresh.

Windows.old contains not only your old Windows installation files, but also your old Documents, Settings and Programs. The folder is usually gigantic in size and can take up considerable space in your system partition. So if you are pretty sure that you no longer need any data from Windows.old then it would be a wise decision to delete it.

windows.old-folder

Unfortunately, you can’t remove the Windows.old folder by simply pressing the Delete key because your user account doesn’t have ownership of the folder. Here’s how to take ownership all files and subfolders in Windows.old, so you can then delete the whole folder to reclaim some space.

How to Delete the Windows.old Folder?

  1. Download and install the freeware TakeOwnershipPro on your local computer.
  2. Start the TakeOwnershipPro program and drag the C:\Windows.old folder to the program. Tick the “Include subfolders and files” box.

    take-ownership-pro

  3. Click Take Ownership. The program will begin to take ownership of all files and subfolders in the Windows.old folder. It could take you one or two minutes, depending on number of files and folders it contains.
  4. Once it is done, you can then delete the Windows.old folder without any permission issue.

It’s that simple. Deleting the Windows.old folder can save you quite a large amount of hard disk space and it will not affect the present state of the new OS.

Disable Command Prompt Using Group Policy or Registry Trick

February 2nd, 2015 by Admin

Command Prompt is a built-in tool in Windows that is rarely used by the average user. It’s not so user-friendly but advanced computer users with malicious intent can use the Command Prompt to bypass most restrictions that are enforced on the Windows Explorer based GUI. In this post, we will explain how to disable Command Prompt in Windows 11/10/8/7.

Note: If you need to use the Command Prompt frequently, or run batch scripts or use the Terminal Services, disabling Command Prompt is not recommended.

Option 1: Disable Command Prompt Using Group Policy

  1. Press the Windows key + R to bring up the Run box, type gpedit.msc and hit Enter.

  2. This will open the Local Group Policy Editor. Now, go to the following location in the left pane:
    User Configuration/Administrative Templates/System

    Make sure click on the System node rather than expanding it. In the right side pane you will see the “Prevent access to the command prompt” policy. Double-click it to modify.

  3. In the pop-up window, select Enabled. If you also want to prevent running .bat or .cmd script files, select Yes from the dropdown under the Options section. Click Apply/OK and you are done.

  4. You do not have to restart your computer for the setting to take effect. If you try to launch the Command Prompt, you’ll see the message “The command prompt has been disabled by your administrator.

Option 2: Disable Command Prompt with Registry Trick

Unfortunately, the Local Group Policy (gpedit.msc) is not available in all editions of Windows. For those users running the Home edition of Windows, you can still disable Command Prompt with this registry tweak:

  1. Press the Windows key + R to bring up the Run box, type regedit and hit Enter.

  2. This will open the Registry Editor. Navigate to the registry key: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows. Right-click the Windows key in the left sidebar and choose New -> Key.

  3. Name the newly-created as System. When the System key is selected, right-click the blank area in the right pane and select New -> DWORD (32-bit) Value.

  4. Name the DWORD as DisableCMD and then give it a value 1 for disabling the Command Prompt and preventing batch files from running. If you want to disable the Command Prompt but allow batch files, set the value to 2. This change will take effect immediately.

    To enable the Command Prompt again, just change the value to 0.

Conclusion

So this is how you can disable the Command Prompt in all versions of Windows. If you need a more secure method to lock the Command Prompt, you can use the third-party software – Protect My Folders, which allows you to protect c:\windows\system32\cmd.exe with a password.

How to Reset Windows 7 to Factory Settings without Install Disc

January 23rd, 2015 by Admin

How do I reset or restore a Windows 7 PC to factory settings? As we all know, Windows 7 doesn’t have the built-in refresh and reset options like Windows 8/8.1 and you have no other way to restore your computer to factory settings unless you have a manufacturer-provided install media or recovery disc.

Many computer manufacturers are pre-installing Windows without giving you the actual installation media to go with it. Instead, they create a hidden recovery partition for users to perform a factory reset. If your hard drive has such a recovery partition, you can then reset your Windows 7 system to factory settings without needing any discs or external drives. Here’s how.

How to Reset Windows 7 to Factory Settings without Install Disc?

  1. Click Start, then choose Control Panel. Click System and Security.

    control-panel

  2. Next choose Backup and Restore.

    system-and-security

  3. In the Backup and Restore window, click on the Recover system settings or your computer link.

    backup-and-restore

  4. Next, choose Advanced recovery methods.

    recovery

  5. Now you’ll be presented with two options: “Restore files from a system image backup” and “Return Your Computer to Factory Condition“. Click on “Return Your Computer to Factory Condition”.

    Note: If your computer doesn’t have a recovery partition, then the factory reset option is not available and you’ll see the “Reinstall Windows (requires Windows installation disc)” option instead.

  6. Select to either create a Back up now, or to Skip it and continue the factory reset without backing up any of your current files.

    user-file-backup

  7. Click the Restart button to reboot your computer and to start the factory reset process.

    restart

How to Reset Forgotten Windows Password with Ultimate Boot CD (UBCD)

January 15th, 2015 by Admin

In this tutorial we’ll show you how to crack and reset Windows password when you forget it or want to unlock a computer with an unknown password. There are tons of recovery tools available to bypass password, but here I’ll use the freeware Ultimate Boot CD (UBCD).

Ultimate Boot CD is a Linux-based bootable disc with loads of useful software for repairing or fixing almost any Windows problem. The built-in chntpw utility could be used to wipe windows passwords and view/edit the registry. Here’s how.

Note: Ultimate Boot CD is a freeware so don’t expect it to work with domain controllers. If you want to find a more powerful yet easy-to-use password recovery software, try the PCUnlocker Live CD.

How to Reset Forgotten Windows Password with Ultimate Boot CD?

Before getting started, you need to download the Ultimate Boot CD (about 588Mb) from its official website, and then burn it to a CD. With the CD you can follow the steps below to reset forgotten Windows 8/7/Vista/XP password:

  1. Boot your locked computer from Ultimate Boot CD. On the boot menu of Ultimate Boot CD, choose Parted Magic and press Enter.

    ultimate-boot-cd

  2. The next screen you have to select your graphic settings. Just select option 1 and press Enter to use the default settings.

    parted-magic

  3. Once you are presented with the Parted Magic desktop, go to the left bottom corner of the screen and choose System Tools -> Change Windows Password.

    change-windows-password

  4. A new small window will open. It lists all Windows partitions detected on your local hard drive. Click on the correct drive and it will start the chntpw utility in the console.

    select-windows-installation

  5. You will now be presented with the chntpw Main Interactive Menu. Type 1 and press Enter.

    chntpw

  6. This will list out all of the Windows users on the system. Type the name of your desired user and press Enter.

    enter-username

  7. You will now be given the option to blank out the password, as well as several other ways to promote or unlock the user account. Type 1 and press Enter, it will remove the existing password.

    user-edit-menu

  8. If you don’t want to reset other user password, type ! and press Enter.

    quit-edit-menu

  9. Type q and hit Enter at this point to quit the User Edit Menu.

    quit-chntpw

  10. You will then be asked to write the registry hive to disk. Type y to confirm and save your changes.

    write-hive-files

  11. Now you can reboot, and you can log into your Windows account with a blank password. Once you’re logged in, you can go to the Control Panel to change your password to something else — something you can remember.