This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c=nircmd win center ititle $* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netsh wlan ^ | |
show interfaces | |
rem Shows current SSID, Profile, and Signal of the "Wi-Fi" interface | |
netsh wlan ^ | |
show profiles ^ | |
key=clear name=... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell \ | |
settings put system \ | |
user_rotation 1 # Landscape | |
# user_rotation 0 # Portrait | |
# accelerometer_rotation 1 # Auto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nircmd win settopmost ititle Bitwarden 1 | |
rem nircmd win settopmost ititle Bitwarden 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nircmd win setsize ititle WINTITLE 0 0 1920 1080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nircmd win center title "Window Title" | |
rem Full title (exact match) | |
nircmd win center ititle "Extension" | |
rem Partial title (i is for in title) | |
rem Esp. useful for Firefox extension pop-ups such as that of Bitwarden |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\MyUser> (new-object -comobject wscript.shell).CreateShortcut("C:\Users\MyUser\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Google Calendar.lnk") | |
FullName : C:\Users\MyUser\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Google Calendar.lnk | |
Arguments : "-taskbar-tab" "43091b08-244e-40f3-91c9-6a24dc9f454q" "-new-window" "https://calendar.google.com" "-profile" | |
"C:\Users\MyUser\AppData\Roaming\Mozilla\Firefox\Profiles\fw5sd6e9.default-nightly" "-container" "0" | |
Description : Google Calendar Web App | |
Hotkey : | |
IconLocation : C:\Users\MyUser\AppData\Roaming\Mozilla\Firefox\Profiles\vf5zb6e8.default-nightly\taskbartabs\icons\43091b08-244e-40f3-91c9-6a24dc9f454q.ico,0 | |
RelativePath : |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell setprop debug.hwui.force_dark true | |
# adb shell settings put secure ui_night_mode 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# adb pair | |
# adb connect | |
# adb devices | |
adb shell \ | |
pm disable-user \ | |
--user 0 com.samsung.android.honeyboard | |
# Install back with: | |
# adb shell cmd package install-existing com.samsung.android.honeyboard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.querySelector("link[title='RSS']").href; | |
// https://www.youtube.com/feeds/videos.xml?channel_id=<CHANNEL_ID> |
NewerOlder