This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stichworte -> Installation Lumia 735 (RM-1038) | |
Inhalt | |
- Flashen des Lumias 735 auf Windows Mobile 8.1 | |
- Upgrade auf Windows 10 1607 | |
- Upgrade auf Windows 10 1703 | |
== Flashvorgang Vorbereitung == | |
Windows Phone Internals (https://www.wpinternals.net/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Streaming Setup Recommendations | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1) Deactivate AntiVirus Software during Streaming | |
2) Open Audio->Speaker and set the Quality to 16Bit / 44100 (CD Quality) | |
3) Tweak Advanced Energy Settings->Multimedia | |
4) Open System->Services and stop Services which are unneeded for Streaming. | |
5) Start OBS with the parameter --enable-gpu | |
6) Start Streaming Software (FFMPEG / OBS) with "Aboveormal" Priority | |
7) Remove unused Protocols/Clients within Network Adapter settings. |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[accctrl.h] | |
{AccFree}{LocalFree} | |
{ACCCTRL_DEFAULT_PROVIDER}{__MINGW_NAME_AW(ACCCTRL_DEFAULT_PROVIDER)} | |
[aclapi.h] | |
{SetEntriesInAcl}{__MINGW_NAME_AW(SetEntriesInAcl)} | |
{GetExplicitEntriesFromAcl}{__MINGW_NAME_AW(GetExplicitEntriesFromAcl)} | |
{GetEffectiveRightsFromAcl}{__MINGW_NAME_AW(GetEffectiveRightsFromAcl)} | |
{GetAuditedPermissionsFromAcl}{__MINGW_NAME_AW(GetAuditedPermissionsFromAcl)} | |
{GetNamedSecurityInfo}{__MINGW_NAME_AW(GetNamedSecurityInfo)} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- print_defines.lua; probably the first lua header defines fetcher created in 2018 ;) | |
-- 01.01.2018 / ThorstenK / Marcedo { at } habMalNeFrage. { de} | |
-- License: BSD three Clause | |
-- grab all function defines, list their names (with parameters) | |
-- exclude Constants, exclude _underscoredStuff, exclude multiline stuff. | |
-- (see code Docs and modify the --filter section) | |
-- | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MinGW Functions, December 2017, Authored by Marcedo@gmx.net for mySciTe.190. | |
Abandon(void)virtual HRESULT WINAPI <asptlb.h> | |
AbandonSearch(ADS_SEARCH_HANDLE phSearchResult)virtual HRESULT WINAPI <iads.h> | |
ABI() __inline void Uninitialize<roapi.h> | |
ABI(HSTRING classid,T ** factory)template<roapi.h> | |
ABI(RO_INIT_TYPE it=RO_INIT_SINGLETHREADED) __inline HRESULT Initialze<roapi.h> | |
Abort(BOID * pboidReason,WINBOOL fRetaining,WINBOOL fAsync)virtual HRESULT WINAPI <transact.h> | |
Abort(HCHAPTER hChapter,DBASYNCHOP eOperation)virtual HRESULT WINAPI <transact.h> | |
Abort(VARIANT * fRetaining,VARIANT * fAsync)virtual HRESULT WINAPI <transact.h> | |
Abort(void) virtual HRESULT __stdcall <transact.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
mode 112,20 | |
REM ---------------- Test Batch ----------------- | |
REM List and Identify Binaries Platform (w32/w64) | |
REM -------------------------------------------- | |
echo ... Display executables Platform, starting from current Directory... | |
echo ... Click outputPane and press Key. | |
pause >NUL | |
call :sub_lister |