Category: pc support

  • Wireless Network Profile – Backup


    How to Backup and Restore Wireless Network Profiles in Windows
    Information
    This will show you how to backup a wireless network with all of it’s settings in Windows 7 to then be able to restore (import) and use on any one or more XP, Vista, and Windows 7 computer as well.

    This makes it easy to have a wireless network and it’s settings automatically added and setup from one computer to another.
    You must be logged in as an administrator to be able to do this tutorial.
    Warning
    You will be required to use a USB flash drive to be able to backup a wireless network profile.
    OPTION ONE
    To Backup a Wireless Network Profile in Windows 7
    1. Open the Control Panel (icons view), and click on the Network and Sharing Center icon.
    2. In the left blue pane, click on the Manage wireless networks link.
    3. Double click on the wireless network that you want to backup.  
    4. Click on the Copy this network profile to a USB flash drive link.  
    5. Connect a USB flash drive to your computer, and click on Next.  
    Warning
    This will replace any other wireless network profile backup that you have previously backed up on the USB flash drive using this method. If you wish to keep more than one wireless network profile backup, then you would need to:
    Create a New Folder on the USB flash drive or some other location, and move (cut and paste) all 3 of the backup files below   from the root of the USB flash drive into the new folder before doing step 5.
    NOTE: I would recommend to name the new folder the same name you had for the wireless network to make it easier to know what it was for.
    6. When it’s finished, click on Close.  
    7. When you are finished, click on OK.
    8. Close the Manage Wireless Networks window.
    OPTION TWO
    To Restore or Import the Wireless Network Profile
    Warning
    If you used a New Folder as in the warning under step 5 in OPTION ONE above to keep mutliple wireless network profiles backed up, then you will need to do this first before doing step 1 below.
    In the USB flash drive, do the warning in step 5 in OPTION ONE above if the wireless network profile backup files in the root of the USB flash drive is not the backup that you wanted to restore (import).
    Afterwards, copy the all of the backup files from within a new folder that contains the wireless network profile that you do want to restore (import) to the root of the USB flash drive.
    1. On the XP, Vista, or Windows 7 computer (ex: laptop or netbook) that you want to restore or import the wireless network to, plug in the USB flash drive that contains the wireless network profile backup files from OPTION ONE above.
    NOTE: This must be done from a USB flash drive, or it will not work.
    2. In AutoPlay, click on the Connect to a wireless network option.  
    A) Go to step 4.
    OR
    3. Open the USB flash drive and run the setupSNK.exe in the root of the USB flash drive.
    4. Verify that this is the name (ex: Brink-Router) of the wireless network that you want to restore or import, and click on Yes if so.  
    NOTE:
    If it isn’t, then do what is in the Warning box right under OPTION TWO to have the correct wirless network profile backup files in the root of the USB flash drive.
    5. Click on OK.  
    6. The wireless network has now been restored (imported). You can repeat steps 1 and 2 in OPTION ONE above to verify.
  • Forgotten Password Wizard Shortcut

    How to Create a “Forgotten Password Wizard” Shortcut in Windows 7
    Information
    This article will show you how to create a Forgotten Password Wizard shortcut that can be used to create a Password Reset Disk for Windows 7 and Vista.

    You can also Pin to Taskbar or Pin to Start Menu this shortcut, or move where you like in Windows 7 for easy use.
    Warning
    You will have to have a USB flash drive connected to your computer before you will be able to use the Forgotten Password Wizard shortcut.
    EXAMPLE: Forgotten Password Wizard

    Create the “Forgotten Password Wizard” Shortcut
    1. Right click on a empty area on desktop, and click on New and Shortcut.
    2. Copy and paste the location below into the location area, and click on the Next button. (see screenshot below)
    rundll32.exe keymgr.dll,PRShowSaveWizardExW
    3. Type Forgotten Password Wizard for the name, and click on the Finish button. (see screenshot below)
    NOTE:  
    You can name this anything you would like though.
    4. Right click on the new Forgotten Password Wizard shortcut on the Desktop and click on Properties.
    5. Click on the Shortcut tab, then click on the Change Icon button. (see screenshot below)
    6. In the line under “Look for icons in this file”, copy and paste in the location below and press Enter. (see screenshot below)
    %SystemRoot%\System32\imageres.dll
    7. Select the icon highlighted in blue above and click on OK. (see screenshot above)
    NOTE:  
    You can use any icon that you would like instead though.
    8. Click on OK. (see screenshot below)
    9. Move the shortcut to where you like for easy use.
  • Add "Copy to Clipboard" to Context Menu

    How to Add “Copy to Clipboard” to the Context Menu in Windows 7
    Information
    This will show you how to add or remove Copy to Clipboard from the right click context menu of BAT, CMD, LOG, REG, RTF, TXT, and VBS files.
    If added, this makes it a lot easier to copy the entire contents of a file with one of these file extensions to the clipboard, then paste the contents where you like.

    Note
    This will not work for the RTF (WordPad) file extension context menus if you have Microsoft Office Word installed and set as the default program to open RTF files instead of WordPad.
    EXAMPLE:
    Context Menu with “Copy to Clipboard” Added or Removed

    HERE’S HOW
    Through Registry Edititor
    NOTE: 
    This option will allow you to manually pick and choose to add or remove Copy to Clipboard from either one, more, or all of the context menus of the BAT, CMD, LOG, REG, RTF, TXT, and VBS files.
    1. Open the Start Menu, then type regedit in the search box and press Enter.
    2. If prompted by UAC, then click on Continue (Vista) or Yes (Windows 7).
    3. To Add “Copy to Clipboard” to the Context Menu
    A) In regedit, navigate to the location below for the file extension that you wish to add Copy to Clipboard to.
    HKEY_CLASSES_ROOT\batfile\shell
    HKEY_CLASSES_ROOT\cmdfile\shell
    HKEY_CLASSES_ROOT\regfile\shell
    HKEY_CLASSES_ROOT\rtffile\shell
    HKEY_CLASSES_ROOT\txtfile\shell
    HKEY_CLASSES_ROOT\VBSFile\shell
    B) In the left pane of regedit, right click on shell, click on New and Key, type Copy to Clipboard, and press Enter. (see screenshot below)
    C) In the right pane of Copy to Clipboard, right click on a empty space, click on New and String Value, type Icon and press Enter, right click on Icon, and click on Modify. (see screenshot above)
    D) In the Edit String box, copy and paste the commmand below and click on OK.
    DxpTaskSync.dll,-52
    E) In the left pane of regedit, right click on Copy to Clipboard and click on New and Key. Type command, and press Enter. (see screenshot below)
    F) In the right pane of command, right click on (Default) and click on Modify. (see screenshot above)
    G) In the Edit String box, copy and paste the commmand below and click on OK.
    cmd /c clip < "%1"
    H) Repeat step 3 above for any other file extenstion that you wish to add Copy to Clipboard to it’s context menu.
    I) When finished, go to step 5.
    4. To REMOVE “Copy to Clipboard” from the Context Menu
    A) In regedit, navigate to the location below for the file extension that you wish to remove Copy to Clipboard from.
    HKEY_CLASSES_ROOT\batfile\shell\Copy to Clipboard
    HKEY_CLASSES_ROOT\cmdfile\shell\Copy to Clipboard
    HKEY_CLASSES_ROOT\regfile\shell\Copy to Clipboard
    HKEY_CLASSES_ROOT\rtffile\shell\Copy to Clipboard
    HKEY_CLASSES_ROOT\txtfile\shell\Copy to Clipboard
    HKEY_CLASSES_ROOT\VBSFile\shell\Copy to Clipboard
    B) In the left pane of regedit, right click on Copy to Clipboard, and click on Delete. (see screenshot below)
    C) Click on Yes to approve deleting the key. (see screenshot below)
    D) Repeat step 4 above for any other file extenstion that you wish to remove Copy to Clipboard from it’s context menu.
    E) When finished, continue on to step 5.
    5. Close Registry Editor.
  • Turn Off Sound while clicking- windows 7


    How to Change or Turn Off the Clicking Sound while Browsing Internet Explorer and Windows Explorer
    Information
    This will show you how to either change or turn off the clicking sound you hear when clicking on links while browsing the internet in Internet Explorer, and when clicking on folders while browsing in Windows Explorer.

    Here’s How:
    Manually Through Sounds
    1. Open the Sound personalization window.
    2. To Turn Off Clicking Sound in Internet Explorer and Windows Explorer
    A) Under the Windows Explorer section, select Complete Navigation, and change it to (None) in the drop down Sounds menu. (see screenshot below)
    NOTE:
    This is the default setting.
    B) Under the Windows Explorer section, select Start Navigation, and change it to (None) in the drop down Sounds menu. (see screenshot below)
    C) Click on OK.
    3. To Change the Clicking Sound in Internet Explorer and Windows Explorer
    A) Under the Windows Explorer section, select Start Navigation, click on the Browse button to navigate to and select the .wav sound that you want to use instead. (see screenshot below)
    B) Click on OK.
    4. To Restore Default Clicking Sound in Internet Explorer and Windows Explorer
    A) Under the Windows Explorer section, select Complete Navigation, and change it to (None) in the drop down Sounds menu. (see screenshot below)



    B) Under the Windows Explorer section, select Start Navigation, and change it to Windows Navigation Start.wav in the drop down Sounds menu. (see screenshot below)
    C) Click on OK.
  • Restore Partition Image from HDD to SSD

    Restore Partition Image from HDD to SSD
    Information
    This article will show you how to restore a partition image from a hard disk drive to a solid state drive, Which earlier was not possible due to the way windows treated both the drives separately.

    Note
    I used Acronis True Image Home 2010 so I am not sure if other programs will work.
    Warning
    This process will delete all data from the partition Windows was previously installed on
    Here’s How:
    1. Install the SSD
    2. Boot up and enter the BIOS to make sure the drive is detected
    3. If the SSD is seen in the BIOS, set it to #1 in the hard drive priorty
    4. Install Windows to the SSD as a Custom Installation (from Step 2)
    5. Once Windows has successfully installed, enter Control Panel,
    AdministrativeTools, Computer Management, Disk Management. Right click
    the SSD (it should be c: ) and Mark Partition as Active”. Click OK at
    the warning/s
    6. Delete the old partiton that Windows was installed on and reformat
    7. Reboot to your Windows installation media (disk or flash drive)
    8. Perform a Startup Repair (You may need to do this a few times before
    Windows will boot)
    9. Once in Windows, install Acronis True Image Home 2010
    10. Start Acronis and Activate Startup Recovery Tool (F11)
    11. Reboot
    12. Press F11 when prompted
    13. Select Acronis True Image Home 2010
    14. Select Restore
    15. Choose the image you created most recently. Do not select the option to restore the MBR
    16. Restore the image to your c: drive
    17. When complete reboot
    18. This is where I got nervous. Windows booted but hung. A hard reset
    was needed. Upon restart I got a message that chkdsk needed to run. Allow it to run.
    19. Reboot and enjoy!
    Tip
    Check that Windows has disabled Auto Degfrag by right-clicking the drive, select Properties, Tools and Defragment Now. When you click Configure Schedule and then Select Disks, your SSD should not appear. If it does, however, simply un-tick it
    To ensure prefetching and Superfetch are disabled you’ll need to enter the registry and check these entries:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\MemoryManagement\PrefetchParamaters
    Both EnablePrefetcher and EnableSuperfetch need to have a value of (0)
  • Enable Secure Log On in Windows 7

    How to Enable or Disable Secure Log On CTRL+ALT+DELETE in Windows 7
    Information
    This will show you how to enable or disable having to press CTRL+ALT+DELETE before logging on to Windows 7 right before the log on screen.

    Note
    Using secure logon provides an additional layer of security for your computer by ensuring that the authentic Windows logon screen appears. When secure logon is enabled, no other program (such as a virus or spyware) can intercept your user name and password as you enter it.
    EXAMPLE:
    Secured Log On CTRL+ALT+DELETE screen
    NOTE:
    If you have a tablet connected your computer with it’s drivers installed, then you may see Press CTRL + Alt + Delete or use the Windows Security Button to log on instead.
    OPTION ONE
    Through Advanced User Accounts
    1. Open the Start Menu.
    2. In the search line, type netplwiz and press Enter. (See screenshot below)

    3. Click on the Advanced tab. (See screenshot below)
    4. To Enable Secure Log On
    A) Check the Require users to press Ctrl+Alt+Delete box. (See screenshot above)
    B) Go to step 6.
    5. To Disable Secure Log On
    A) Uncheck the Requires users to press Ctrl+Alt+Delete box. (See screenshot below step 3)
    6. Click on OK. (See screenshot below step 3)
    OPTION TWO
    Manually Through Registry Editor
    1. Open the Start Menu, then type regedit in the search box and press Enter. (see screenshot below)
    2. If prompted by UAC, then click on Yes.
    3. In regedit, navigate to the location below. (see screenshots below)
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
    4. In the right pane, right click on DisableCAD and click on Modify. (see screenshot above)
    5. To Enable Secure Log On
    A) Type 0 (number zero), and click on OK. (see screeshot below)
    B) Go to step 7.
    6. To Disable Secure Log On
    A) Type 1, and click on OK. (see screeshot above)
    7. Close regedit.
    OPTION THREE
    Through Local Security Policy
    1. Open the Local Security Policy editor.
    2. In the left pane, expand Local Policies, and click on Security Options. (see screenshot below)
    3. In the right pane, right click on Interactive Logon: Do not required CTRL+ALT+DEL and click on Properties. (see screenshot above)
    4. To Enable Secure Log On
    A) Select (dot) Disabled, and click on OK. (see screeshot below)
    B) Go to step 6.
    5. To Disable Secure Log On
    A) Select (dot) Enabled, and click on OK. (see screeshot above)
    6. Close the Local Security Policy window.
  • Add/Remove Network Connection to Network Bridge

    How to Remove or Add a Network Connection to a Network Bridge
    Information
    If you have two or more networks connected by a network bridge, then this will show you how to remove or add a network connection to the bridge.

    Warning
    You should not add a public Internet connection to a network bridge because it creates an unprotected link between your network and the Internet, which makes your network accessible to anyone on the Internet.
    Here’s How:
    1. Click or right click on the Network icon in the notification area, then click on Open Network and Sharing Center. (see screenshot below)
    A) Go to step 3.
    OR
    2. Open the Control Panel (icon view), and click on the Network and Sharing Center icon.
    3. Click on the Change adapter settings link. (see screenshot below)
     
    4. To Add a Connection to the Network Bridge
    A) Right click on the Network that you want to add, and click on Add to Bridge. (see screenshot below)
    B) If prompted by UAC, then click on Yes (if administrator) or type in the administrator’s password (if standard user).
    C) After a moment, the network will be added to the bridge.
    D Go to step 6.
    5. To Remove a Connection from the Network Bridge
    A) Right click on the Bridged Network that you want to remove, and click on Remove from Bridge. (see screenshot below)
    B) If prompted by UAC, then click on Yes (if administrator) or type in the administrator’s password (if standard user).
    C) After a moment, the network will be removed from the bridge.
    6. When finished, you can now close the Network Connections window. (see screenshot below step 4A or 5A)
  • Delete or Create Network Bridge- Windows 7

    How to Delete or Create a Network Bridge in Windows 7
    Information
    This article will show you how to create a network bridge to connect two or more of your networks together so that they can communicate.
    You can only create one network bridge on a computer, but the one network bridge can handle any number of network connections added to it.

    Warning
    You should not create a bridge between an Internet connection and a network connection because it creates an unprotected link between your network and the Internet, which makes your network accessible to anyone on the Internet.
    Here’s How:
    1. Click or right click on the Network icon in the notification area, then click on Open Network and Sharing Center. (see screenshot below)

    A) Go to step 3.
    OR
    2. Open the Control Panel (icon view), and click on the Network and Sharing Center icon.
    3. Click on the Change adapter settings link. (see screenshot below)

    4. To Create a Network Bridge –
    A) Press and hold down the CTRL key and select each network connection that you want to bridge together. (see screenshot below)
    NOTE:
    You must select at least two network connections to be able to bridge them together.


    B) Release the CTRL key, then right click on one of the selected network connections and click on Bridge Connections. (see screenshot below)

    C) If prompted by UAC, then click on Yes (if administrator) or type in the administrator’s password (if standard user).
    D) After a moment, you will now have a network bridge of the selected network connections. (see screenshot below)

    E) Go to step 6.
    5. To Delete a Network Bridge –
    A) Right click on the Network Bridge and click on Delete. (see screenshot below)

    B) Click on Yes. (see screenshot below)

    C) If prompted by UAC, then click on Yes (if administrator) or type in the administrator’s password (if standard user).
    D) After a moment, the network bridge will be deleted and removed. (see screenshot below)

    6. When finished, you can now close the Network Connections window. (see screenshot above or below step 5D)
  • Change the Default Icon of a File

    How to Change the Default Icon of a File Extension in Windows 7
    Information
    This article will show you how to change the default icon of any file extension to have a custom icon of your choice instead for it in Windows 7.

    Tip
    By default, known file extension types are set to be hidden in Windows 7. You will need to unhide file extensions to see and know what the file extension is to make it easier to change the icon for the file extension.
    Note
    You will need to use a 256×256 pixel icon for them to display properly at all of the available icon view sizes in Windows 7.
    Some programs may automatically reset the default file extension icon back to the default one it uses even after you have changed it. This tutorial will not work for these programs.
    If you change the default program for what opens the file extension, it will also change the icon of the file extension to be whatever it is for the program you selected uses.
    Warning
    You will need to be logged on to a administrator account to do this.
    Making changes in the registry can cause problems if you make a mistake. You should create a system restore point before proceeding in case you need to do a system restore with the restore point to undo a mistake made in the registry.
    EXAMPLE:
    Default and New Icon for “MP3” File Extensions

    Here’s How:
    NOTE:
    For an example in this tutorial, I will be changing the default icon used for the MP3 file extension. You would just substitute the file extension that you want to change the default icon for instead.
    1. Open the Start Menu, then type regedit in the search box and press enter.
    2. If prompted by UAC, then click on Yes.
    3. If Using the Default Program in Windows 7 to Open the File Extension With
    NOTE:
    You would use this option if you are using the default program that Windows 7 uses to open the file extension with, and not opens with a 3rd party program that you installed.
    A) In regedit, go to: (see screenshot below)
    NOTE:
    Substitute .mp3 below with the file extension you want to change the icon for instead.
    Code:
    HKEY_CLASSES_ROOT\.mp3
    B) In the right pane of the file extension, make note of the Data value to the right of (Default). (see screenshot above)
    NOTE:
    For example it is WMP11.AssocFile.MP3 for the .mp3 file extension.
    C) Go to step 5.
    4. If Using a Installed 3rd Party Program as the Default Program to Open the File Extension With
    NOTE:
    You would do this option if you have changed the default program used by Windows 7 to open the file extension with to be opened by a installed 3rd party (not included in Windows 7) program instead.
    A) In regedit, go to: (see screenshot below)
    NOTE:
    Substitute .mp3 below with the file extension you want to change the icon for instead.
    Code:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.mp3\Userchoice
    B) In the right pane, look at the Data value to the right of Progid. (see screenshot above)
    NOTE:
    For example it is WMP11.AssocFile.MP3 for the .mp3 file extension type by default. Your value will vary depending on the default program you have set or installed to open this file extension with.
    5. In regedit, scroll past the file extensions and go to: (see screenshot below)
    NOTE:
    Substitute WMP11.AssocFile.MP3 with the Data value from step 3B or 4B for the file extension Data value that you want to change the icon for instead.
    Code:
    HKEY_CLASSES_ROOT\WMP11.AssocFile.MP3
    6. Click on the arrow next to for example WMP11.AssocFile.MP3 to expand the key (folder). (see screenshot above)
    NOTE:
    Substitute WMP11.AssocFile.MP3 with the Data value from step 3B or 4B for the file extension Data value that you want to change the icon for instead.
    Tip
    To Backup the Default File Extension Icon
    NOTE:
    To restore the default file extension icon from this created backup below, right click on the .reg backup file and click on Merge. Next, approve the merge and log off and log on to apply the change to restore the default icon.
    A) In the left pane of regedit, right click on DefaultIcon and click on Export. (See screenshot below step 5)
    B) Select a location to where you want to save the backup reg file to.
    C) Type in a name and click on the Save button.
    NOTE:
    Be sure to type in a name that is easily recognized by you for that file extension. For example, MP3 default icon.
    7. In the right pane of DefaultIcon, right click on (Default) and click on Modify. (see screenshot below step 5)
    NOTE:
    If you do not have DefaultIcon in the left pane of for example WMP11.AssocFile.MP3, then right click on WMP11.AssocFile.MP3, click on New and Key, type in DefaultIcon, and press Enter.
    8. Select either Option One or Option Two below for what type of icon you want to replace the default file extension icon with.
    OPTION ONE
    Use another Icon Included in Windows 7
    A. Download and install the free program IconViewerfor your 32-bit or 64-bit Windows 7.
    NOTE:
    This program will add a Icons tab to files (ex: imageres.dll) that contain a icon library in them so you can see the icons available in it.
    B. In Windows Explorer, navigate to C:\Windows\System32\imageres.dll and right click on imageres.dll, click on Properties, and click on the Icons tab.
    NOTE:
    You can use any of the Windows 7 files that include icons in them that you want though. This is just the most common one.
    C. Scroll through the icons and make note of the icon number of the one you want to use to replace the default file extension icon with, then close the properties window. (see screenshot below)
    NOTE:
    For example, icon number 1023.
    D) In the Modify window, type in (full path of the Windows 7 file with file extension),-#### and click on OK. (see screenshot below)
    NOTE:
    For example, I would type in the location exactly as below for what I used in B and C above.
    Code:
    C:\Windows\System32\imageres.dll,-1023
    E) Go to step 9.
    OPTION TWO
    Use a Saved Custom Icon of Your Own
    A) Create or download and save a icon (.ico file) of your choice to a location you wish to keep the icon stored at.
    NOTE:
    See the Note box at the top of this tutorial for about what kind of icon to use. The icon must stay at this location for as long as it is being used for the file extension.
    B) In the Modify window, type in “full path of the icon file with file extension” and click on OK. (see screenshot below)
    NOTE:
    For example, If I I had a icon store on my Desktop name New Icon Location.ico, I would type in the location exactly as below. Just substitute with your icons full path and name with file extension in quotes instead.
    Code:
    “C:\Users\UserName\Desktop\New Icon Location.ico”
    9. Close regedit.
    10. Log off and log on, or restart the computer, to fully apply the icon change.
  • Show or Hide All Hidden Files

    How to Show or Hide All Hidden Files, Folders, and Drives in Windows 7
    Information
    This will show you how to have all hidden files, folders, and drives to show or don’t show in Windows 7. These are set to be hidden by default in Windows 7.

    Note
    When you have these hidden files, folders, and drives set to show, the icon shows as transparent to indicate that they are set as hidden.
    EXAMPLE: A Hidden and Normal Folder
    EXAMPLE: A Hidden Protected Operating System File
    OPTION ONE
    Through Folder Options
    1. Open Folder Options.
    2. To Show Hidden Files, Folders, and Drives
    A) Select (dot) Show hidden files, folders, and drives. (See screenshot below)
    B) Click on the Apply button.
    3. To Don’t Show Hidden Files, Folders, and Drives
    A) Select (dot) Don’t Show hidden files, folders, and drives. (See screenshot above)
    B) Click on the Apply button.
    4. To Show Protected Operating System Files
    A) Do step 2.
    B) Uncheck the Hide protected operating system files box. (See screenshot below step 5B)
    C) Click on Yes to confirm. (See screenshot below)
    D) Go to step 6.
    5. To Hide Protected Operating System Files
    A) Do step 3.
    B) Check the Hide protected operating system files box. (See screenshot below)
    6. Click on OK. (See screenshot above)
    OPTION TWO
    Through Registry Editor
    1. Open the Start Menu, then type regedit in the search line and press enter.
    2. If prompted by UAC, then click on Yes.
    3. In regedit, navigate to the location below. (see screenshot below)
    Code:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
    4. To Show Hidden Files, Folders, and Drives
    A) In the right pane of Advanced, right click on Hidden and click on Modify. (see screenshot above)
    B) Type 1 and click on OK. (see screenshot below)
    C) Go to step 8.
    5. To Don’t Show Hidden Files, Folders, and Drives
    A) In the right pane of Advanced, right click on Hidden and click on Modify. (see screenshot below step 3)
    B) Type 0 and click on OK. (see screenshot below step 4B)
    C) Go to step 8.
    6. To Show Protected Operating System Files
    A) Do step 4.
    B) In the right pane of Advanced, right click on ShowSuperHidden and click on Modify. (see screenshot below step 3)
    C) Type 1 and click on OK. (see screenshot below step 7B)
    D) Go to step 8.
    7. To Hide Protected Operating System Files
    A) In the right pane of Advanced, right click on ShowSuperHidden and click on Modify. (see screenshot below step 3)
    B) Type 0 and click on OK. (see screenshot below )
    8. Close regedit.
    9. Log off and log on, or restart the computer to apply.