mantiqa37-pixel

Results 2 issues of mantiqa37-pixel

name: REZ workflow_dispatch: jobs: debug: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup tmate session uses: mxschmitt/action-tmate@v3 # Remove any existing rule with the same name to avoid duplication...

name: RDP on: workflow_dispatch: jobs: secure-rdp: runs-on: windows-latest timeout-minutes: 3600 steps: - name: Configure Core RDP Settings run: | # Enable Remote Desktop and disable Network Level Authentication (if needed)...