Skip to content

Instantly share code, notes, and snippets.

View ceeprus's full-sized avatar

Cee ceeprus

View GitHub Profile
@ceeprus
ceeprus / titlebar.ahk
Created March 18, 2025 16:49
Titlebar remover ahk script
;-Caption
LWIN & LButton::
WinSet, Style, -0xC00000, A
return
;
;+Caption
LWIN & RButton::
WinSet, Style, +0xC00000, A
return
~LButton::
Loop
{
GetKeyState, LButtonState, LButton, P
if LButtonState = U
MouseClick, Left
Sleep 1
@ceeprus
ceeprus / vmxfile.md
Created September 23, 2024 06:31 — forked from icedterminal/vmxfile.md
Hide VM status in guest OS (VMWare)

Hide VM Identification in VMWare (Stealthy)

Tested using WorkStation Pro 16.x, Windows host and guest in UEFI mode, using an Intel CPU.

  1. Create a Windows 10 VM.
  2. Edit VM settings Processor section. Enable (tick) these:
    • Virtualize Intel VT-x/AMD-V
    • Virtualize CPU Performance Counters
    • Virtualize IOMMU
  3. Install Windows 10 in VM.
____ _ _
| _ \ ___ _ __ ___ ___ _ __ __ _ | || |
| |_) / _ \ '__/ __|/ _ \| '_ \ / _` | | || |_
| __/ __/ | \__ \ (_) | | | | (_| | |__ _|
|_| \___|_| |___/\___/|_| |_|\__,_| |_|
------------------------------------------------------------------------------
VERSION Chie
Greetings Persona fans!
This is a list of the answers to the quizes and tests in persona 4.
Included are the solutions for the Good and True endings.
April
4/14: When Jesus was born
4/18: THE
@ceeprus
ceeprus / amk.bat
Last active January 16, 2025 11:13
@ECHO OFF
del /s /f /q C:\Windows\Prefetch\*.*
del /s /f /q C:\Windows\Temp\*.*
del /s /f /q %USERPROFILE%\appdata\local\temp\*.*
del /s /f /q %userprofile%\Recent\*.*