Add more gpedit info authored by imcb's avatar imcb
...@@ -150,10 +150,24 @@ The scripts in the testing directory are useful for testing. Just run them and t ...@@ -150,10 +150,24 @@ The scripts in the testing directory are useful for testing. Just run them and t
If you want to test the functionality of log_to_obs, you have to install [this plugin](https://obsproject.com/forum/attachments/obs-text-zip.56495/), taken from [this forum post](https://obsproject.com/forum/threads/read-from-text-file-refresh-rate.73589/post-460054). Instructions for installation are in the forums post. The purpose of the plugin is to make text file sources refresh at the rate necessary for this application. If you want to test the functionality of log_to_obs, you have to install [this plugin](https://obsproject.com/forum/attachments/obs-text-zip.56495/), taken from [this forum post](https://obsproject.com/forum/threads/read-from-text-file-refresh-rate.73589/post-460054). Instructions for installation are in the forums post. The purpose of the plugin is to make text file sources refresh at the rate necessary for this application.
Then, in OBS go to `Sources -> + -> Text (GDI+)`, toggle the `Read from file` option on, and select `executing.txt` as the file. Then, in OBS go to `Sources -> + -> Text (GDI+)`, toggle the `Read from file` option on, and select `executing.txt` as the file.
## conditions on the shadow (gpedit and the cmd terminal) ## conditions on the shadow (mostly gpedit)
cmpc has the command prompt disabled on the shadow for security purposes. If you want to test code related to this, you'll need to replicate it. cmpc has the command prompt disabled on the shadow for security purposes. If you want to test code related to this, you'll need to replicate it.
Open Group Policy Editor Open Group Policy Editor
![gpedit_search](uploads/065f60e2306b50ef30859dc43f57dfbe/gpedit_search.png) ![gpedit_search](uploads/065f60e2306b50ef30859dc43f57dfbe/gpedit_search.png)
Navigate to the appropriate key Navigate to the appropriate key
![Local_Group_Policy_Editor](uploads/6ed7c79f64057b657d9f0e05f4bc0a67/Local_Group_Policy_Editor.png) ![Local_Group_Policy_Editor](uploads/6ed7c79f64057b657d9f0e05f4bc0a67/Local_Group_Policy_Editor.png)
List of keys that have been edited on the shadow in gpedit (may be incomplete):
- User Configuration
- Administrative Templates
- System
- Prevent access to the command prompt `Enabled`
- Ctrl+Alt+Del Options
- Remove Task Manager `Enabled`
- Don't run specified Windows applications `Enabled`
- powershell
- Start Menu and Taskbar
- Remove Run menu from Start Menu `Enabled`
- Remove Logoff on the Start Menu `Enabled`
\ No newline at end of file