- Create a new user with administrator permissions
- Sign out of the current user and sign in as the newly created user
- Navigate to
C:\Usersin File Explorer - Click into the account you want move AppData from
- There could be a popup telling you that you need to allow yourself to access that user's data, do so
- Cut the AppData folder
- If invisible, go to View and check Hidden Items
- Paste in the desired location
| #!/usr/bin/env bash | |
| # Print usage | |
| function usage { | |
| echo -n "$(basename $0) CIDR... | |
| $(basename $0) [OPTION] CIDR... | |
| This script prints the ip range or full list of ip addresses for one or more CIDR. | |
| Options: |
| #--------------------------------------------------------------------- | |
| # Example configuration for a possible web application. See the | |
| # full configuration options online. | |
| # | |
| # http://haproxy.1wt.eu/download/1.4/doc/configuration.txt | |
| # | |
| #--------------------------------------------------------------------- | |
| global | |
| log 127.0.0.1 local2 |
| global | |
| maxconn 4096 | |
| defaults | |
| mode http | |
| balance roundrobin | |
| option redispatch | |
| option forwardfor | |
| timeout connect 5s |
| ;================================================== | |
| ;** 快捷键 Win+ESC 使当前窗口置顶/取消置顶 | |
| ;================================================== | |
| #Esc:: | |
| WinSet, AlwaysOnTop, toggle,A | |
| WinGetTitle, getTitle, A | |
| Winget, getTop,ExStyle,A | |
| if (getTop & 0x8) | |
| TrayTip 已置顶, 窗口标题: `n%getTitle%,10,1 | |
| else |
| Source: | |
| https://docs.microsoft.com/en-us/DeployOffice/vlactivation/gvlks | |
| GVLKs for Office 2019 | |
| ===================== | |
| Office Professional Plus 2019 | |
| NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP | |
| Office Standard 2019 |
There aren't many tutorials about this, the only tutorials I've found were about passing through entire PCIe cards to VMs, or refered to old ESXI versions (below 6.5) that used a more comprehensive desktop client instead of the web app. In v6.5, the web app was introduced and the desktop client was deprecated. You used to be able to setup RDMs in the desktop client, but with the introduction of the web console, this is no longer the case. This tutorial shows you how to pass SATA HDDs to the virtual machine on VMWare ESXI 6.5. This tutorial is partially based on VMWare's own KB and the now deprecated Forza IT blog post.
We attach the SATA HDDs as a RDM (Raw Device Mapper) into an existing virtual disk in the command line, then on the web app
Batch apply hex edits The edits to apply come from a CSV file in the same path
hexpatcher.ps1 has a short URL: https://git.io/vpNim
Start PowerShell 3.0+ and paste in:
Download slt.py python script (supports multiple build) from this repository.
python slt.py <"sublime_text file path">