loading...
阿里云OSS储存
Published in:2022-03-31 | category: 储存空间

利用工具: rclone + winfsp

下载地址

Rclone downloads

Download · WinFsp (secfs.net)

rclone.conf 文件配置

1
2
3
4
5
6
7
[设置挂载硬盘的名称(只能英文)] 
type = s3
provider = Alibaba
access_key_id = 阿里云key
secret_access_key = 阿里云secret
endpoint = oss-cn-hongkong.aliyuncs.com (你储存库外部地址)
acl = public-read

run.bat 文件配置 M: 为你挂载盘的盘符

1
2
3
4
5
6
//run.bat
mkdir %HOMEPATH%\.config
mkdir %HOMEPATH%\.config\rclone
copy %~dp0rclone.conf %HOMEPATH%\.config\rclone\
rclone mount 设置的名称:/ M: --allow-other --vfs-cache-mode writes &

run.vbs 文件配置

1
2
3
4
5
dim vbshell
set vbshell=wscript.createobject("wscript.shell")
vbshell.run "run.bat",0,true
set vbshell=nothing
wscript.quit

所有文件存放在同一目录内

image-20220127020104544

run.vbs 文件设置定时启动

image-20220127020254267

创建基本任务

image-20220127020320183

设置启动时

image-20220127020341091

image-20220127020354537

启动程序

image-20220127020411400

选择 run.vbs

image-20220127020446139

完成之后开机自动链接

Prev:
某包网APT
Next:
实战中的匿名文件传输
catalog
catalog