Tiny Tips
Tiny Tips
  • 133
  • 747 060
Windows Task Scheduler: Schedule A Task On Shutdown / Restart Event
In this video, we have demonstrated how to schedule a task using Windows Task Scheduler on a Shutdown or Restart event. We can run a program or a script during these events. We have taken the example of removing a directory when the user shuts down or restarts the system. We have covered this using two methods. The first method is by using a batch script file. In this way, the task executes the batch script when the event is triggered. All the commands in the batch script are executed. In this way, we can carry out a wide range of actions. The second method is by executing a program. In our example, we are executing a command prompt when the event is triggered and that command prompt will then execute the remove directory command. Removing the directory is just a simple demonstration. Instead of removing the directory, we can remove a file. Or, We can do something else.
I hope this video proves to be informative. Thank you.
Commands used in the video:
rmdir /s /q "path-to-directory"
cmd.exe
/c rmdir /s /q "path-to-directory"
มุมมอง: 61

วีดีโอ

How To Disable Feeds Panel On Android Device
มุมมอง 61วันที่ผ่านมา
In this video, we will see how we can disable the 'feeds panel' that we see when we swipe right on the home screen. The feeds panel contains news, articles, etc. In our video, we have demonstrated the process on Samsung and Motorola phones. The method may differ depending on the manufacturer's UI or Android OS version. If your device does not allow disabling the feeds panel then we can disable ...
What Is "Other" Storage On Android Device | How To Clear Reduce "Other" Storage To Some Extent
มุมมอง 6314 วันที่ผ่านมา
When our Android device's internal storage gets filled up, we try to make space by deleting videos, photos, documents, or apps we do not need or have backed up. But when we analyze our device storage, we see a category of used storage denoted as "other". And this "other" storage category can not be deleted directly from our device. This is because the “Other” storage category contains data from...
Using Console-Oriented Weather Forecast Service - wttr.in | Weather Forecast On Command Prompt
มุมมอง 6421 วันที่ผ่านมา
wttr.in is a console-oriented weather forecast service. In this video, we will see a brief introduction to this service with some simple examples. In the end, we have created a batch script to use the wttr.in service. Note that we require internet connectivity to use this service. Commands used in the video: curl wttr.in curl wttr.in/agra curl wttr.in/new york curl wttr.in/FRA curl wttr.in/FRA?...
How To Disable Google Feeds On Android Device
มุมมอง 72หลายเดือนก่อน
The Google app displays news feeds automatically when it is opened. Sometimes it does feel like a clutter if we do not require it. We do have an option to disable them and let the Google app show us a clean page when it is opened. This video covers how we can disable the Google feeds. I hope the video proves to be informative. Thank you.
How To Change Default Location Of Personal User Files On Windows | Using Registry Editor
มุมมอง 90หลายเดือนก่อน
Sometimes we may want to change the default save location of our personal files. Or, we uninstalled a cloud storage where the user files were getting saved by default. Due to the unavailability of that location, the default path is not working. Whatever may be the reason, we can modify the default location of user personal files. In this video, we will see how we can achieve that using the regi...
Seven Profound Quotes | The Monk Cat
มุมมอง 78หลายเดือนก่อน
Discover how your mind shapes your reality and how your thoughts determine who you become in this insightful video. Unveil the secrets to true peace and happiness, which originate from within, not from external sources. Learn the importance of embracing honesty, self-reliance, and cherishing what truly matters to lead a fulfilling life. Dive deep into self-improvement and personal growth as we ...
Convert Video Encoding Format Using VLC Media Player
มุมมอง 84หลายเดือนก่อน
In this video, we have covered how we can convert a video from one encoding format to another. For this, we are using a free application called VLC Media Player. It is available on all platforms. It supports a wide range of video and audio encoding formats. We have tried to explain the process with a simple example. I hope the video proves to be informative. Thank you.
Emulate NES Games On Android Device with NostalgiaNES Lite Emulator
มุมมอง 141หลายเดือนก่อน
Old NES games are quite fun to play. It is possible to play those games on our Android device like mobile or tablet. In this video, we will see how we can use an NES emulator called NostalgiaNES Lite to play those old games. Many other such emulators are available that we can use for the same purpose. We need an NES emulator and game ROMs with dot nes extension to play old NES games on Android ...
Compress Images With FILEminimizer Pictures Free Personal Edition
มุมมอง 752 หลายเดือนก่อน
In this video, we are taking a look at image-compressing software by the name FILEminimizer (pictures). The FILEminimizer Pictures is a Free Personal Edition software. We can easily compress a high-resolution picture, or list of images, and use them wherever needed. This is very helpful when we are trying to make space on our system and also want to keep pictures safe. Or, we want to upload mem...
Allowing Restricted Settings For An Application On Android Device
มุมมอง 2202 หลายเดือนก่อน
This video covers a solution to restricted settings for accessibility permission required by some applications on Android 13 and 14. Some apps require certain permission to function. Some of such accessibility permissions are restricted by default. If an app requests for such permissions then we get a message stating, "Restricted Settings. For your security, this setting is currently unavailabl...
Installing and Exploring Tiny11 (A Cleaner Windows 11 Pro 23H2 Build)
มุมมอง 4452 หลายเดือนก่อน
When we install a Windows OS, many unrequired applications get installed automatically. This results in occupying more disk space. Most of those applications we hardly use. Tiny11 is a Windows 11 Pro build version 23H2, created by NTDEV, that strips off all such applications from the installation image. Thus resulting in a cleaner operating system with almost no forced cluttering of unnecessary...
Setup PCem Emulator | Pentium MMX 166 CPU | Windows 98 Second Edition | 3DFX Voodoo3
มุมมอง 2412 หลายเดือนก่อน
PCem is a low-level PC emulator. It emulates actual PC hardware from the 1980s and 1990s. This makes it stand out from other common virtualization software like VMware and Virtual Box. PCem is specifically designed to emulate older x86-based PC systems and compatibles. It focuses on replicating vintage hardware to run legacy software and operating systems designed for these old machines. It emu...
Installing a webpage as a google chrome application
มุมมอง 823 หลายเดือนก่อน
Suppose there is a website we use regularly. We access it using a web browser. In the Chrome browser, there is a feature where we can install a webpage or website as an application(Chrome application). It creates an icon on the desktop. So instead of using Chrome browser to open a webpage, we can directly open the website as an application with its own dedicated window. We can use the applicati...
Prevent Access To Drives On Windows System
มุมมอง 823 หลายเดือนก่อน
In this video, we will see how to prevent access to drives on a Windows system. There are many different ways to achieve this. Like, through registry editor, group policy settings, third-party security software, permissions and security settings, encryption using BitLocker, etc. In this video, we will see how to do so using group policy setting. I hope the video proves to be informative. Thank ...
How To Shorten The Amazon Product Link (Without Using Link Shorteners)
มุมมอง 703 หลายเดือนก่อน
How To Shorten The Amazon Product Link (Without Using Link Shorteners)
Microsoft Excel: Go To Special - Last cell, Visible cells only, Conditional formats, Data validation
มุมมอง 973 หลายเดือนก่อน
Microsoft Excel: Go To Special - Last cell, Visible cells only, Conditional formats, Data validation
Microsoft Excel: Go To Special - Precedents And Dependents
มุมมอง 1384 หลายเดือนก่อน
Microsoft Excel: Go To Special - Precedents And Dependents
How To Calculate & Choose Inverter Rating (VA) And Battery Capacity (Ah) For Home Inverter System
มุมมอง 754 หลายเดือนก่อน
How To Calculate & Choose Inverter Rating (VA) And Battery Capacity (Ah) For Home Inverter System
How To Start And Stop A Windows Service Manually & Change It's Startup Type
มุมมอง 2964 หลายเดือนก่อน
How To Start And Stop A Windows Service Manually & Change It's Startup Type
Creating .exe Executable from .bat Batch Script using IExpress | Convert .bat to .exe
มุมมอง 2K4 หลายเดือนก่อน
Creating .exe Executable from .bat Batch Script using IExpress | Convert .bat to .exe
How To Terminate A Process Or Task In Windows
มุมมอง 1984 หลายเดือนก่อน
How To Terminate A Process Or Task In Windows
Microsoft Excel: Go To Special - Current Region, Current Array, and Objects
มุมมอง 1485 หลายเดือนก่อน
Microsoft Excel: Go To Special - Current Region, Current Array, and Objects
Encrypt / Decrypt Personal Files Using cipher.exe
มุมมอง 2435 หลายเดือนก่อน
Encrypt / Decrypt Personal Files Using cipher.exe
Microsoft Excel: Go To Special - Row Differences & Column Differences
มุมมอง 1115 หลายเดือนก่อน
Microsoft Excel: Go To Special - Row Differences & Column Differences
Installing EaseUS Todo Backup Free
มุมมอง 4415 หลายเดือนก่อน
Installing EaseUS Todo Backup Free
Four Ways To Take Screenshots On Windows Computer | Full Page Screenshot On Browser
มุมมอง 1076 หลายเดือนก่อน
Four Ways To Take Screenshots On Windows Computer | Full Page Screenshot On Browser
Microsoft Excel: VLOOKUP & HLOOKUP
มุมมอง 2176 หลายเดือนก่อน
Microsoft Excel: VLOOKUP & HLOOKUP
Microsoft Excel: Seven Common Errors
มุมมอง 966 หลายเดือนก่อน
Microsoft Excel: Seven Common Errors
How to clear cache, temporary files, or other unnecessary files from a Windows 10/11 system
มุมมอง 5126 หลายเดือนก่อน
How to clear cache, temporary files, or other unnecessary files from a Windows 10/11 system

ความคิดเห็น

  • @JohnLambFOTO
    @JohnLambFOTO วันที่ผ่านมา

    I need BIOS for usb flash recovery for HP Pavilion dv6-6b20ec but on HP sites doesnt exist... =/

  • @Zomboik
    @Zomboik 4 วันที่ผ่านมา

    Windows is not in C drive for me...

  • @TheDigitalThreat
    @TheDigitalThreat 4 วันที่ผ่านมา

    Wow a search result video that actually answered and helped with a pretty specific question. Thank you...!

  • @jyotimahour6978
    @jyotimahour6978 4 วันที่ผ่านมา

    ❤❤❤❤🎉🎉🎉🎉🎉🎉🎉🎉🎉

  • @BURGEEE
    @BURGEEE 5 วันที่ผ่านมา

    For everyone having trouble with "path not found" or "c:/boot not avaible", I finally solved it with the following commands at the command prompt: bcdboot c:\windows /s c: bootrec /rebuidbcd a (for all) exit Then resume the starting process. Done, you are welcome! Credit to @schreib_air

  • @86FCS
    @86FCS 5 วันที่ผ่านมา

    Thanks friend! You are a friend! That thing is a pain in the ass!

  • @isartology
    @isartology 6 วันที่ผ่านมา

    Nice job 💯👏🏻

  • @Silly-fh2vc
    @Silly-fh2vc 6 วันที่ผ่านมา

    i dont have that setting

    • @TheDigitalThreat
      @TheDigitalThreat 4 วันที่ผ่านมา

      Make sure its the right settings panel you're looking in, as there are a few that access different aspects of the settings. From the main window look for the little gear symbol in the bottom right corner area. If you dont have buttons on the bottom right side you have the screen minimized in some capacity.

  • @abdullahsyed4440
    @abdullahsyed4440 10 วันที่ผ่านมา

    it helped thank you for making this video

  • @PremChand-ep1ik
    @PremChand-ep1ik 11 วันที่ผ่านมา

    ❤❤ easy explaination

  • @jyotimahour6978
    @jyotimahour6978 11 วันที่ผ่านมา

    ❤❤❤❤🎉🎉🎉🎉🎉🎉

  • @md_ez
    @md_ez 13 วันที่ผ่านมา

    PC Hardware Diagnostic UEFI Tool on HP Systems , not usb , | Computer Tips ,, LNK ?

  • @luismiguelpatinobuendia5141
    @luismiguelpatinobuendia5141 15 วันที่ผ่านมา

    Siempre olvido la combinación Win + B para actualizar el BIOS. Muchas gracias ❤❤

  • @michallacki9462
    @michallacki9462 15 วันที่ผ่านมา

    I don't know how to thank you, this worked !!!

  • @Jayden01301
    @Jayden01301 17 วันที่ผ่านมา

    Can I use my tablet for this?

  • @maxcarter3413
    @maxcarter3413 18 วันที่ผ่านมา

    OMG! Thank you. Thank you. So simple but HP will never ever tell you this. They try to hide everything of any use to make sure you pay them for support. I have HP for this reason alone, but they also overcharge for every accessory by a factor of 2 to 4 so I hate them for this too!!

  • @no6703
    @no6703 18 วันที่ผ่านมา

    didnt work it says the directory is not found

  • @jyotimahour6978
    @jyotimahour6978 18 วันที่ผ่านมา

    ❤🎉🎉🎉🎉🎉🎉🎉

  • @AntonandSinan
    @AntonandSinan 18 วันที่ผ่านมา

    Thank you!

  • @Mstech20047
    @Mstech20047 18 วันที่ผ่านมา

    My problem is my cpu fan and led all running fast no signal and keyboard not working but mouse on when 2 days left I try to on my pc it's on and work then I oof my pc I wait 5 minutes then I try to on its not working same problem come is my ram die or i3 9gen ???? Which one sir ???

  • @balbonstv4784
    @balbonstv4784 19 วันที่ผ่านมา

    I have this same problem error in my pc and my problem is I cannot enter to bios because my keyboard and mouse are not working while my pc is in this state.

  • @jobervoets6337
    @jobervoets6337 22 วันที่ผ่านมา

    Is Bios recovery present for HP Elitebook 850 G7 and if so, does anyone know the key combination?

  • @ABodyMarshmello
    @ABodyMarshmello 23 วันที่ผ่านมา

    i love you

  • @jyotimahour6978
    @jyotimahour6978 25 วันที่ผ่านมา

    🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉

  • @jyotimahour6978
    @jyotimahour6978 25 วันที่ผ่านมา

    ❤🎉🎉🎉🎉🎉🎉🎉🎉

  • @crimson2296
    @crimson2296 29 วันที่ผ่านมา

    Awesome Video thank you

  • @gagesmith6038
    @gagesmith6038 29 วันที่ผ่านมา

    I tried doing this but my computer just turns off after starting it up with the correct key combination, what do I do?

  • @Xienz-j5k
    @Xienz-j5k 29 วันที่ผ่านมา

    not working esc not working

  • @howboutnow
    @howboutnow หลายเดือนก่อน

    tysm

  • @jyotimahour6978
    @jyotimahour6978 หลายเดือนก่อน

    🎉❤❤❤❤❤❤❤❤

  • @palo2947
    @palo2947 หลายเดือนก่อน

    why ist it qualifing me for the sandbox??

    • @ThreeDee912
      @ThreeDee912 26 วันที่ผ่านมา

      Apparently Microsoft discontinued the free E5 sandbox portal for new users unless you have a full Visual Studio subscription or are a Microsoft Partner. Really disappointed because I was looking to learn about Entra and Intune and do some training courses.

  • @denzelbuka1019
    @denzelbuka1019 หลายเดือนก่อน

    The challenge I am facing is that my laptop is not shutting down. If I remove the battery it turns off, but the minute I put it back on, it powers itself on, just showing the power key and the caps lock button. I cannot power it on or off manually.

  • @Plakerger7612_OSC
    @Plakerger7612_OSC หลายเดือนก่อน

    Thanks

  • @depzainhathanhtinh
    @depzainhathanhtinh หลายเดือนก่อน

    i dont have disk 2?

  • @rayy5898
    @rayy5898 หลายเดือนก่อน

    Is it possible to remove BIOS Admin password using this? I can access the windows but not BIOS.

  • @jack-5977
    @jack-5977 หลายเดือนก่อน

    I kept having "access denied" but i went on and it worked anyway, even having the " 0 other windows"

  • @karalarsen6055
    @karalarsen6055 หลายเดือนก่อน

    Such a user friendly video - fixed my problem with a "The System BIOS recovery failed. Unable to open BIOS image file." error that turned a desktop into a brick. Thanks!!

  • @rafaelsanti7380
    @rafaelsanti7380 หลายเดือนก่อน

    How to check how much ram I have? Write command in CMD wmic MemoryChip get MemoryType, Capacity, Speed, Configuredclockspeed, DeviceLocator, FormFactor, Manufacturer, Serialnumber, Partnumber

  • @rafaelsanti7380
    @rafaelsanti7380 หลายเดือนก่อน

    Very nice :) great job

  • @jyotimahour6978
    @jyotimahour6978 หลายเดือนก่อน

    ❤❤❤🎉🎉🎉🎉🎉🎉🎉🎉🎉

  • @tadeot
    @tadeot หลายเดือนก่อน

    thanks u so much!

  • @syahrulalif1951
    @syahrulalif1951 หลายเดือนก่อน

    thank you BRO!!!!! GOOD JOB

  • @marianrodriguez7222
    @marianrodriguez7222 หลายเดือนก่อน

    Hi thank for showing what performance I didn't know which one choose big help

  • @MichaelBerrios-c4e
    @MichaelBerrios-c4e หลายเดือนก่อน

    Very good, I am using this video for my class.

  • @jyotimahour6978
    @jyotimahour6978 หลายเดือนก่อน

    🎉🎉🎉🎉🎉❤❤❤❤❤❤

  • @peacewithdevotion2405
    @peacewithdevotion2405 หลายเดือนก่อน

    पूरा TH-cam छान लिया सिर्फ इस video से help मिली Thanks a lot❤

    • @Ashish..300
      @Ashish..300 13 วันที่ผ่านมา

      Kam hua? iska firmware 1.15 hai aur indian model me 1.09 hai D-Link ki site par latest firmware me bhi 1.09 hi aa raha hai.

    • @HindiKavitayen
      @HindiKavitayen 4 วันที่ผ่านมา

      Bilkul Sahi Kaha ... 100%

  • @raystefano
    @raystefano หลายเดือนก่อน

    When I had this issue boot error 0xc000000e I simply had to open cmd prompt and type : bcdedit /set {default} path \windows\system32\winload.efi

  • @pitchblack1x
    @pitchblack1x หลายเดือนก่อน

    It worked perfectly ❤ thanks

  • @sk12335
    @sk12335 หลายเดือนก่อน

    Hello, I have an HP notebook 15s-du1044tu model. Switching ON the laptop, all I get to see BIOS update initializing and it automatically restarts without completing the update or copying any files. The restart continues in a LOOP till I manually press the power button to OFF mode. I did try your method but the same issue repeats. How to proceed?

  • @VANSHIKAVISHESH
    @VANSHIKAVISHESH หลายเดือนก่อน

    helpfull