I’ve used Photoshop for years and have been using Lightroom. Both are great products but lately Adobe has been including a link to Creative Cloud Files in Windows Explorer. I’m not even sure what use it is. Maybe it’s useful for some people but I find it annoying. Here’s how you remove the link in Windows Explorer.
Run regedit
Find “Creative Cloud Files”
Look for System.IsPinnedToNameSpaceTree
It’s value is most likely set to 1. Change it to 0.
Close and re-open Windows Explorer. Creative Cloud Files should be gone.
You might have to reboot.
Every time Outlook 2013 is launched on a Windows Server 2008 R2 server through remote desktop this installation screen pops up. I tried uninstalling Office and re-installing it to no avail. After some poking around forums and web searches I ran across a suggestion to install Windows Search under the File services role. This fixed the issue. Open Server Manager and right click File Services under Roles, select add role services and check the Windows Search Service.
I love Windows 10. From the time it was released I’ve felt it was what Windows 8 should have been (and I actually liked Windows 8). There is one feature that’s driven me crazy though. That’s the lock screen. It never stays on what I set it to. You can set it to Windows Spotlight, a single image or slideshow and no matter what machine I use or which of the three settings I pick it changes. Apart from this I never really understood the need for the lock screen. It just seemed like a way to make you have to push the space button more than needed. So here’s how to turn it off.
Run Regedit
Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
Make a new key and call it Personalization
Make a new DWord 32 Bit Value
Name it NoLockScreen and set it to 1
Reboot
No more wearing out your space bar and no more pictures that don’t stay on what you want them to stay on.
PS. to turn it back on change the value to 0.
Alternatively you can download this text file and rename it to .reg and run it. But if you are like me and don’t trust the internet just do it the manual way above.
When trying to open attachments using Internet Explorer from within Outlook Web Access users were only able to save the attachments.
It was not allowing them to just open them.
This fixed it:
In IE to Internet Options > Advanced > in the security part uncheck “Do not save encrypted pages to disk”.
For some reason currently when you click the properties button on the IPv4 protocol on a VPN connection in Windows 10, it doesn’t do anything.
I usually go in there and uncheck the “Use default gateway on remote network” setting.
That way my internet bound traffic goes out on my connection and only the traffic meant for the network I’m connected to goes through the VPN connection.
The first computer I tried to make that change on made me think it was just something buggy with that machine. After trying to setup a VPN connection on another computer and getting the same results I figured there was something else going on.
Thankfully you can still change the setting through PowerShell
You can run get-vpnconnection to list your VPN connections and get the name then to set the Gateway setting:
Internet Explorer (version 11 in my case) keeps popping up the “Meet your new browser” page every time I opened the application.
Use these steps to stop it:
GPEDIT.MSC from the Start button search bar
Expand User Configuration, Administrative Templates, Windows Components, Internet Explorer
Double click “Prevent running First Run wizard” (in the right pane)
Set it to Enabled and set Go Directly To Home Page from the drop down.
Opening Windows explorer gave me a bit of a shock when I noticed a device on my network was broadcasting my full email address. Shock might be a bit dramatic, but I was concerned for sure. I’d rather not see something like that being broadcast. Maybe it only shows up on my home network but I don’t like it. So, after some poking around I found the culprit in the media streaming options. To get there go to the Network and Sharing Center.
Click “Change advanced sharing options.”
Scroll down to the “All Networks” section and click the down arrow.
Click the “Choose media sharing options…”
On this screen you will see the email address that was being broadcast as the name of your library.
I took this a step further and decided to turn off the media sharing so the devices don’t even show up. I’m not sharing anything through these devices anyways. I’d rather turn on the things I want than have them on by default. In Windows 8 I was able to just tell the machine to leave the homegroup and that made those devices not show up. Windows 7 devices still showed up. To get rid of these I had to stop the actual Windows Media Player Network service. I first tried setting the service to manual but something else kept starting it back up when I rebooted so I disabled it.
My Windows 7 installation started throwing an error every time I created a new folder, renamed a file or tried to move a file. It would say “Could not find this item.”
Deleting the following registry keys then restarting the explorer.exe process fixed it.
These are tweaks that I use and have done on most computers I load. Some of these tweaks are just because of my personal preferences and some are for speeding up Windows. They involve editing registry keys and turning off system services and other settings. Use at your own caution.
The links are to .reg files containing the registry settings. You can save the file and view it in a text editor to see exactly what it’s going to do.
Set power options to High Performance
Disable “Turn off hard drive after…”
SSD related
Disable Prefetch and SuperFetch (registry and Windows Service) Registry File
Disable drive indexing
Turn off Windows write-cache buffer
Turn on Trim
To see it’s current state from a command prompt:
fsutil behavior query DisableDeleteNotify
0 = enabled, 1 = disabled
Enable Trim: fsutil behavior set disabledeletenotify 0
Disable disk defrag scheduled task and Windows service