Skip to content

Instantly share code, notes, and snippets.

View RezaBabapour's full-sized avatar
💻
thinking

RB RezaBabapour

💻
thinking
View GitHub Profile
@RezaBabapour
RezaBabapour / autoSave.ps1
Last active January 21, 2026 15:33
Local autoSave for Microsoft word exel powerPoint
# Run command: powershell -ExecutionPolicy Bypass -File .\autoSave.ps1
Add-Type -AssemblyName System.Windows.Forms
Add-Type @"
using System;
using System.Runtime.InteropServices;
public class WinActive {
[DllImport("user32.dll")]