About 4,970 results
Open links in new tab
  1. Changing Default Location of MY PICTURES folder in Windows 7

    1. Open the Registry Editor by running “regedit” 2. Expand the branches to HKEY_CURRENT_USER\Software\Microsoft\ Windows\CurrentVersion\Explorer\User Shell Folders …

  2. Event ID 1001 Error The Software Protection service failed to start ...

    To do this, please follow next steps: Please note: Please backup the Registry key before making any change with it in case it harms your system. 1. Open the registry editor, export the follow KEY : …

  3. "Download email for the past" grayed out Outlook 2016

    According to my tests, I found that if you add the registry value like you mentioned above, the "Download email for the past" option will be automaticcally grayed out, so it is suggested to open your Registry …

  4. How to edit driver INF files? - social.technet.microsoft.com

    Generally, to resolve this issue, use Registry Editor to grant Read Only permissions to the Local Service user account.

  5. Blank white screen after login prompt on sharepoint site

    1. Open the Registry editor, Start >> Searchbox >> Regedit (make a SnapShot or registry export first). 2. Go here,HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa 3. Add a new DWORD …

  6. Enable Remote Desktop Connections with PowerShell

    Dec 16, 2016 · I'm curious - open your registry editor and look - I have the value in Win8, and yet I also do not see the value in PowerShell.

  7. Group Policy Preferences reg_multi_sz blank line bug?

    Aug 21, 2012 · I confirmed that a Reg_Multi_SZ Registry value created with Group Policy Preferences contains extra null value, actually the Registry API does read this type of values correctly, and many …

  8. Can't pin apps in the taskbar. - social.technet.microsoft.com

    1. Run Registry Editor (regedit.exe). 2. Navigate to the following registry key: 3. HKEY_CLASSES_ROOT\lnkfile 4. Right click on the right pane, and select New -> String Value …

  9. Group Policy does not create associated registry key

    Policies change *data* associated with registry values; policies create registry values and assign data; policies do not delete values -- certainly not in the case of the WUAgent policy key.

  10. Remove registry key based on substring value

    May 28, 2012 · You have to set the current location to the registry drive and run the script. Then retrieve the KeyName and get the relevant parts of the path to remove the key with Remove-ItemProperty.