Search found 42 matches

by Thouldre
02 Jun 2018, 05:59
Forum: Ask for Help (v1)
Topic: Run Batch and prevent Windows from Logoff/Shutdown before completion
Replies: 1
Views: 982

Re: Run Batch and prevent Windows from Logoff/Shutdown before completion

I created an scheduled task which gets triggered at Event 4647 . Tested it with the System account and can confirm it works! What I want is for my short batch file (2-3 seconds to completion) at "C:\Test.bat" to run as the current user right before he logs off. It shouldn't matter if it is a proper ...
by Thouldre
01 Jun 2018, 07:28
Forum: Ask for Help (v1)
Topic: Run Batch and prevent Windows from Logoff/Shutdown before completion
Replies: 1
Views: 982

Run Batch and prevent Windows from Logoff/Shutdown before completion

Hey guys, I want to create an AutoHotkey script that executes a Batch file and prevents Windows from Logoff/Shutdown before the Batch has finished. Nothing permanent. Something like an unsaved document which is still open and you have to save and close it before logging off. This AutoHotkey script (...
by Thouldre
28 Jan 2018, 03:18
Forum: Ask for Help (v1)
Topic: Auto Resize Windows Explorer Columns
Replies: 0
Views: 468

Auto Resize Windows Explorer Columns

There is a AutoHotkey Script to resize the Windows Explorer columns with a shortcut:

Code: Select all

F4::Send,{LCtrl down}{NumpadAdd}{LCtrl up}
I was wondering if it's possible to do that automatically for every folder?
by Thouldre
21 Jul 2017, 02:22
Forum: Ask for Help (v1)
Topic: Auto shutdown Windows after multiple failed login attempts
Replies: 1
Views: 584

Re: Auto shutdown Windows after multiple failed login attempts

I would really much appreciate a push in the right direction... :?
by Thouldre
12 Jul 2017, 05:38
Forum: Ask for Help (v1)
Topic: Auto shutdown Windows after multiple failed login attempts
Replies: 1
Views: 584

Auto shutdown Windows after multiple failed login attempts

Hi, I want Windows to auto shutdown into hibernation mode (not energy saving) after a specified amount of failed login attempts. I thought I could do it with task scheduler and was looking for the Windows Even ID to trigger a shutdown command. So I searched my logs and also EventID.net but the close...
by Thouldre
09 Jun 2017, 07:55
Forum: Ask for Help (v1)
Topic: Script to close all open windows
Replies: 24
Views: 12057

Re: Script to close all open windows

I used the first one and it works! But unfortunately there is another problem: If documents are still open you are going to be asked if you want to save the current state. With the original script you would just hit "Enter" and it would save the document. But now you have to klick on each document t...
by Thouldre
09 Jun 2017, 04:19
Forum: Ask for Help (v1)
Topic: Script to close all open windows
Replies: 24
Views: 12057

Re: Script to close all open windows

It somehow closes even the desktop shortcuts but first there are a lot of random windows like those posted above. :eh: Forget it, I don't want to waste more of your time for something I already have an application for. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey re...
by Thouldre
05 Jun 2017, 08:12
Forum: Ask for Help (v1)
Topic: Auto mp3gain
Replies: 17
Views: 2929

Re: Auto mp3gain

Da bin ich bereits dran. Allerdings ist das setzen von file attributen (hier für mp3s) scheinbar nicht so ohne weiteres (3rd party tools) möglich. Werde dazu in einem separaten thread hilfe anfragen. Bei "normalen" dateien wären das wohl nur zwei zeilen zusätzlicher code gewesen. #SingleInstance, F...
by Thouldre
05 Jun 2017, 04:44
Forum: Ask for Help (v1)
Topic: Auto mp3gain
Replies: 17
Views: 2929

Re: Auto mp3gain

Ich habe die letzten drei Stunden versucht das hinzukriegen, aber leider nicht geschafft. Mir fehlt anscheinend zu viel Vorwissen... :( Naja, dann muss ich wohl mit dem ursprünglichen Skript zurechtkommen. Danke für deine Hilfe, ohne dich wäre ich nicht einmal so weit gekommen! Ich weiß das sehr zu ...
by Thouldre
04 Jun 2017, 13:34
Forum: Ask for Help (v1)
Topic: Auto mp3gain
Replies: 17
Views: 2929

Re: Auto mp3gain

Ja, ein einziger Ordner wäre deutlich anwendungsfreundlicher. Könntest du mir einen Hilfelink geben, damit ich versuchen kann mich mit den read/write-attributen vertraut zu machen?
by Thouldre
04 Jun 2017, 10:31
Forum: Ask for Help (v1)
Topic: Auto mp3gain
Replies: 17
Views: 2929

Re: Auto mp3gain

Danke! Wie ich sehe hast du daraus ein AHK Skript gemacht. Also doch nicht mehr via CMD? Warum der Wandel? Außerdem hätte ich noch einige Fragen: - Läuft das Skript automatisch bis zum nächsten reboot weiter, wenn man es einmal gestartet hat? - Bzgl. des "D:\MP3G" Ordners: Wird dieser konstant auf n...
by Thouldre
04 Jun 2017, 09:10
Forum: Ask for Help (v1)
Topic: VLC auto download subtitles
Replies: 6
Views: 1371

Re: VLC auto download subtitles

I found a program named FileBot which is apparently able to download subtitles via CMD. So I'm gonna try that out which means there is probably no need for an AHK solution anymore. But thanks for trying! :thumbup:
by Thouldre
04 Jun 2017, 06:43
Forum: Ask for Help (v1)
Topic: Auto mp3gain
Replies: 17
Views: 2929

Re: Auto mp3gain

Die pfeilklammern in der beschreibung zur syntax kennzeichnen variable parameter, heißt, im verwendeten befehl zur ausführung fallen die klammern weg. Ich würde zur umwandlung immer ein separates eingangsverzeichnis verwenden. Nach umwandlung dann die datei in den zielordner verschieben. Damit entf...
by Thouldre
04 Jun 2017, 03:07
Forum: Ask for Help (v1)
Topic: VLC auto download subtitles
Replies: 6
Views: 1371

Re: VLC auto download subtitles

I appreciate your help! As I said this might be "luxury" but I am determined to get this done! Unfortunately I only have very little experience in automating tasks so I don't really understand wether this is a big or a small one?
by Thouldre
04 Jun 2017, 03:00
Forum: Ask for Help (v1)
Topic: ShutUp10 Automation
Replies: 9
Views: 6410

Re: ShutUp10 Automation

Found the solution. Works very nice if used with task scheduler! Put everything inside the same folder and execute script as admin after user logon because some settings are user specific!

Code: Select all

c:\Test\OOSU10.exe ooshutup10.cfg /quiet
batch.PNG
batch.PNG (4.21 KiB) Viewed 6275 times
by Thouldre
04 Jun 2017, 02:53
Forum: Ask for Help (v1)
Topic: Auto mp3gain
Replies: 17
Views: 2929

Re: Auto mp3gain

You're right, there is a mp3gain.exe located inside the install directory. I want the audio files to only calculate and change new files (not existing or just changed files) completely in the background (every 60 seconds) without any prompt (except of course "fatal error") with the default of 89.0 b...
by Thouldre
03 Jun 2017, 11:31
Forum: Ask for Help (v1)
Topic: Auto mp3gain
Replies: 17
Views: 2929

Re: Auto mp3gain

wxMP3gain the successor of MP3gain.

Aber wie funktioniert es automatisch im Hintergrund bei jeder neuen mp3 Datei? ;)
But how does it work completely in the background every time a new mp3 file gets added?
by Thouldre
03 Jun 2017, 11:01
Forum: Ask for Help (v1)
Topic: Auto mp3gain
Replies: 17
Views: 2929

Auto mp3gain

Is use wxMP3gain to permanently normalize the volume of my music across devices. All I do is open the app, add the song, klick that green check mark, wait a little and close the program. It would be really nice to automate that every time a new .mp3 file is added to the Music folder. Is that possibl...
by Thouldre
03 Jun 2017, 09:04
Forum: Ask for Help (v1)
Topic: Script to close all open windows
Replies: 24
Views: 12057

Re: Script to close all open windows

Just tried it out of curiosity: not closing any windows, not even with admin privileges. Thanks for your time but no need to fix it. qwerty12's script works like charm. :thumbup:
by Thouldre
03 Jun 2017, 08:45
Forum: Ask for Help (v1)
Topic: VLC auto download subtitles
Replies: 6
Views: 1371

Re: VLC auto download subtitles

The screenshots won't be resized if you click on them. Kinda useless. I edited the original post: 2 out of 4 steps. Here is the rest: 3.png 4.png Have you already checked out if you can download the subtitles via VLC's command line? It seems that there is no documentation about commands referring t...

Go to advanced search