Jump to content

NikolaS92

Member
  • Posts

    40
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Serbia

Everything posted by NikolaS92

  1. NikolaS92

    Error 18

    NTFS This appears in NTLite Log: 21.9.2014 22:22:00 - Save general settings21.9.2014 22:22:00 - Gather image list21.9.2014 22:22:00 -Loading general options21.9.2014 22:22:04 Initiating image load: D:\en_windows_7_enterprise_with_sp1_x86_dvd_u_677710 (Windows 7 ENTERPRISE)21.9.2014 22:22:04 Mount dir: C:\Users\NikolaS\AppData\Local\Temp\imgMnt0121.9.2014 22:22:04 Mounting image: D:\en_windows_7_enterprise_with_sp1_x86_dvd_u_677710\Sources\install.wim (Windows 7 ENTERPRISE)21.9.2014 22:22:05 ERROR: \\?\C:\Users\NikolaS\AppData\Local\Temp\imgMnt01\ProgramData\Microsoft\Windows\WER\ReportQueue [err = 769]21.9.2014 22:22:05 Error 997 mounting image: D:\en_windows_7_enterprise_with_sp1_x86_dvd_u_677710\Sources\install.wim21.9.2014 22:22:05 Discarding changes - D:\en_windows_7_enterprise_with_sp1_x86_dvd_u_677710\Sources\install.wim21.9.2014 22:22:05 - Unmount image21.9.2014 22:22:05 Deleting temp files21.9.2014 22:22:05 #21.9.2014 22:22:05 Error 2 at loading registry hive: ID121.9.2014 22:22:05 - UR21.9.2014 22:22:05 Error: Error 18 while trying to mount: D:\en_windows_7_enterprise_with_sp1_x86_dvd_u_677710\Sources\install.wim21.9.2014 22:22:16 - Save general settings21.9.2014 22:22:16 - Gather image list21.9.2014 22:22:16 -Loading general options
  2. NikolaS92

    Error 18

    Hi, I tried to mount image with gimagex and this error appears:
  3. I am not familiar. I used this: Dim WSHShell, StartTime, ElapsedTime, strUpdateName, strAllHiddenDim Checkagain 'Find more keep going otherwise Quit Dim hideupdates(10) 'TO ADD 1 EDIT THE (3) AND ADD another hideupdates(#) hideupdates(0) = "KB2592687" 'Remote Desktop Protocol 8.0hideupdates(1) = "KB2709981" 'Windows Media Player 12hideupdates(2) = "Bing Desktop" 'With this we get all versionshideupdates(3) = "Silverlight"hideupdates(4) = "Malicious Software Removal Tool"hideupdates(5) = "KB971033"hideupdates(6) = ".NET Framework 3.5"hideupdates(7) = "Language Pack"hideupdates(8) = "Internet Explorer"hideupdates(9) = "Bing Bar"hideupdates(10) = ".NET Framework 4.5" Set WSHShell = CreateObject("WScript.Shell") StartTime = Timer 'Start the Timer Set updateSession = CreateObject("Microsoft.Update.Session")updateSession.ClientApplicationID = "MSDN Sample Script"Set updateSearcher = updateSession.CreateUpdateSearcher()Set searchResult = updateSearcher.Search("IsInstalled=0 and Type='Software' and IsHidden=0") Checkagain = "True" For K = 0 To 10 'Bing Desktop has 4, Silverlight has 5If Checkagain = "True" ThenCheckagain = "False"CheckUpdatesParseUpdatesEnd ifNext ElapsedTime = Timer - StartTimestrTitle = "Bing Desktop and Windows Updates Hidden."strText = strAllHiddenstrText = strText & vbCrLf & ""strText = strText & vbCrLf & "Total Time " & ElapsedTimeintType = vbOkOnly 'Silent just comment these 2 lines with a ' and it will run and quitSet objWshShell = WScript.CreateObject("WScript.Shell")intResult = objWshShell.Popup(strText, ,strTitle, intType) 'Open Windows Update after remove the comment ''WshShell.Run "%windir%\system32\control.exe /name Microsoft.WindowsUpdate" Set objWshShell = nothingSet WSHShell = NothingWScript.Quit Function ParseUpdates 'cycle through updatesFor I = 0 To searchResult.Updates.Count-1Set update = searchResult.Updates.Item(I)strUpdateName = update.Title'WScript.Echo I + 1 & "> " & update.TitleFor j = 0 To UBound(hideupdates)if instr(1, strUpdateName, hideupdates(j), vbTextCompare) = 0 thenElsestrAllHidden = strAllHidden _& vbcrlf & update.Titleupdate.IsHidden = True'Checkagain = "True"end ifNextNextEnd Function Function CheckUpdates 'check for new updates cause Bing Desktop has 3Set updateSession = CreateObject("Microsoft.Update.Session")updateSession.ClientApplicationID = "MSDN Sample Script"Set updateSearcher = updateSession.CreateUpdateSearcher()Set searchResult = _updateSearcher.Search("IsInstalled=0 and Type='Software' and IsHidden=0")End Function
  4. How to edit script so it hides all these: KB2592687 - Remote Desktop Protocol 8.0KB2709981 - Windows Media Player 12Bing DesktopSilverlightMalicious Software Removal Tool.NET Framework 4.5KB971033.NET Framework 3.5Language PacksInternet ExplorerBing Bar??
  5. Ok, thanks for answering, I hope you can split it later.
  6. Ok. Can you tell me if removing speech recognition will also remove tts support like in vlite, or you will make that 2 separate options?
  7. Will nlite for windows 7 be portable or will it require net framework like now?
×
×
  • Create New...