Is there a reason why a basic customization such as deleting desktop shortcut and adding quick launch icon is not saved when I installed a captured reference image? I was in Audit mode, installed office and edge browser fine. i deleted the desktop shortcut and there's a quick launch icon for edge which i like. i captured the image and managed to install the OS but when i boot into the new account, there's no quick launch icon but desktop icon is there.
You are in an admin profile in sysprep not sure what you do will be the same for the created user in the install process.
exactly my thoughts. they said everything should be available when another account is created. not only the shortcuts, but some of the registry tweaks i did in sysprep are not there. i enabled "show windows version in desktop", but it isn't showing...
Maybe you need to have a firstlogon.cmd to add your reg entry & perhaps use \users\public\desktop for your shortcuts, etc..
right, i decided to try to integrate my .REG files in NTLite and it worked. the Edge shortcut I have resolved, it was due to not clicking "Get Started". Only thing that didn't work is my customized WinX menu.
Hi, With the help of the very interesting tutorial by Alexenferman I was able to succesfully install an old version windows 10 enterprise on my Surface RT tablet. On the end of the instruction it says: "From the other files downloaded, install the following: Microsoft.NET.Native.Runtime.1.1.appx Microsoft.NET.Native.Framework.1.1.appx " My question: How can I install these two files? Clicking on them, left or right has no effect Please help. Regards, Hans
@janzen from Windows Powershell (as administrator) Code: Add-AppxPackage -Path Microsoft.NET.Native.Runtime.1.1.appx from command prompt Code: PowerShell -NoLogo -NoProfile -NonInteractive -InputFormat None -ExecutionPolicy Bypass Add-AppxPackage -Path Microsoft.NET.Native.Runtime.1.1.appx
Thanks sofar, but not yet succeeded. I should probably have said, that the files sit on the D partition
I have moved the files to the C partition >Succeeded now !!! Thanks a lot for your help Regards, Hans
New question (last one) Now before I can install a program that I need to use urgently it aks for installation of .NET framework 4.0.3. But, after clicking on the framework file shown, the tablet says "This app can 't run on your PC". Any suggestion how i get this thing working? Regards
WinNTSetup v4.2.1 by JFX @ msfn.org Features: - Install Windows 2k/XP/2003/2008/2012/Vista/7/8.x x86/x64 - Practically runs even on the most minimalistic WinPE - Choose able drive letter for the new Windows installation - Install Windows also if nlite/vlite has remove winnt32.exe/setup.exe - Integrate Drivers: normal PNP and Textmode Drivers also - patch uxtheme to allow unsigned Themes - Some tweaks - Support "Windows to Go" for Windows 7 and later installs - Supports WimBoot option for Windows 8.1 Update 1 - supports all current WIM files: WIM/SWM (XPRESS / LZX / XPRESS HUFFMAN = Wimboot compression) - supports unencrypted ESD files (LZMS compressed WIM) Changelog: - no longer needs Tools\DarkMode.msstyles - disabled multicore feature on 32bit Host by default - fixed hotfix uninstall on Windows 7 Host - fixed WIMBOOT:WIMCOPY mode on Windows 10 2004 Host - cmdline -noapply does not need a sources defined anymore - fixed NT5 install did not overwrite existing txtsetup.sif - cmdline VHD-CREATE and VHD-ATTACH return errorlevel for driveletter - updated wimlib to v1.13.3 Beta1