Run Application without admin rights
Because of company policy, most users don’t have local admin rights. But sometimes there is an application that always needs admin rights to start because it is wrong configured. On…
Because of company policy, most users don’t have local admin rights. But sometimes there is an application that always needs admin rights to start because it is wrong configured. On…
Change Network Settings in Group Policy Editor To do this, follow the guidelines below: There you go, these are some simple methods that you can try if your VPN blocks…
1) On Windows , copy the sticky notes file from AppData\Roaming\Microsoft\Sticky Notes 2) On Windows 10, start Sticky Notes. 4) First, close Sticky Notes on Windows 10.Then, Go to PC…
Go to start -> Settings Go to Account On the left side Sign-in Options Now you can setup Fingerprint and/or pin code.
I Found this website very usefull and searched long for this. If you are running Microsoft Windows in a domain environment with WSUS configured, you may notice that you’re not…
$ssfFonts = 0x14 $fontSourceFolder = "" $Shell = New-Object -ComObject Shell.Application $SystemFontsFolder = $Shell.Namespace($ssfFonts) $FontFiles = Get-ChildItem $fontSourceFolder $SystemFontsPath = $SystemFontsFolder.Self.Path $rebootFlag = $false foreach($FontFile in $FontFiles) { # $FontFile…
In windows 10 Windows Photo Viewer is gone. Here is how to activate it. Download the following regkeys. Activate-Windows-Photo-Viewer-on-Windows-10 When runned. Right click on a picture. Goto open with, Choose…
Create a new folder and give it the name: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Now you have a complete list from the configuration panel.
For Windows 10 Professional it is not possible to do this with GPO. So add in the GPO this to the register. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager SilentInstalledAppsEnabled DWORD 0 = Disable 1 =…
I Use this script in MDT to remove all Windows 10 Apps. Add more in $Appslist if you need to remove more. $AppsList = "Microsoft.3DBuilder","Microsoft.Microsoft3DViewer","Microsoft.BingWeather","Microsoft.Getstarted","Microsoft.Messaging","Microsoft.MicrosoftOfficeHub","Microsoft.MicrosoftSolitaireCollection","Microsoft.OneConnect","Microsoft.People","Microsoft.SkypeApp","microsoft.windowscommunicationsapps","Microsoft.FeedbackHub","Microsoft.WindowsMaps","Microsoft.XboxApp","Microsoft.XboxIdendityProvider","Microsoft.ZuneMusic","Microsoft.ZuneVideo","AdobeSystemsIncorporated.AdobePhotoshopExpress","Microsoft.Advertising.Xaml","Microsoft.Office.OneNote","Microsoft.WindowsFeedbackHub","Microsoft.XboxGameOverlay","Microsoft.XboxIdentityProvider","Microsoft.XboxSpeechToTextOverlay","Microsoft.Office.Sway","Microsoft.BingNews","D5EA27B7.Duolingo-LearnLanguagesforFree","46928bounde.EclipseManager" ForEach ($App in $AppsList) {…