Advanced Search
Search Results
193 total results found
Open System Properties Dialog
These commands are executed from a Run Dialog Open Main System Properties sysdm.cpl Open System Properties to the Computer Name Tab SystemPropertiesComputerName Open System Properties to the Hardware Tab SystemPropertiesHardware Open System Pro...
Windows Trust Relationship Lost
This could happen with Teams or any Microsoft Office Product. 1) Logout the user and sign in as an administrator on the machine.2) Delete the following c:\users\%username%\appdata\local\packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy 3) Reboot the machine...
Workstation Service Does Not Start
This should fix the issue of the Workstation service that does not start. Both WS-D1.cmd and WS-D2.cmd are in the attachments for this article. WS-D1.cmd sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi sc.exe config mrxsmb10 start= dis...
Windows 10 Apps Crashing
Things to try if the Microsoft apps in Windows 10 keep crashing on startup. These commands are run from and elevated PowerShell Along with these commands you should terminate the RuntimeBroker.exe process. Sometimes this is all it takes for the apps to start...
Restore Windows Photo Viewer
The attached file (Restore_Windows_Photo_Viewer.reg) is a registry file to restore the settings for Windows Photo Viewer Merge into the Registry with an Administrative account.
Time Sync Settings
This article gives the commands to set the Time Authority and runs a sync for the Windows Clock To be executed in Powershell or Command Prompt Check current time and date get-date -format "{dd-MMM-yyyy HH:mm}" Update Time Sync Server Method 1 w32tm /c...
Task Manager not showing user processes
From Regedit, delete all properties in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\TaskManager
Scheduled Tasks - Reboot machine One Time
From an elevated Command Line schtasks /create /TN "Reboot Machine" /TR "C:\Windows\System32\shutdown.exe -r -t 1" /SC ONCE /ST 21:15
Factory Reset Unifi AP
UniFi APs have a physical reset button, usually located next to the ethernet port. Once the button is located, hold it down for 10 seconds, until the LED lights flash. Once done, the AP will reboot and then go back to factory default settings. Once completed, ...
Microsoft Photos will not start issue
Issue where Microsoft Photos shuts down as soon as it is started get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage Get-AppxPackage *photos* | Remove-AppxPackage Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -Dis...
Redirect common Windows folders (Documents, etc)
"HKCU\Microsoft\Windows\Currentversion\Explorer\Shell Folders" REG ADD "HKCU\SOFTWARE\Microsoft\Windows\Currentversion\Explorer\Shell Folders" /v "My Music" /t REG_SZ /d "\\we-s004\users\%username%\My Documents\My Music" /f REG ADD "HKCU\Software\Microsoft...
Disable LLMNR
From and elevated Command Line REG ADD “HKLM\Software\policies\Microsoft\Windows NT\DNSClient” REG ADD “HKLM\Software\policies\Microsoft\Windows NT\DNSClient” /v ” EnableMulticast” /t REG_DWORD /d “0” /f
koda/docker-knowledge
URL https://hub.docker.com/r/koda/docker-knowledge Where to get from hub.docker.com
Composerize
What is it This will turn the docker run command into a Stacks statement URL https://www.composerize.com/
Password Expiration Login script vba
VBA Code to check for password expiry and display a message if the password expires in the next 10 days. Add-Type -AssemblyName PresentationFramework curruser=Get−ADUser−Identity env:username -Properties 'msDS-UserPasswordExpiryTimeComputed','PasswordNeve...
Docker Container hostname
Add the following to a Stacks file hostname: {hostname} For a Docker Run command-h {hostname}
Vikunja CLI from Docker
Gathered from the Vikunja Docs Page Using the cli in docker When running Vikunja in docker, you’ll need to execute all commands in the api container. Instead of running the vikunja binary directly, run it like this: docker exec <name of the vikunja api cont...
Change Local Computer Name
Right click start button> choose Settings. In the search box, search for (view your PC name)> click (Rename this PC) use company standard naming for devices.