Search found 70 matches

by Ennovy
Jun 8th, ’22, 11:06
Forum: General Discussion
Topic: Export registry key
Replies: 1
Views: 450

Re: Export registry key

I found the correct syntax for my script:

Code: Select all

run, reg export HKEY_CURRENT_USER\Software\RIT  p:\werkmap\TheBatBackupRegistrykey.reg /y
Have a nice day!
Peter
by Ennovy
Jun 8th, ’22, 10:27
Forum: General Discussion
Topic: Export registry key
Replies: 1
Views: 450

Export registry key

I want to have a menu item that exports a registry key: Can you help me please with the correct syntax, because what I have so far doesn't work The file delete is executed, but not the second line of the script FileDelete p:\werkmap\TheBatBackupRegistrykey.reg run, "%windir%\System32\REG.EXE EX...
by Ennovy
Jun 2nd, ’22, 19:06
Forum: User Commands and Scripts
Topic: Save the contents of the clipboard to a file
Replies: 2
Views: 1060

Re: Save the contents of the clipboard to a file

Marko wrote: Jun 2nd, ’22, 19:02 You can use `n in the text for a new line.

Code: Select all

clipboard := clipboard "`nText to append."
Thank you Marko!
by Ennovy
Jun 2nd, ’22, 18:36
Forum: User Commands and Scripts
Topic: Save the contents of the clipboard to a file
Replies: 2
Views: 1060

Save the contents of the clipboard to a file

If have this script to save the contents of the clipboard to a file: Hotkey: CTRL + WIN + V Command: ;Save clipboard contents to file File:="p:\werkmap\klembord.txt" ;Filename and path ;FileDelete, %File% ;Only if you want to remove the old file first clipboard := clipboard " Text to ...
by Ennovy
May 4th, ’22, 03:52
Forum: General Discussion
Topic: Settings volume control with mouse wheel
Replies: 4
Views: 698

Re: Settings volume control with mouse wheel

Marko wrote: May 3rd, ’22, 21:22 Probably monitors have a different resolution.
That's correct.

Thanks Marko
by Ennovy
May 2nd, ’22, 18:29
Forum: General Discussion
Topic: Settings volume control with mouse wheel
Replies: 4
Views: 698

Re: Settings volume control with mouse wheel

I use a laptop and my second screen is above my laptop screen
by Ennovy
May 2nd, ’22, 14:36
Forum: General Discussion
Topic: Settings volume control with mouse wheel
Replies: 4
Views: 698

Settings volume control with mouse wheel

In Preferences/Functions/Volume the option to control the volume with mouse wheel on right screen edge is active.
However this only works on my second monitor.

Is this a bug or is there another setting I have missed

Thanks in advance for your support
Peter
by Ennovy
Mar 19th, ’22, 09:14
Forum: General Discussion
Topic: Trying to Place Folder C:\ in Start Menu
Replies: 2
Views: 498

Re: Trying to Place Folder C:\ in Start Menu

Menu type "Command", not "Run"
And use the command: Run C:\ (without the quotation marks)

Works for me. Opens the default file manager, in my case Directory Opus.
by Ennovy
Feb 14th, ’22, 20:30
Forum: General Discussion
Topic: Open password protected software
Replies: 4
Views: 722

Re: Open password protected software

Tom wrote: Feb 14th, ’22, 16:12 Try disabling wordlists first to see if this is an issue.
Thank you.
by Ennovy
Feb 14th, ’22, 16:05
Forum: General Discussion
Topic: Open password protected software
Replies: 4
Views: 722

Re: Open password protected software

Tom wrote: Feb 14th, ’22, 16:03 You probably have a password or a part of a password defined as one of your shortcuts or auto complete words.
But I don't want to save passwords in FastKeys.