What is the command to launch the Local Group Policy tool?

a. gpedit.msc
b. secpol.msc
c. compmgmt.msc
d. lusrmgr.msc


Ans: a. gpedit.msc

Computer Science & Information Technology

You might also like to view...

One of the main sources of WLAN problems is ____________ interference.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In a database for a DVD collection, Genre, Actor, and Rating would be examples of records

Indicate whether the statement is true or false

Computer Science & Information Technology

Which Cisco IOS command is used to create a new VLAN on a switch?

A) vlan vlan-id B) access vlan vlan-id C) interface vlan vlan-id D) vlan access vlan-id

Computer Science & Information Technology

Which of the following class definitions is correct in C++? 

A. class studentType { public:   void setData(string, double, int); private:   string name; };   B. class studentType { public:   void setData(string, double, int);   void print() const; private:   string name;   double gpa;}   C. class studentType { public void setData(string, double, int); private string name;};   D. studentType class { public: void setData(string, double, int); private: string name;};  

Computer Science & Information Technology