Things to know before admitting your kids to school

Here are few things that you must know or take care of before admitting your kids to school. If you are not taking care of these things, you might be putting you children to wrong school, risking life. Only irresponsible parents do this mistake who all do not love their children or one who are not serious about their children or one who are uneducated. So, let me guide you to few thins that you need to take care of before admitting your children to school. 1. See if school is registered to local registerer (respective government). 2. Check the classroom, bathroom, playground, kitchen, it needs to be clean. 3. Sit in the classroom for 5 to 10 min., see how they lecture children. 4. Check the school fee, other fee, transportation fee, see if you can afford. 5. Check the food they fed to children, how many times, they give food to children. 6. Check the school duration, start and end time, usually for children 4 to 8 hours, see for how long your student can sit in class. 7. Ask for holida...

How to Display or Modify Audit Policies of Windows using CMD

In CMD (Command Prompt), the auditpol command is used to display or modify audit policies on a Windows system. Audit policies determine which events are logged in the Windows Security log when specific activities occur on the system. The syntax for the auditpol command is as follows: 

auditpol /set /subcategory:<subcategory> [/success:<enable|disable>] [/failure:<enable|disable>] [/system:<enable|disable>]


Where:


  • /set: Specifies that the audit policy should be modified.
  • /subcategory:<subcategory>: Specifies the subcategory of events for which the audit policy should be modified. A list of available subcategories can be obtained by running the auditpol /list /subcategory:* command.
  • /success:<enable|disable>: Specifies whether successful events in the specified subcategory should be audited or not.
  • /failure:<enable|disable>: Specifies whether failed events in the specified subcategory should be audited or not.
  • /system:<enable|disable>: Specifies whether events generated by the system should be audited or not.


For example, to view the current audit policy, the following command could be used: auditpol /get /category:*

How to view the current audit policy, the following command could be used: auditpol /get /category:*

Note that administrative privileges are required to run the Auditpol command. This command is available on Windows Server 2008 R2, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows 7, Windows 8, Windows 8.1, and Windows 10 operating systems.

 

Popular posts from this blog

Top international payment gateway transaction fee comparison (2024)

How to Manage Boot Configuration of Windows using CMD

How to Get Inverse of a Matrix in Excel