Jump to content

Outbreaker

Member
  • Posts

    367
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Luxembourg

Everything posted by Outbreaker

  1. I got the "Mapudungun" in my collection folder. I'm searching now for almost a week to find working download links to these missing separate LIP installers, But no luck every link is dead, even the once in archive.org. I hope we can find those missing separate LIP's installers. So that I can include them also in the Multilingual Pack, for our supreme Windows NT.
  2. I've dug already through all those links. Doch einige der separaten LIP Installer kann ich nicht finden. The plan was to use the LIP-Transformer tool to convert them to MUI Packs. Those are the LIP separate installers that i can't find: Affrikaans Azeri (Latin) Bosnia (Cyrillic) Bulgarian Estonian Gujaratai Inuktitut (Latin) Irish Kannada Kiswahili Konkani Luxembourgish Macedonain Malayalam Maltese Maori Nepali Pashto Persian Punjabi Quechua Swahili Setswana Telugu Tswana Welsh Zulu Those are the LIP separate installers that I already found: Albania Armenian Azerbaijani Basque Bengali (India) Bosnia (Latin) Catalan Galician Georgian Hindi Icelandic Indonesian Kazakh Malay Mapudungun Marathi Persian Serbian (Cyrillic) Serbian (Latin) Tamil Tatar Thai Ukranian Urdu Vietnamase
  3. I already got those MUI packages. But I need the LIP too, because they have more languages and I try to convert them into MUI packages.
  4. HI, Has anyone collected the 55 Language Interface Packs from the Microsoft website? Microsoft took them offline and archive.org also doesn't have them. 😥 https://web.archive.org/web/20090217125419/http://www.microsoft.com/downloads/details.aspx?FamilyID=0db2e8f9-79c4-4625-a07a-0cc1b341be7c&DisplayLang=en
  5. After smashing the web search button for hours, I found a script that works and dose the job better than my previous script. 😃 FLTMC >NUL 2>&1 || Set _=^"Set "_Elevated=1" ^& CD /d """%~dp0""" ^& "%~f0" %*^" && ((If "%Elevated%"=="" ((PowerShell -nop -c START "" CMD -args '/d /x /s /v:off /r',$env:_ -Verb RunAs >NUL 2>NUL) || (MSHTA VBScript:Execute^("CreateObject(""Shell.Application"").ShellExecute(""CMD"",""/d /x /s /v:off /r""&CreateObject(""WScript.Shell"").Environment(""PROCESS"")(""_""),,""RunAs"",1)(Window.Close)"^) >NUL 2>&1))) & EXIT /b)
  6. Hi, I have a short code line that would ask elevated privileges for a Batch file. But now I noticed that if a file name or a folder name has an "&" character in it then the code will not work. 😫 Dose anyone have a solution for this problem? 🤔 @ECHO OFF FLTMC >NUL 2>&1 || PowerShell Start-Process -FilePath '%0' -Verb RunAs >NUL 2>&1 && EXIT /b FLTMC >NUL 2>&1 && GoTo EVD ECHO I'm not wokring. PAUSE :EVD ECHO Hallo World. PAUSE
  7. Hi, I'm looking for a one line command that would Refresh the Desktop or send the F5 key to the Desktop. Would that be possible with PowerShell or in Batch?
  8. Why is the DTS "Central Brazilian Standard Time" and "E. South America Standard Time" removed? I still have them in my Windows 10.
  9. What about the KB4507704 entry below, was it removed from the the KB4557900? [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Morocco Standard Time] "MapID"="1,66"
  10. I tried it out, but their is still a bug hiding somewhere that prevents it from running with the Timeout code. I also tried a few other methods from the internet but without luck.
  11. Interesting to watch how the script is editing the cookie. One little question i tried to add a short delay to the script to close the div. This should be an easy Task. Well, that's what I thought it would be. for ( let i = 0; i < msgs.length; i++ ) { msgs[i].onclick = function() { setTimeout(function(){ this.style.display = 'none'; clks++; createCookie('clicks', clks, 1); }, 3000); } }
  12. HI, Do you know how to tweak the script so it will only hide the div if it gets clicked 3 times in 24 hours? I also changed the code so that it would work with CSS Style "class" instead of "ID". Is below the proper JavaScript code to do that? FROM: document.getElementById('popupDiv'). TO: document.getElementsByClassName('popupDiv')[0].
  13. H, After google for hours for a JavaScript that would hide a div for X(12) Hours if clicked X(2) Times. I was only able to find a jQuery script that would do this. Could someone help me to convert this jQuery script below in to a vanilla JavaScript? http://jsfiddle.net/mbdu6vtg/ $(document).ready(function() { // If the 'hide cookie is not set we show the message if (!readCookie('hide')) { $('#popupDiv').show(); } // Add the event that closes the popup and sets the cookie that tells us to // not show it again until one day has passed. $('#close').click(function() { $('#popupDiv').hide(); createCookie('hide', true, 1) return false; }); }); // --- // And some generic cookie logic // --- function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } function eraseCookie(name) { createCookie(name,"",-1); }
  14. Is it recommended to also include the Primetime CDM plugin into the Basilisk/UXP browser.
  15. Ahh nice. Do i also need to add the LVA file into the basilisk/UXP folders too? Because it's playing videos also without this files.
  16. HI, Would it be possible to add a link to the newest versions into the Help option of this browsers?
  17. I would use this on WinNT5.0 and up and PowerShell is only directly included in Win6.1. If supresssing this MSG Box is not possible with a VBScript would it then be possible to skip the CopyHere with a silent switch (/s) when a Font file is already installed?
  18. HI, Is it possible to modify this script to support a silent install command (/s) to suppress the MSG Box when a Font is already installed? Const FONTS = &H14&Dim Dic :Set Dic = CreateObject("Scripting.Dictionary")Dim Fso :Set Fso = CreateObject("Scripting.FileSystemObject")Dim Shl :Set Shl = CreateObject("Shell.Application")Dim Fns :Set Fns = Shl.Namespace(FONTS)Dim i,v :v = Array("fon","otf","pfm", "ttf") For Each i In v Dic.CompareMode = 1 'Make lookups case-insensitive. Dic.Add i, True Next For Each i In Fso.getfolder(".").Files If Dic.Exists(Fso.GetExtensionName(i)) Then Fns.CopyHere i.Path End If Next
  19. I reversed back to KB975713 because KB2926765 only fixes a Elevation Privilege Vulnerability where you have to be log on locally to exploit this vulnerability. Let's see if MickySoft fixes this until April 2019.
  20. I'm using this command multiple times and it makes it easier to edit and to find typos and i will also using this code in a different scenario.
  21. I use this command in a .inf file. 11,,cmd.exe,,,"/Q /V:ON /C ""SET ""EmptyFolder=%ProgramFiles%\Software\temp"" & PUSHD ""!EmptyFolder!"" && (RMDIR ""!EmptyFolder!"" /S /Q 2>NUL & POPD)"""
  22. After looking into this a little more i think this will not work because the "Add/Remove Windows Components" is using "ocgen.dll" to execute the .inf files. Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MU]"INF"="WINXPUP.inf""Section"="MicrosoftUpdate""Installed"="1"
  23. I'm using "ocgen.dll" not sure if i could use "advpack.dll" for an UpdatePack without messing things up. This .inf part is being run from the "Add/Remove Windows Components".
×
×
  • Create New...