1. blic ce biti tjedan. Petlja ce biti u blicu. Sto ce ona napraviti. Risk managament razlika izmedu MATE i MARS i sto je to. sve sto je na ploci ce biti na blicu, sve sto je na projektoru, paint idt idt Which command would you use to show the contents no matter in which folder you are? type C:\Windows\win.ini Which flag will ignore the case with the find command? /I What is the content of the COMPUTERNAME variable? (Use the pipe (|) and the find command to show ONLY the COMPUTERNAME variable.)? set | find "COMPUTERNAME" Which username is logged on?set username (Studenti) What is the variable PATH used for? The PATH variable is an environment variable used by the operating system to locate executable files. What will happen if you type this command? cd %systemroot% ? Running the command cd %systemroot% will take you to the C:\Windows directory, or the directory where your OS is installed. What is the main difference between the windows program and the Windows service? The main difference is that a Windows program runs with user interaction and starts/stops based on user actions, while a Windows service runs in the background without user interaction, typically starting when the system boots and running continuously. Try to find the wscsvc service. What is that service used for? The `wscsvc` service, or Windows Security Center Service, monitors and manages system security, ensuring antivirus, firewall, and other protections are active. It alerts users to security issues.