GPU_MaxFramesAhead=1;
GPU_DetectedFramesAhead=1;
| #!/usr/bin/env bash | |
| while true; do | |
| echo "ss23 sux" | |
| sleep 1 | |
| done |
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Software\Google\Google Apps Sync] | |
| "SyncFlagsEnabled"=dword:00000001 | |
| [HKEY_CURRENT_USER\Software\Google\Google Apps Sync\NotesSync] | |
| "DownloadEnabled"=dword:00000000 | |
| "UploadEnabled"=dword:00000000 |
| from __future__ import print_function | |
| import os | |
| import ctypes | |
| import win32api | |
| import win32con | |
| import win32com.client | |
| import getpass | |
| #Get windows username | |
| username = getpass.getuser() |