Adam Cushing Blog

Adam Cushing's Blog. Information interesting to Adam Cushing

Friday, May 24, 2024

Keep a program running at all times - if a program closes, have it restart automatically in Windows

›
First, create a batch file to monitor the program and restart it- @echo off setlocal enabledelayedexpansion set EXE_PATH="C:\path\to\M...
Tuesday, May 21, 2024

ScreenConnect / ConnectWise Control not working on RHEL/Oracle Linux- service runs but doesn't work or garbled screen.

›
I recently had a problem where I loaded ScreenConnect for remote access to a RHEL server. I imagine this is similar for other distros, Cento...
Tuesday, April 9, 2024

Veeam- Your service provider has implemented backup files protection against deletion by an insider for this cloud repository. To protect against advanced attack vectors, we recommend that you configure your cloud backup jobs to keep multiple full backups on disk (as opposed to forever-incremental chain with a single full backup).

›
You may get this error. My provider does air gap behind the scenes. You can disable this with the below registry change- Your service provid...
Friday, March 22, 2024

Move SQL Temp DB to alternate partition

›
If you need to move your temporary databases to another partition- USE master GO ALTER DATABASE tempdb MODIFY FILE( NAME = temp2, FILENAME =...
Thursday, March 14, 2024

OpenSSL Self Signed Cert / PFX

›
openssl genpkey -algorithm RSA -out key.pem openssl req -new -key key.pem -out csr.pem openssl x509 -req -days 365 -in csr.pem -signkey key....
Monday, January 8, 2024

You create and deploy a shortcut/URL via GPO, but network icon file is missing.

›
Create a GPO and enable- Computer Configuration > Policies > Administrative Templates > Windows Components > File Explorer ->...
Friday, October 27, 2023

Windows Server 2022 DC shows in Private Network Instead of Domain

›
Windows Server 2022 DC shows in Private Network Instead of Domain Open Regedit, HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc,...
‹
›
Home
View web version

About Me

adam1115
View my complete profile
Powered by Blogger.