Skip to content
View Zedroid's full-sized avatar
👽
invading earth
👽
invading earth
Block or Report

Block or report Zedroid

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Zedroid/README.md

Zedroid-

Xedroid 5 views are mine added on nov 26 2023 5:26pm 20 followers

https://github.com/Daichi09/ClipboardTTS

Click ' hotkey after copy

https://github.com/wisehackermonkey/ultimate-tts-reader https://github.com/alystair/my-productivity-stack/blob/master/Launch%20Calculator.ahk https://github.com/sayyid5416/Links-Extractor https://github.com/clechasseur/pathcopycopy Pytranscriber Mpv mpvnet-player/mpv.net#488 Wizmouse

autostart ahk https://github.com/AutoHotkey/Ahk2Exe add shortcut to startup folder FileCreateShortcut, %A_ScriptFullPath%, %A_Startup%\shortcutname.lnk

https://www.sevenforums.com/general-discussion/35682-disable-shift-click-taskbar.html#

+LButton::                      ;  Shift + LButton hotkey.

MouseGetPos,,, win          ; Get window under mouse.

; If this window is the taskbar,  mode:="", otherwise mode:="{Blind}".


 mode :=  WinExist("ahk_class Shell_TrayWnd ahk_id " win) ? "" : "{Blind}"

 Send %mode%{LButton Down}   ; Click  down, filtering out Shift if mode="".

KeyWait LButton              ; Wait for button to be  physically released.

Send %mode%{LButton Up}     ; Click up.

return

Frederik LongReplied on January 30, 2021 How can I move folders from an old computer to a new computer so that I retain the same "Date Modified"?

Try this:

Create a desktop shortcut for cmd.exe.

https://github.com/raszpl/hackahackernews

Double-click this shortcut. You will get a black frame. Type this command and press Enter: robocopy "H:\FolderName" "C:\Users\David\FolderName" /e /w:1 /r:1

robocopy <"source"> <"destination"> /e /w:1 /r:1 https://answers.microsoft.com/en-us/windows/forum/all/retaining-the-original-date-modified-of-folders/0c0982f9-03a5-47f6-ae32-f2691d647889

marzzzello/mpv_thumbnail_script#22 (comment)

Pinned

  1. wish-I-could-code wish-I-could-code Public

    Wish I could code

  2. launch-one-window-calculator-autostart-startup launch-one-window-calculator-autostart-startup Public

    Forked from alystair/my-productivity-stack

    deleted other files

    AutoHotkey