Skip to content

Instantly share code, notes, and snippets.

@Computer-Tsu
Computer-Tsu / Move to Display.md
Last active September 2, 2024 21:47
Move Windows program to different monitor screen

Make the application current focus

  • Win + Tab
  • Alt + Tab
  • click on Task Bar

Windows Hotkey

  • Win + Shift + Right arrow :window: + Shift + :arrow_right:

  • Win + Shift + Left arrow →

@Computer-Tsu
Computer-Tsu / Unblock-File.bat
Last active July 24, 2025 23:42
Unblock a downloaded file from the Internet
REM DIR /R
echo.> "MyDownloadedFile.exe":Zone.Identifier
REM echo.>"OfficeSetup (1).exe:SmartScreen:$DATA"
@Computer-Tsu
Computer-Tsu / .UUID-GUID.md
Last active October 21, 2025 13:18
Working with UUID, GUID, MAC addresses

UUID and GUID

IT techs that use imaging/deployment and/or DHCP/PXE will often be working with a computer's GUID, UUID, or MAC address. For example, you have received a shipment of new desktops and are preloading your Windows Active Directory with the new computer names in the desired OU. You will then be ready to boot them and have the new computers network PXE and start installing your company base image. The packaging gives you the UUID but you need to provide the GUID to the computer proerties in AD.

Some tools to help convert back and forth between the different formats.

Example:
WFLGNVLAB01
UUID: 457A9480-E7BE-11E2-9C6A-8851FB69DFA3
GUID: 80947A45-BEE7-E211-9C6A-8851FB69DFA3