I hereby claim:
- I am warthurton on github.
 - I am warthurton (https://keybase.io/warthurton) on keybase.
 - I have a public key ASA-hQFehpeIfqvF9tAoemtfRw7sdWhxafQqXR2rs3zaxQo
 
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>A simple clock</title> | |
| </head> | |
| <body translate="no" > | 
I hereby claim:
To claim this, I am signing this object:
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "globals": { | |
| "alwaysShowTabs": true, | |
| "defaultProfile": "{79285a8e-036c-446f-8a9c-78994e34cf85}", | |
| "initialCols": 120, | |
| "initialRows": 30, | |
| "requestedTheme": "dark", | |
| "keybindings": [ | |
| { | 
| DLC Name | Filename | 
|---|---|
| Gold Top Dog | 1E6323E1.dat | 
| Silver Top Dog | 576E446C.dat | 
| Red Envelope Pack | E58008F5.dat | 
| High Roller Pack | AC8D6F78.dat | 
| Old School Pack | 8C79ECFB.dat | 
| function CheckFolderExistsAndCreate(folder) { | |
| if (fso.FolderExists(folder)) { | |
| WScript.Echo("destination folder already exists: " + folder); | |
| WScript.Quit(1); | |
| } | |
| fso.CreateFolder(folder); | |
| } | |
| function isBiggish(items, depth, why) { | 
Using this in tandem with ListShortcuts.csx becomes a simple scripted backup/restore mechanism for porting your favorite WinX shortcuts to other machines, etc.
scriptcs ListShortCuts.csx -- "%LOCALAPPDATA%\Microsoft\Windows\WinX\Group3" > FaveLinks.mdscriptcs WinXCreate.csx -- FaveLinks.mdcd %LOCALAPPDATA%\Microsoft\Windows\WinX| @echo off | |
| set /p Input=Enter Folder name to delete: | |
| :ConfPromt | |
| set /p Confirm=Are you sure you want to delete "%CD%\%Input%"?(y/n): | |
| IF /I "%Confirm%" == "n" ( | |
| Echo Canceling. | |
| pause | |
| EXIT /b | |
| ) | |
| IF /I NOT "%Confirm%" == "y" ( | 
| Update-ExecutionPolicy | |
| Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
| Set-WindowsExplorerOptions -EnableOpenFileExplorerToQuickAccess | |
| Set-WindowsExplorerOptions -DisableShowFrequentFoldersInQuickAccess -DisableShowRecentFilesInQuickAccess | |
| Set-WindowsExplorerOptions -EnableExpandToOpenFolder -DisableShowProtectedOSFiles | |
| Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart | |
| Set-StartScreenOptions -DisableSearchEverywhereInAppsView | |
| Set-TaskbarOptions -Size Small -Lock -Combine Full | 
| <a class="bookmarklet" href="javascript:q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('https://pinboard.in/add?url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,width=700,height=350'));">popup</a> |