Content Type
Profiles
Forums
Events
Everything posted by Yzöwl
-
please help me finding MSI Z170A Gaming M7 driver for XP 32bit
Yzöwl replied to Dibya's topic in Device Drivers
Are you implying that the old, obsolete, unsupported, OS has the same market value as a new, supported one? Not exactly, however the cost difference between the driver unsupported OS and the OS with supported drivers will be small, and even if they weren't a 2Tb or even 1Tb HDD or alternatively just simply less RAM with all other components remaining the same would have at least meant a fully working system. As I intimated previously it makes no sense to run an ageing/hacked OS on recent hardware and expect it to work without issue using software designed for that hardware -
If you're going to such lengths pre-install then you've essentially already determined that the OS you're testing is OTT for your requirements, I'd suggest you therefore try an alternative.
-
please help me finding MSI Z170A Gaming M7 driver for XP 32bit
Yzöwl replied to Dibya's topic in Device Drivers
My advice is simple, sell your unsupported operating system and spend that money on a supported operating system instead. I see no benefit in running a system whose core OS is so outdated that it requires a never ending battle in order to maintain compatibility with up to date hardware and software technologies. -
Welcome to the MSFN and enjoy your stay!
-
This topic has been moved from the Programming Forum area These tables are normally stored in three files, the definition, data and index, and are very easily corrupted. The usual advice is to jump ship to an alternative such as InnoDB.
-
[VBS] Automatically Install Fonts
Yzöwl replied to Mike88's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
How does powershell work for this task? $ShApp = New-Object -ComObject Shell.Application$Fonts = $ShApp.NameSpace(0x14)$Extns = @("*.otf","*.ttf")GCI -Include "$Extns" | %\{$Fonts.CopyHere($_.FullName)\} -
The only legitimate files I'd like to see located there would be of the type *.lnk or *.url, not executables. Along the lines of the previous response, I'd prefer to rename the startup folder and create a file with the name startup whilst I try to locate the rogue process(es).
-
Batch File That Checks The Registary
Yzöwl replied to Vespian's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
I have a couple of observations with your 'uninstall entry' check. There is no need to check the DisplayVersion, merely the existence of the key; because {1FDB8EC6-BAF1-42F9-8E09-4D9AB369F1B5} is pertinent only to the DisplayVersion 4.8.0.887 (i.e. McAfee Agent 4.8 Patch 1). However are you sure you're only wanting to check for that specific version? what about McAfee Agent 4.8: key {11FEE8E5-D9BD-4AC1-8074-5169069DF812}; DisplayVersion 4.8.0.641and McAfee Agent 4.8 Patch 2? key {EBF3D65F-011E-44D2-8F4F-C74B52682EDD}; DisplayVersion 4.8.0.1500 Also don't forget that persons using a 64bit OS will have that uninstall key in a different location -
Batch scripting help :)
Yzöwl replied to flanelman's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Forum Rules Topic Closed- 1 reply
-
1
-
Help with a batch file xcopy
Yzöwl replied to sam240's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
sam240, you simply had to replace the three lines from jaclaz' two codes with my versions to fix his three issues. -
Help with a batch file xcopy
Yzöwl replied to sam240's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
change to FOR /F "tokens=2 %delims==" %%A IN ('FIND "TheLast"^<i:\lenovo\domain\blank\last.ini') DO SET Today=%%Aand IF NOT EXIST i:\lenovo\base\blank\%Today%\ MD i:\lenovo\base\blank\%Today%>i:\lenovo\base\blank\last.ini ECHO;TheLast=%Today% -
Help with a batch file xcopy
Yzöwl replied to sam240's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Agreed, if on the rare occasion that the OP has stated the actual paths. The intent of my post remains, to show that the command used in the subject title is deprecated so if there is a need not to use the move or copy commands then why not use robocopy. -
Help with a batch file xcopy
Yzöwl replied to sam240's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
XCopy was superseded by RoboCopy: @SETLOCAL@SET "SRC=I:\lenovo\base\blank"@SET "DST=I:\lenovo\base\blank\archive\%DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%"@SET "WIM=image.wim"@ROBOCOPY "%SRC%" "%DST%" "%WIM%" /Z /J /MOVThis should move the file a little more robustly. -
@vicgarin, I have tidied up this topic because I saw no reason to continue down the route I was taking you. I have had access to a Windows 7 Unit this evening and have therefore formulated something which should contain what you needed; (since systeminfo and quickfixengineering didn't include the .NET installs). @ECHO OFFSETLOCALSET _="%TEMP%\_$.TMP"TYPE NUL>%_%FOR /F "TOKENS=2 DELIMS==" %%A IN ('WMIC QFE GET HOTFIXID /VALUE 2^>NUL' ) DO CALL ECHO;[%%A]>>%_%FOR %%A IN (\ \WOW6432NODE\) DO (FOR /F "EOL=E TOKENS=*" %%B IN ( 'REG QUERY HKLM\SOFTWARE%%AMICROSOFT\UPDATES /S /F "KB" /K 2^>NUL' ) DO FIND /I "[%%~nxB]"<%_%>NUL||ECHO;[%%~nxB]>>%_%)SORT<%_%>"%~dp0%COMPUTERNAME%HOTFIXES.TXT"DEL %_%Just run the above on each unit and compare the differences!
-
Can you not get those using the software uninstall list? @ECHO OFFFOR %%A IN (\ \WOW6432NODE\) DO (FOR /F "TOKENS=1-2*" %%B IN ( 'REG QUERY HKLM\SOFTWARE%%AMICROSOFT\WINDOWS\CURRENTVERSION\UNINSTALL^ /S /F "MICROSOFT CORPORATION" /D' ) DO IF %%D' EQU ' FOR /F "SKIP=1 TOKENS=2*" %%E IN ( 'REG QUERY %%B /V DISPLAYNAME') DO ECHO;%%F)PAUSE
-
@radix I'm still trying to work out what all of the code is for! What happens if you run this? @ECHO OFFSETLOCAL ENABLEEXTENSIONSSET "FS=files*.7z.*"SET "WD=D:\New folder"SET "RS=?SHA1"FOR /F "DELIMS=*" %%A IN ("%FS%") DO SET "FN=%%A">%FN%.sha1 TYPE NULFOR /F "TOKENS=*" %%A IN ('FSUM.EXE -SHA1 -D"%WD%" "%FS%"') DO (SET "OL=%%A" >>%FN%.sha1 CALL ECHO;%%OL:%RS%=%%)The only things you should need to change are %FS% and %WD% variables on lines 4 and 5 respectively.
-
For hashes I tend to use the powershell module, however I also still use Microsoft's own fciv.exe, downloaded in this self extractor. With that I'd just use this kind of structure: "PATH TO\FCIV.EXE" %CD% -SHA1 -TYPE *.EXE -WPOr: FOR /F "EOL=/ TOKENS=*" %A IN ('"PATH TO\FCIV.EXE" %CD% -SHA1 -TYPE *.EXE -WP') DO >>OUTPUT.LOG @ECHO(%Ato create a log file containing only the SHA1 hashes of all of the EXE files in the current directory. I would suggest you look for a more suitable checksum tool instead of having to 'fix' the output from every use of your current one. Also I have to ask again, Why ?SHA1 and not ?SHA1*, I'm fairly sure from what you've posted that the check-summed files were not named beginning with an asterisk.
-
Now, I'm sure that I'm not the only one with this as a problem, and there's a fair chance it's been this way for many years, but I decided to try and use the built in Browser, (because it's wrong to not test all of the preview OS), and I've got some major annoyances already. However the most annoying is this: When I logged on earlier today, it appeared that all of my Desktop URL's have had their icon, (the one which belongs to IE as the default browser) changed to the site icons of the sites they link to. I don't want any site icons, my expectation of an icon is to indicate the program which opens that file type. If I want an document which opens in Excel I look for the Excel X icon, in Word the unmistakable W icon and in Internet Explorer the even better known e icon. I do not want an Amazon icon and I certainly don't want the one of a naked lady, above the label 'boring work stuff'. Can anyone tell me if now that I've 'changed icon' back to the default at C:\Windows\System32\url.dll whether this is going to happen again, and if so how to stop it.
- 1 reply
-
- URL Icon
- Shortcut Icon
-
(and 2 more)
Tagged with:
-
Two other things I've noticed! In IE11, using either the drop down menu or pressing F12 does not always open the Developer Tools as expected. There is a blank/invisible icon in the system tray for Defender, (I can still hover over the expected icon area and see a PC status: Protected message).