Use your iPhone as White Noise Machine
Who knew? Your iPhone has a built-in white noise widget, but it is not enabled by default. Enable the Background Sounds feature To enable the feature, navigate to: Settings: Background…
Make user an admin on macOS
sudo dscl . append /Groups/admin GroupMembership username sudo dscl . append /Groups/wheel GroupMembership username dscl . -read /Groups/admin GroupMembership dscl . -read /Groups/wheel GroupMembership
Add Active Directory Group or User to wheel group on macOS
sudo dseditgroup -o edit -a “active_directory\DL_GROUP” -t group wheel sudo dseditgroup -o edit -a NetID -t user admin
Get Windows PC Serial Number from Command Line
Open the command prompt: When the black command prompt window loads Type in the following command and press enter: wmic bios get serialnumber
Microsoft Access Macros Blocked From Untrusted Source Directory Folder
Original Error: Opening DB yielded message : “Security Risk Microsoft has blocked macros from running because the source of the file is untrusted. LEARN MORE” linked to URL https://support.microsoft.com/en-us/topic/a-potentially-dangerous-macro-has-been-blocked-0952faa0-37e7-4316-b61d-5b5ed6024216 Solution: Under…