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

Category: Uncategorized

DYMO label install for eClinicalworks

ECW wants to be real particular about these so here is what needs to be done. First, install the label printer via windows as normal. Open ECW and go to File–> Settings–> Local Settings Select “Enable Dymo Label Printing” Add template for “Dymo Printer Template file” Find that in Program files–> EclinicalWorks –> Dymo templates–>…

Read More “DYMO label install for eClinicalworks” »

Uncategorized

Disabling “Other Suggestions” in Outlook 2016

In Outlook in Office 2016, the recipient contact autofill has a new category called “other suggestions” that suggests people outside of contacts and recent recipients, which annoyingly includes adresses that were entered incorrectly. So if you send a message with a typo in the recipient field, that nonexistent typo email will be forever suggested in…

Read More “Disabling “Other Suggestions” in Outlook 2016” »

Uncategorized

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

Posts pagination

Previous 1 … 3 4 5 Next

Copyright © 2025 Merserver.

Powered by PressBook Masonry Dark