This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$sourcePath = 'HKLM:\software\Microsoft\Speech_OneCore\Voices\Tokens' #Where the OneCore voices live | |
$destinationPath = 'HKLM:\SOFTWARE\Microsoft\Speech\Voices\Tokens' #For 64-bit apps | |
$destinationPath2 = 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\SPEECH\Voices\Tokens' #For 32-bit apps | |
cd $destinationPath | |
$listVoices = Get-ChildItem $sourcePath | |
foreach($voice in $listVoices) | |
{ | |
$source = $voice.PSPath #Get the path of this voices key | |
copy -Path $source -Destination $destinationPath -Recurse | |
copy -Path $source -Destination $destinationPath2 -Recurse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ignition": { | |
"config": { | |
"replace": { | |
"source": null, | |
"verification": {} | |
} | |
}, | |
"security": { | |
"tls": {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh_authorized_keys: | |
- github:jurya | |
hostname: rproxy | |
write_files: | |
- content: |- | |
/dev/sda1 /persist ext4 auto 0 0 | |
owner: root | |
path: /etc/fstab | |
permissions: '0644' | |
boot_cmd:boot_cmd: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;Dear friends, | |
;some time has already passed since the great days of One Half epidemy. | |
;Nevertheless we still hope that a code of this popular virus inspires | |
;you also now. A lot of stuff has been written on the subject, so I tink, | |
;not many words are necessary about this little creature any more. | |
;And, so, here is the original source of One_Half.3577: | |
DOSSEG | |
.MODEL SMALL | |
.STACK 100h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
##################################################################################################### | |
# Script_Name : Std-Xrdp-install-0.6.1.sh | |
# Description : Perform an automated standard installation of xrdp | |
# on ubuntu 18.04 and later | |
# Date : Sept 2019 | |
# written by : Griffon | |
# Web Site :http://www.c-nergy.be - http://www.c-nergy.be/blog | |
# Version : 0.6.1 | |
# History : 0.6.1 - Added support for Ubuntu 18.04.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
##################################################################################################### | |
# Script_Name : Std-Xrdp-install-0.6.1.sh | |
# Description : Perform an automated standard installation of xrdp | |
# on ubuntu 18.04 and later | |
# Date : Sept 2019 | |
# written by : Griffon | |
# Web Site :http://www.c-nergy.be - http://www.c-nergy.be/blog | |
# Version : 0.6.1 | |
# History : 0.6.1 - Added support for Ubuntu 18.04.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$xml_config = @' | |
<Configuration ID="ef54145e-08ba-43b3-9b4a-58550103039e"> | |
<Info Description="O365 Click-to-Run Configuration by DCC © 2019" /> | |
<Add OfficeClientEdition="64" Channel="Monthly" ForceUpgrade="TRUE"> | |
<Product ID="O365ProPlusRetail"> | |
<Language ID="MatchOS" /> | |
<Language ID="cs-cz" /> | |
<Language ID="en-us" /> | |
<ExcludeApp ID="Groove" /> | |
</Product> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install-Module CredentialsManager -scope CurrentUser |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Installation of appropriate script from https://www.powershellgallery.com/packages/Upload-WindowsAutopilotDeviceInfo/ | |
Install-Script -Name Upload-WindowsAutopilotDeviceInfo -Force:$true | |
Upload-WindowsAutopilotDeviceInfo -TenantName osmec.onmicrosoft.com -OrderIdentifier 'AssignedPC' -Confirm:$false | |
# Upload-WindowsAutopilotDeviceInfo -TenantName osmec.onmicrosoft.com -OrderIdentifier 'SharedPC' -Confirm:$false | |
# Upload-WindowsAutopilotDeviceInfo -TenantName osmec.onmicrosoft.com -OrderIdentifier 'SharedEduPC' -Confirm:$false | |
# Start-Process -FilePath '%WINDIR%\system32\sysprep\sysprep.exe /generalize /shutdown /oobe' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that "jaltman.id" is my Blockstack ID. https://explorer.blockstack.org/name/jaltman.id |