Friday, January 8, 2021

How to kill Godot ? And stop waiting for him.

 Windows 10 doesn’t give you an easy way to pause downloads in the Settings app directly. Instead, follow these steps:

  1. Right-click the Start Menu and select Command Prompt (Admin).
  2. Enter net stop wuauserv
  3. Enter net stop bits
  4. Enter net stop dosvc
  5. Close the Command Prompt window.

Each command may take a few seconds to complete. If you want to reverse the process and resume downloads, follow these steps:

  1. Right-click the Start Menu and select Command Prompt (Admin).
  2. Enter net start wuauserv
  3. Enter net start bits
  4. Enter net start dosvc
  5. Close the Command Prompt window.
CMD:

wmic /output:C:\temp\InstalledPrograms.txt product get name,version

wmic memorychip list full

wmic diskdrive list full

wmic baseboard list full

wmic cdrom list full

pause

--------------------------------------------

path "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\"


acrord32 /p /h d:\20200122082625.pdf

--------------------------------------------

systeminfo > C:\temp\SystemID.txt

wmic /output:C:\temp\InstalledPrograms.txt product get name,version

--------------------------------------------

VBS:

rem ***********************

Dim shell
Set shell = CreateObject("Shell.Application")

shell.Open "c:\Windows"
shell.Open "c:\Program Files"


Dim objShell
   Dim strPath
   Dim strPath2

   Set objShell = CreateObject("Wscript.Shell")
   strPath = objShell.SpecialFolders("Desktop")
   strPath2 = objShell.SpecialFolders("MyDocuments")

   rem wscript.echo strPath

shell.Open strPath
shell.Open strPath2

Wscript.Sleep 1000

shell.TileHorizontally

rem shell.TileVertically

rem shell.ToggleDesktop

rem shell.WindowSwitcher




rem      AllUsersDesktop
rem      AllUsersStartMenu
rem      AllUsersPrograms
rem      AllUsersStartup
rem      Desktop
rem      Favorites
rem      Fonts
rem      MyDocuments
rem      NetHood
rem      PrintHood
rem      Programs
rem      Recent
rem      SendTo
rem      StartMenu
rem      Startup
rem      Templates



--------------------------------------------





Linux tips:








**********************************

No comments:

Post a Comment

Коментар: