Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows update.txt #433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

youssef1621111
Copy link

fake windows 10 update screen

fake windows 10 update screen
@@ -0,0 +1,18 @@
REM TITLE windows 10 update screen
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is placed incorrectly. make sure that its located in payloads/library/CATAGORY/PAYLOAD-NAME

Also folders and file name cannot contain spaces. Please use - or _ instead of space.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok
thank you

@@ -0,0 +1,18 @@
REM TITLE windows 10 update screen
REM AUTHOR youssef mohamed fathy

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a start delay. The computer needs time to register a new HID device before it takes keystrokes.

If your target is windows you can also use EXTENSION PASSIVE_WINDOWS_DETECT

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok
thank

REM AUTHOR youssef mohamed fathy

windows-S
STRING microsoft Edge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use STRINGLN instead of

STRING
ENTER

It has the same functionality.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok
thank you

ENTER

DELAY 1000

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove these random spaces.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

@hak5peaks hak5peaks added the pending requested changes requires changes before merge label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending requested changes requires changes before merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants