Skip to content
  • How to start learning Linux
  • Labtech Implementation Stuff
  • Clogged
  • Active Directory DNS Troubleshooting
  • Some Roulette  Strat from Reddit
  • Mystery steel processing and testing
  • Croissants and Rose Lychee Cream
  • Mac and Cheese
  • DFS Replication: Requirements and Configuration
  • Services.msc not opening in Windows 11/10
  • Microsoft AD LDAP (2008): Importing Your Certificate .pfx File into the AD DS Personal Store
  • Powershell How to get all groups that a user is a member of?
  • Home Energy Saving Tips
  • Changing NTFS Security Permissions using PowerShell
  • VALORANT’S 128-TICK SERVERS

Merserver

Its a website

  • Uncategorized
  • IT
  • Unreal Engine
  • GameDev
  • Interesting Stuff
  • Food
  • Web Design
  • Kubernetes
  • Music
  • Linux
  • Auto
  • Fishing
  • Gaming
  • Magic the Gathering
  • Toggle search form

Author: samadmin

Disabling a touchscreen in Windows 10

To disable the touchscreen fully: Open registry editor as administrator. Navigate to HKLM/Software/Microsoft/Wisp/Touch If it doesn’t exist, add a new DWORD called TouchGate. Set TouchGate’s value to 0. Move into MultiTouch now. Set MultiTouchEnabled as 0. Go to Device Manager as an administrator. Set the HID-compliant touchscreen driver as something totally off the wall driver…

Read More “Disabling a touchscreen in Windows 10” »

Uncategorized

CPT code not valid in eClinicalworks

This is usually because they have added a new CPT code but did not validate, this can be corrected by the following steps: 1. Log in to ECW 2.At top go to reports 3. click Report Console  4. scroll down to Utilities section in the window it opened 5. Click CPT/HCPCS Validation and Logs  6….

Read More “CPT code not valid in eClinicalworks” »

Uncategorized

Configuring Hyper-V Replication

First is the creation of the certificates.  Open powershell and paste this command: New-SelfSignedCertificate -Type “Custom” -KeyExportPolicy “Exportable” -Subject “CN=[root]” -CertStoreLocation “Cert:\LocalMachine\My” -KeySpec “Signature” -KeyUsage “CertSign” -NotAfter (Get-Date).AddYears(20) Where [root] is what you want to name the trusted CA.  This creates a certificate to set as the root authority.  When the command is completed a thumbprint will…

Read More “Configuring Hyper-V Replication” »

Uncategorized

Compact/Shrink a Bloated VHDX (Hyper-V VM Drive) in Powershell

The virtual hard drive “compact” option offered in the Hyper-V menu frees little or no space. Here’s a better way. Log into the VM and clear out any noticeable junk (temp folder, recycle bin, browser cache, incomplete downloads, etc). Back up VM, then shut down. In the HV, open the VM’s settings and make a…

Read More “Compact/Shrink a Bloated VHDX (Hyper-V VM Drive) in Powershell” »

Uncategorized

Clearing out binlogs mysql

If the binlogs are growing too large, you can trim them and set them up to auto-trim Run these commands PURGE BINARY LOGS BEFORE (NOW() – INTERVAL 90 DAY);SET GLOBAL expire_logs_days=90; and then add “expire_logs_days=90” to the [mysqld] section of my.ini Now the logs will not be kept longer than 90 days.

Uncategorized

Clearing Cookies etc. From Using CMD

Delete Temporary Internet FilesRunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8 Delete CookiesRunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 Delete HistoryRunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1 Delete Form DataRunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16 Delete PasswordsRunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32 Delete AllRunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255 Delete Files and Settings Stored by Add-OnsRunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351

Uncategorized

SMB Can’t access network resources

Checks for SMB1.0, disables it, enables Workstation service with dependencies.  Restart after.  And yes it is “BOWSER” not “BROWSER”. sc query mrxsmb10 | find “STATE” | find “RUNNING”if not %errorlevel% == 0 goto ENDsc.exe config lanmanworkstation depend= bowser/mrxsmb20/nsisc.exe config mrxsmb10 start= disabled:END

Uncategorized

Cardiostream printing from ie11

They use the adobe reader plugin, make sure to go into adobe reader and open the preferences, go to the security (advanced) category and disable the Enable Protected View on Startup

Uncategorized

Attachments not opening from Outlook

Diagnosis: Client machine states that they are out of disk space or memory when opening attachments or documents from Outlook. Solution: (Depending on document type) Open Excel, Word, Powerpoint, Access, whatever and go to File -> Options -> Trust Center, then open the Trust Center and go to the Protected View section, and uncheck all…

Read More “Attachments not opening from Outlook” »

Uncategorized

How to Edit Your Hosts File in Windows 10

The hosts file is a local plain text file that maps servers or hostnames to IP addresses. This file has been in use since the time of ARPANET. It was the original method to resolve hostnames to a specific IP address. The hosts file is usually the first process in the domain name resolution procedure….

Read More “How to Edit Your Hosts File in Windows 10” »

Uncategorized

Posts pagination

Previous 1 … 9 10 11 Next

Copyright © 2025 Merserver.

Powered by PressBook Masonry Dark