Various small fixes (#435)

* Add files via upload

* Update readme.md

* Update readme.md

* Update payload.txt

* Update readme.md

* fix rebase errors

* Fix for rebase

* Fix for fewer details
This commit is contained in:
cribb-it
2021-07-06 20:02:27 +01:00
committed by GitHub
parent babdc72743
commit 785e5d2a75
4 changed files with 33 additions and 30 deletions

View File

@@ -30,7 +30,7 @@ $BGImg = [System.Drawing.Image]::FromStream($R.RawContentStream);
## To Do ## To Do
Adding a To Do section just in case someone (or me if I can be bothered) want to fix some issues: Adding a To Do section just in case someone (or me if I can be bothered) want to fix some issues:
- Fade between Time panel 1 and login panel 2 - Fade between time panel 1 and login panel 2
- The beginnings of the code are there but has too much noticeable flicker. - The beginnings of the code are there but has too much noticeable flicker.
- Disable notifications as they display over the form: - Disable notifications as they display over the form:
- HKEY\_LOCAL\_MACHINE\\Software\\Policies\\Microsoft\\Windows\\Explorer, this Explorer needs to be created, Dword32 “DisableNotificationCenter”, value as 1. - HKEY\_LOCAL\_MACHINE\\Software\\Policies\\Microsoft\\Windows\\Explorer, this Explorer needs to be created, Dword32 “DisableNotificationCenter”, value as 1.

View File

@@ -4,7 +4,7 @@
* Target: Windows 7+ (Powershell) * Target: Windows 7+ (Powershell)
* Category: pranks * Category: pranks
* Attackmode: HID * Attackmode: HID
* Extensions used: Run * Extensions: Run
## Change Log ## Change Log
| Version | Changes | | Version | Changes |

View File

@@ -17,6 +17,9 @@ Q DELAY 200
# Opens Task Manager # Opens Task Manager
Q CTRL-SHIFT ESC Q CTRL-SHIFT ESC
Q DELAY 100 Q DELAY 100
# Opens "More details" to show menu (can not use alt d as this toggle and my hide the menu if already open).
Q SHIFT TAB
Q SPACE
# Selects "&File" # Selects "&File"
Q ALT f Q ALT f
# Selects "Run &new task" # Selects "Run &new task"