Content Type
Profiles
Forums
Events
Everything posted by Tripredacus
-
ransomeware and the 'WindowsImageBackup' and 'FileHistory' folders
Tripredacus replied to joshee's topic in Windows 10
Does icacls still work in Windows 10? I tried a command like this: C:\windows\system32>icacls msiexec.exe.log msiexec.exe.log NT AUTHORITY\SYSTEM:(I)(F) BUILTIN\Administrators:(I)(F) BUILTIN\Users:(I)(RX) Successfully processed 1 files; Failed processing 0 files- 11 replies
-
- ransomware
- backup
-
(and 1 more)
Tagged with:
-
Have you tried changing your useragent?
-
The software publisher determines how things are allowed to be redistributed through licensing. MS currently only allows their partners to provide downloads of an OS. It is not a general "MS Partner" who can do it, each channel has their own rules. The internet is a big place and yes you can surely find anything on it, but that doesn't mean that lawyers aren't sending out letters to domain owners about the content they find. You can be sure that any website that is strict on warez, redistribution or talk thereof has received letters like this in the past. When it comes down to it, if you really like what you are doing, you have to follow the rules. So really, we may only caution you on what you are doing, but when we are posting like this, it isn't to protect you. It is to protect us. We do not police the internet. Archive password has been removed from your post. Do not re-add it.
-
The forum rules state that you are not allowed to have multiple accounts. But this wouldn't have been the reason (immediately) why your new account (from last week) was banned. Whatever was posted before, it was seen as being a spam post. Regarding the legality of what is offered... You are not allowed to redistribute any Windows OS image. It is software piracy and the OS is then warez. It does not matter that a person needs a license to use the thing, the software is not yours to give away.
-
I don't think it can be done. I will use FirstLogonCommnands to run a .cmd, with this inside: wmic useraccount where "name='UserName'" set PasswordExpires=false
-
There is LTSB for Embedded and also for companies.
-
Buy the memory for your board, not for the memory type.
-
There are two LTSB Win10 but I think both are out of reach for a regular user. There is the LTSB Enterprise, and then there is LTSB IoT Enterprise, which is the same really but is an Embedded SKU.
-
It is likely not simply an ownership issue, I wouldn't be surprised if the file is locked/open by a process. I would run ProcMon and search for that file to see if it is open. And if so then you should be able to close the handle. That will then allow you do delete it.
-
The "Blue screen" I think we should not use this term to describe the background color seen during boot or shutdown. An old co-worker referred to this as "The Azure Screen of Indifference" in Windows 2000.
-
Their picture shows the retail box for the Upgrade edition.
-
Do you have any software installed that can make changes to how Windows appearance works, anything that adds transparency, start menu replacer or add skins to the UI?
-
So it is an improved version of the Turbo button.
- 5 replies
-
- PCMR
- discussion
-
(and 2 more)
Tagged with:
-
How strict are the browsers you are using? I recall old versions of IE (and others) were more strict on HTML than newer ones are. For example, I went to one KB page and found that there is an error with the Body tag, specifically: "End tag for body seen, but there were unclosed elements" which would make me believe that on a browser that actually following the rules of HTML that the page would not display or display properly. The robots.txt mentioned, is that also what is interfering with being able to view a KB page in Google Translate? Bing Translator won't do it either because it doesn't support secure pages.
-
What about archive.org? It is a few extra clicks tho.
-
It looks like Lenovo only cert this tablet for 32bit Windows 8.1. The Windows 8.1 driver would be the best bet, but it also seems this tablet might be a Compal underneath. Drivers are all available, even "Jazz Fighter" whatever that is. http://support.lenovo.com/us/en/products/Tablets/Miix-Series/Miix-10-Tablet-IdeaPad?tabName=Downloads&linkTrack=Mast:SubNav:Support:Drivers and Software|Drivers and Software&beta=false
-
Well you don't say what the tablet is.
-
I remember a time when birds used to live inside of empty DVD-ROM drives...
-
Anytime I have to do installs on a tablet, I use a powered USB hub so that I can have the keyboard and mouse connected as well as the install media.
-
I only found this on Symantec's FTP: ftp://ftp.symantec.com/public/english_us_canada/linked_files/nsw/ Look on Ebay, there is a bunch of options there for really cheap.
-
Specs show storage is eMMC. I believe it is technically possible but the typical answer to changing the "HD" would be NO. https://www.asus.com/2-in-1-PCs/ASUS-Transformer-Book-T101HA/specifications/ Windows 7 installation, it depends if you can find drivers for the mass storage controller. And even then, since it is a tablet, you would need to see if Windows 7 drivers are available for everything else required, perhaps even the touchscreen. You can't really do a test due to the eMMC, unless the tablet you have has a broken OS on it already.
-
And I think this only is the case for certain Windows 10 installations. For example, if you did a free upgrade, that is not the type of Windows 10 you can bind to your account.
-
help with some c code?
Tripredacus replied to Damnation's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
It looks like you are getting syntax errors on the lines under the Function declaractions comment. The compiler stopped, but you should end up getting errors from line 18-2398, 2581-2994. I am thinking that whatever the output the decompiler gave you, is not ready for compilating in C++ as it says. I cannot identify the output, but I can compare to what a C++ Function Declaration is supposed to look like: http://www.cplusplus.com/doc/tutorial/functions/ -
Did you also have to disable driver signature enforcement? Editing an Intel INF will break its digital signature.
-
Program running - process not showing in task manager
Tripredacus replied to Luxman's topic in Windows 7
In process explorer, use the target/crosshair button to drag onto the running program. It will then show you what process it is running under.