+ Reply to Thread
Results 1 to 10 of 10

Thread: The complete list of windows shortcuts

  1. #1

    The complete list of windows shortcuts

    Hello,

    This should be the complete list of all possible windows os shortcuts to commands and programs used in administration. It should work on any os in between XP and 11. I'd like your input on the matter (maybe you have others to add?).
    The idea is that any problem you may encounter in windows, it can easily be solved right here in this directory.

    These are fairy old. I created in 2016, at a time where my job responsibilities were similar to those in the series The IT Crowd (and I so loved that job). There are many more like this I just do not have the time required to make them public.
    Some of you may find the naming very weird. It is like this because sometimes you want to search by their real executable name, and other times by what are they (so for example, mstsc.exe or remote desktop connection). I find this sceheme to be the most helpful even though it look horrible.

    https://gitlab.com/razor0x/windows-shortcuts

    Speaking of which, does anyone still have my old windows lite batch scripts? If so, I'd like to add them to the repo as well since I lost my copy.
    Last edited by Master Razor; 02.06.22 at 01:11.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    anon (03.06.22) , mammamia11 (03.06.22)

  3. #2
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Tagging this to check it soon.

    I might still have some of those scripts, but then again you posted them here in the first place, so /profile.php?do=editattachments&pp=200 is worth a look.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. #3
    The original code was hosted on mediafire. Of which, the account was .. I don't know. Do you still have? Or anybody, somebody must still have it.
    Reply With QuoteReply With Quote
    Thanks

  5. #4
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    A search for *lite*;*.bat;*.cmd;*razor* on all local drives and backups returned no related results. Searching inside archives would take a really long time and only work for non-passworded ones. Do let me know if you remember any specific filenames.

    Had a look at the repo and you added 100% of what I use on a daily basis But I can add these... take whatever is useful.

    Code:
    rem Personalize
    rundll32.exe shell32.dll,Control_RunDLL desk.cpl desk,@Themes
    
    rem Activate a theme directly
    rundll32.exe shell32.dll,Control_RunDLL desk,@Themes /Action:OpenTheme /file:"%LOCALAPPDATA%\Microsoft\Windows\Themes\%THEME%\%THEME%.theme"
    
    rem ALGO is one of: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512 (case sensitive on Windows 7!)
    certutil -hashfile %FILE% %ALGO%
    
    rem Wipe WebCache (of course, you can stop and start other tasks too)
    schtasks /end /tn "\Microsoft\Windows\Wininet\CacheTask"
    del /f /q "%localappdata%\Microsoft\Windows\WebCache\*.*"
    schtasks /run /tn "\Microsoft\Windows\Wininet\CacheTask"
    
    rem Clear ALL event logs; use %%a if it's a batch file
    for /f %a in ('wevtutil el') do wevtutil cl "%a"
    
    rem Power efficiency report
    powercfg.exe -energy -duration 60 -output report.htm
    
    rem Open power plan properties
    rem 381b4222-f694-41f0-9685-ff5bb260df2e = Balanced
    rem 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c = High performance
    rem a1841308-3541-4fab-bc81-f71556f20b4a = Power saver
    rundll32.exe shell32.dll,Control_RunDLL powercfg.cpl @0,/editplan:381b4222-f694-41f0-9685-ff5bb260df2e
    
    rem Prevents "An audio stream is currently in use" from blocking sleep mode; running without the last parameter "system" deletes the override
    powercfg -requestsoverride driver "High Definition Audio Device" system
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    Master Razor (03.06.22)

  7. #5
    Searching inside archives would take a really long time and only work for non-passworded ones. Do let me know if you remember any specific filenames.
    Well, according to this, it should be called
    Windows.7.SP1.rar
    . Just check for any batches, or rar archives dated 2012.
    Last edited by Master Razor; 03.06.22 at 13:45.
    Reply With QuoteReply With Quote
    Thanks

  8. #6
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Well, seems this is your lucky day, nya.

    Code:
    19/02/2012  18:27          100,083,689 Windows.7.SP1.rar
    
    133e36b0e0f401f20e47d626ab106af8314b8f8c *Windows.7.SP1.rar
    Due to connection problems I can't upload anything at the moment, but you'll get it as soon as that's fixed.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. #7
    Quote Originally Posted by anon View Post
    Well, seems this is your lucky day, nya.

    Code:
    19/02/2012  18:27          100,083,689 Windows.7.SP1.rar
    
    133e36b0e0f401f20e47d626ab106af8314b8f8c *Windows.7.SP1.rar
    Due to connection problems I can't upload anything at the moment, but you'll get it as soon as that's fixed.
    I so love you, man.
    Reply With QuoteReply With Quote
    Thanks

  10. #8
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Code:
    https://bayfiles.com/lf05dcp8y9/Windows.7.SP1_rar
    Now you know whom to vote for on 2023.

    Spoiler Demagogy:
    Code:
    https://bayfiles.com/1555d7pdy8/Wallpaper_-_Linux_rar
    Apparently you didn't get to grab this one last time, so here you go.

    Spoiler Demagogy:

    Also, I'm guessing you already know about it, but the AppPaths registry key can be situationally useful on this regard.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    Master Razor (13.06.22)

  12. #9
    Quote Originally Posted by anon View Post
    Code:
    https://bayfiles.com/lf05dcp8y9/Windows.7.SP1_rar
    Now you know whom to vote for on 2023.
    That documentation I written.. looks like it was written by a 9-year old. My God.
    I truly hope my english has improved since then.
    Reply With QuoteReply With Quote
    Thanks

  13. #10
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Quote Originally Posted by Master Razor View Post
    That documentation I have written.. looks like it was written redacted, composed, done by a 9-year old. My God.
    I truly hope my English has improved since then.


    If it's any consolation, that ASCII art floppy disk is really good
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •