How To: Make a "Shutdown Timer" on windows 10 / 8 /7
----------------------------------------------------------------
আপনি হয়তো এমন পরিস্থিতিতে পড়ে থাকবেন যখন আপনাকে কয়েক ঘন্টার জন্য বাসা থেকে চলে যেতে হচ্ছে কিন্তু আপনি আপনার কম্পিউটারটি বন্ধ করতে পারছেন না কারন একটা প্রসেস চলছে যাতে আরো কিছু সময় লাগবে। আপনি চাচ্ছেন যে একটা নির্দিষ্ট সময় পর আপনার কম্পিউটারটি বন্ধ হবে প্রসেসটি সম্পূর্ণ হওয়ার পর তাহলে এই টিউটোরিয়াল দিবে আপনাকে যথাযত সমাধান।
আর এইটা করতে আপনার সময় লাগবে মাত্র ২/৩ মিনিট
-----------------------------------------------------------------
Create Shutdown Timer with some simple steps
• Right-click on the desktop, hover over New and select Shortcut in the side menu.
• In the path field type "shutdown -s -t XXXX" and click Next.
• Enter a name for the shortcut (for example, "Shutdown 1 Hour") and click Finish.
Any time you double-click the shutdown shortcut, the timer will start. To cancel the timer, you can create a second shortcut using shutdown -a.
To change the time on the shutdown timer, right-click the shortcut icon, select Properties and change the seconds value in the Target field. From within Properties.
------------------------------------------------------------------