If you've got your private keys or can find a way to export them in core (try and search for the fastest way).
You can import them into electrum or other wallet software that won't require full node sync (it syncs but it takes about 5 minutes on a very slow machine).
To activate pruning mode itself uou need to ender a number larger than 4000, so you can set it to 4000 and it should activate. If you go down the pruning route, to check it works start core and leave it running for a bit (until the loader screen goes) then close it and check the debug.log file in your data directory (where the config file is) and see if pruning mode has been enabled.
I'll try to do the synch in the right way for now..
Whe i try to enter prune=4000 in core i have this message : Method not found (code -32601)
I've checked the debug.log, nothing about prune enabled.
In the db.log i have this though :
"wallet.dat: unable to flush: No such file or directory
txn_checkpoint: failed to flush the buffer cache: No such file or directory
wallet.dat: No such file or directory"