F5F Stay Refreshed Software Operating Systems Yes, there is such software available.

Yes, there is such software available.

Yes, there is such software available.

Pages (3): Previous 1 2 3 Next
B
brandonmaxkim
Junior Member
39
01-27-2017, 06:07 PM
#11
I tried that, but it lacks some of the tools I need. I considered putting everything in one folder and using a script or batch file to install them all.
B
brandonmaxkim
01-27-2017, 06:07 PM #11

I tried that, but it lacks some of the tools I need. I considered putting everything in one folder and using a script or batch file to install them all.

S
sunemoonsong
Senior Member
380
01-31-2017, 06:45 PM
#12
Yes, there are many resources for learning a language while coding. You can find tutorials on platforms like Codecademy, freeCodeCamp, or specialized sites such as W3Schools and Coursera.
S
sunemoonsong
01-31-2017, 06:45 PM #12

Yes, there are many resources for learning a language while coding. You can find tutorials on platforms like Codecademy, freeCodeCamp, or specialized sites such as W3Schools and Coursera.

E
EpicMemeFace
Junior Member
2
02-13-2017, 03:35 AM
#13
It shouldn't be too difficult to create a .bat file. Since I don't have any guides right now, I'll try to figure it out myself.
E
EpicMemeFace
02-13-2017, 03:35 AM #13

It shouldn't be too difficult to create a .bat file. Since I don't have any guides right now, I'll try to figure it out myself.

G
goephi
Member
210
02-13-2017, 10:10 AM
#14
Batch files mainly consist of Windows CMD commands. It’s likely a comprehensive wiki exists online with examples and guides.
G
goephi
02-13-2017, 10:10 AM #14

Batch files mainly consist of Windows CMD commands. It’s likely a comprehensive wiki exists online with examples and guides.

H
HiperEg
Member
152
02-14-2017, 11:18 PM
#15
This approach could be effective. You can create a tailored version of the operating system with all the necessary applications and files pre-installed. This way, whenever you need to install on another device, you simply load the recovery. If you encounter different hardware later, you only have to add drivers afterward. The result is a personalized setup rather than a standard installation.
H
HiperEg
02-14-2017, 11:18 PM #15

This approach could be effective. You can create a tailored version of the operating system with all the necessary applications and files pre-installed. This way, whenever you need to install on another device, you simply load the recovery. If you encounter different hardware later, you only have to add drivers afterward. The result is a personalized setup rather than a standard installation.

L
Lips
Senior Member
624
02-15-2017, 03:57 AM
#16
It could pose problems if the product keys are involved.
L
Lips
02-15-2017, 03:57 AM #16

It could pose problems if the product keys are involved.

M
MiCRONiQUE
Junior Member
34
02-15-2017, 08:27 AM
#17
I’ll guide you through it. Running executables from a folder can feel overwhelming at first, but breaking it down makes it easier. You can use command-line tools like `find` or `xargs` to automate the process. Let me know if you need step-by-step instructions!
M
MiCRONiQUE
02-15-2017, 08:27 AM #17

I’ll guide you through it. Running executables from a folder can feel overwhelming at first, but breaking it down makes it easier. You can use command-line tools like `find` or `xargs` to automate the process. Let me know if you need step-by-step instructions!

K
kcaz56
Senior Member
664
02-23-2017, 08:11 AM
#18
Yeah, I've heard about it. Just grabs the screenshots.
K
kcaz56
02-23-2017, 08:11 AM #18

Yeah, I've heard about it. Just grabs the screenshots.

I
iJamWN
Junior Member
16
02-23-2017, 12:36 PM
#19
I discovered this resource online: http://ss64.org/viewtopic.php?id=1008. I plan to try it and see if it functions. Edited: Seems challenging, unsure where to begin.
I
iJamWN
02-23-2017, 12:36 PM #19

I discovered this resource online: http://ss64.org/viewtopic.php?id=1008. I plan to try it and see if it functions. Edited: Seems challenging, unsure where to begin.

M
mccoop03
Posting Freak
910
02-23-2017, 10:34 PM
#20
Step 1: Study Windows batch commands
Step 2: Write the script, it’s actually quite simple, though I’m unsure if you can fully automate registry changes with this method; all other tasks seem manageable
M
mccoop03
02-23-2017, 10:34 PM #20

Step 1: Study Windows batch commands
Step 2: Write the script, it’s actually quite simple, though I’m unsure if you can fully automate registry changes with this method; all other tasks seem manageable

Pages (3): Previous 1 2 3 Next