Skip to main content

Forcing the users to shutdown when their time is up!


If you have many users who uses your PC or even your home office/small office PC, you find it difficult to control the time they use the PCs, sometimes you have a hard time in explaining why you need the Pc to be shutdown after sometimes or why you need that “some one” to leave you PC for a particular time span. So here comes a handy solution for that, which will even be very useful to system administrators of enterprise level networks.

In order to do this, you need a third party utility application, because Microsoft hasn’t included this feature in their OS versions.

First thing first,


UtilityBeyond Logic Shutdown for NT/2000/XP is a simple freeware utility that you can schedule to run, and it will do the job every time without modifying user rights. Download the utility, and extract it into a directory.


Then, follow these steps:
  • Go to Start Run, type cmd, and press [Enter].

  • Navigate to the directory where the extracted file resides.

  • To view the different command parameters available, type shutdown /?.

  • Create a batch fileUsing this utility, we’ll create a batch file to run that enforces our time restrictions. Follow these steps:
  1. Go to Start Run, type notepad, and press [Enter].

  2. Type shutdown -s -f -c -l 30 -m “Time restrictions are now forcing you to logoff; please save all your work.”

  3. Go to File Save, and name the file Shutpc.bat, and save it in the same directory as the utility.

With this command, we’re forcing the machine to shut down, forcing applications to terminate at shutdown, preventing the user from cancelling the command, displaying a message box to inform the user what’s happening, and giving the user 30 seconds to save all work.


Next, we’ll schedule the batch file to run using the built-in scheduler.

Follow these steps:

  1. Go to Start Control Panel, and double-click the Schedule Tasks applet.

  2. Double-click Add Scheduled Task, and click Next.

  3. Click Browse, navigate to the Shutpc.bat file you just created, and double-click the file.

  4. You can change the name of the task or leave it; then, select Daily, and click Next.

  5. Configure the time you want to force logoff, and click Next.

  6. Enter the password for the account that’s going to run this task (it should be an administrator account), and click Next.

  7. Select the Open Advanced Properties For This Task When I Click Finish check box, and click Finish.

  8. On the Settings tab, deselect the Power Management check box.

  9. Click OK, and you’re finished!

This Utility can be very handy depending your job role, but even for the home users, this can be a veryt usefull one! Click here to visit TehcRepublic for the complete article!

Comments

Popular posts from this blog

Dhivehi to English translation with Microsoft translator

  The Dhivehi language translation feature included in Microsoft translator and Microsoft 365 lets you press a button and translate written Dhivehi into English. Though there are a few hiccups here and there, the service is great and provides an understanding of the overall document. This is more than what we see from any existing models. I was amazed to see a link in one of my outlook web emails, it says “translate message to: English” which could mean nothing usually, however, when I saw the next sentence which said “Never translate from: Divehi”, I thought why would it says Divehi specifically if it doesn’t understand that the entire email was written in Dhivehi? Out of curiosity, I pressed the button, and to my surprise, it was quite good. The essence of the message was retained very well. For example, something like އިޙްތިރާމް ޤަބޫލުކުރެއްވުން އެދެން could be translated as “ I would like to respect you ”, which is ok in terms of translation, but what it meant was greeti...

Google dialogflow - How to train a chatbot to answer questions related to your office and how to make it better than just a Q&A bot?

  First lets look how to do it the basic way. To train a conversational AI chatbot for answering office-related queries using Dialogflow, you will need to follow these steps: Create a new agent in Dialogflow. Collect a dataset of office-related queries and their corresponding answers. This dataset can be obtained through various means, such as scraping websites, conducting surveys, or manually creating a dataset. Create intents in Dialogflow for the queries in your dataset. An intent represents a user's intention, such as asking for office hours or requesting a vacation day. Add training phrases to each intent, which are examples of how a user might ask the question. Provide responses for each intent, which will be the chatbot's answer to the user's query. Test the chatbot using the "Try it now" feature in Dialogflow. Once the chatbot is working well, you can deploy it to a platform of your choice, such as a website or mobile app. However, if you follow the basic ...

Why when shared, Windows XP cannot communicate with winodws Vista in the Same Local network?

Network Map in Microsoft® Windows Vista™ diagrams the connections between network devices to help you troubleshoot connectivity problems. Network Map uses a discovery protocol called Link-Layer Topology Discovery (LLTD) in order to query the other devices on the network to determine how the network is organized. Computers running Windows Vista include the software components that implement the LLTD protocol. For other devices on the network to be placed on the map, they must have a discovery protocol enabled that can respond to the mapping computer's requests. This means in order to communicate windows Xp with Windows Vista we need to install a Portocol known as LLTD from microsoft website, unfortunately only licensed versions of widnows XP can download and install this protocol from microsoft website? "Too bad, Our poor, pirated copy users have to face the dificulties.... " but why most of the asians always use pirated copies of any software they USE? But if u crack wind...