Posted August 14, 201311 yr This guide provides a valuable assistance in slimming Windows installation using WinToolKit and RTSevenLite. Before begin, type diskmgmt.msc in StartMenu and add a new NTFS partition with at least 20GB where extract the Windows 7 DVD, WinToolKit and RTSevenLite. This allow us to have a clean file system to format quickly in case of bugs or power loss. Start RTSevenLite and set temporary directory into new partition, then choice source directory and remove features as is in RT7Lite.txt. Don't forget to setup Un-Attended! For last, start WinToolKit, set temporary directory as before, and remove 'Microsofot Windows PE' from boot.wim using WIM manager, include also Autounattend.xml. From intall.wim instead remove what you don't need loading WinToolkit.ini profile. Remember to include Chrome or Firefox installer, I've removed IE, and clean winsxs with Component Removal.Now you can burn final ISO and install it in less of ten minutes! :welcome: http://www.wincert.net/forum/files/file/18-one-cd-windows-setup/ Edited November 4, 201311 yr by mickyz
August 16, 201311 yr Author This script removes any locked directory, run as Administrator with script.cmd "dir to delete".@echo offtakeown /F %1 /Ricacls %1 /T /Q /grant "%UserName%":fdel /f/s/q %1 > nulrmdir /s/q %1 Edited November 4, 201311 yr by mickyz
May 6, 201410 yr This script removes any locked directory, run as Administrator with script.cmd "dir to delete".@echo offtakeown /F %1 /Ricacls %1 /T /Q /grant "%UserName%":fdel /f/s/q %1 > nulrmdir /s/q %1 howto delete just one special folder?
May 7, 201410 yr This script removes any locked directory, run as Administrator with script.cmd "dir to delete".@echo offtakeown /F %1 /Ricacls %1 /T /Q /grant "%UserName%":fdel /f/s/q %1 > nulrmdir /s/q %1 howto delete just one special folder? the script is written to delete specific folderjust put the name of 'folder to be deleted' in the "dir to delete" area
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.