-
Posts
504 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by raptorddd
-
Precision M4600 Owners Thread
raptorddd replied to Hertzian56's topic in Pro Max & Precision Mobile Workstation
have nvidia quadro 2000m official driver v377. am trying to get the latest driver version now am on 390.65 but i have seen 392 and 391 drivers. wich i have tried to install but i encounter some problems using nvcleanstall i add hardware id to it. installs fine device manager sees it. but when i try to open nvidia control panel i get error you are not currently using a display attached to an Nvidia GPU -
ok am trying to find out with only the download link wich laptop is using that drivers. ( if that is possible) i have dell m4600 the latest official nvidia is v3.77 for quadro 2000M searching using the hardware ID PCI\VEN_10DE&DEV_0DDA&SUBSYS_14A31028&REV_A1 i found that driver wich is v3.90 and it works on my laptop. so i wish to know wich laptop uses that driver to see if thee are more recent drivers here is the direct download link and where i found this link. http://dlcdnet.asus.com/pub/ASUS/vga/nVidia/NVDriver_390.65_Win10X64bit_20180121.zip https://www.driveridentifier.com/scan/download.php/download/877660775/9290B3E52F9C49D08A900DB6341B5860/PCI\VEN_10DE%26DEV_0DDA%26SUBSYS_14A31028
-
you can find it on my digital life forum.. so am pretty sure all they post there must be pretty safe.. i beleive that is a microsoft tool not sure if its open source. head there and ask them.
-
i have done it before.. id say its pretty safe. and yes you could add updates to ISO. watch this video
-
this world has changed so much in this late years.
-
nice video .. nice smile too.
-
i liked it. never beat it though.. also like saturn. am a sega guys since the genesis.
- 65 replies
-
- 1
-
-
- screenshots
- graphics
- (and 4 more)
-
dramcast.? sonic adventures.?
- 65 replies
-
- screenshots
- graphics
- (and 4 more)
-
i also tried windows 11 for 2 days.. os seemed like slower but on games i found it more smooth. i also hate to unzip with 7zip i need to click more. the copy paste was a bit confusing.. i could not fins powershell and powershell ise as in win 10 when you click the windows icon. now am back at win 10.. but i think we both have the same toughts on windows 11.. i see someone mentioned to get start is back.. so i might give it a try later. am on unsuppoerted CPU.
-
well after watching the video. its not what i was looking for what i wanted was performance counters. my goal is to gain the most performance out of my CPU so i found a way to disaable performance counters but. how do i know they are disabled.? thanks
-
am not sure if the above code is working . DISKPERF –N found it here https://techieinspire.com/disable-disk-performance-counter-windows-10-diskperf-command/ this is what it shows. i dont understand if it applied or i need to add other code.
-
i just updated it yesterday i saw the icon. i didnt like it. so my step was 1 open search type edge righrclick edge and select open file location. then right click and properties. then on target clikc on it and then press END key. hit space then paste this --disable-features=msUndersideButton aplly then right click on the shorcut on desktop and do the same for the shortcut.
-
if i apply this code how can i revert back the changes. rem https://docs.microsoft.com/en-us/windows/win32/fwp/auditing-and-logging rem https://social.technet.microsoft.com/Forums/en-US/ec2b033f-3e9b-4727-88d2-e6e358393734/how-to-disable-stop-windows-filtering-platform-filtering-platform-packet-drop rem ALL Auditpol /set /category:* /Success:disable /failure:disable rem FIREWALL auditpol /set /subcategory:"Filtering Platform Policy Change" /success:disable /failure:disable auditpol /set /subcategory:"Filtering Platform Packet Drop" /success:disable /failure:disable auditpol /set /subcategory:"Filtering Platform Connection" /success:disable /failure:disable auditpol /set /subcategory:"Other Object Access Events" /success:disable /failure:disable auditpol /set /subcategory:"IPsec Main Mode" /success:disable /failure:disable auditpol /set /subcategory:"IPsec Quick Mode" /success:disable /failure:disable auditpol /set /subcategory:"IPsec Extended Mode" /success:disable /failure:disable auditpol /set /subcategory:"IPsec Driver" /success:disable /failure:disable rem https://thesystemengineers.wordpress.com/2014/05/08/the-best-advanced-audit-script-and-advanced-audit-policy-i-use/ rem http://www.ultimatewindowssecurity.com/wiki/WindowsSecuritySettings/Recommended-Baseline-Audit-Policy-for-Windows-Server-2008 auditpol /set /subcategory:"DPAPI Activity" /success:disable /failure:disable auditpol /set /subcategory:"Detailed Directory Service Replication" /success:disable /failure:disable auditpol /set /subcategory:"Directory Service Replication" /success:disable /failure:disable auditpol /set /subcategory:"Handle Manipulation" /success:disable /failure:disable auditpol /set /subcategory:"MPSSVC Rule-Level Policy Change" /success:disable /failure:disable auditpol /set /subcategory:"Non Sensitive Privilege Use" /success:disable /failure:disable auditpol /set /subcategory:"Other Policy Change Events" /success:disable /failure:enable auditpol /set /subcategory:"Other Privilege Use Events" /success:disable /failure:disable auditpol /set /subcategory:"SAM" /success:disable /failure:disable auditpol /set /subcategory:"Sensitive Privilege Use" /success:disable /failure:disable rem may be enabled on failure auditpol /set /subcategory:"Other System Events" /success:disable /failure:disable rem Usually all enabled auditpol /set /subcategory:"Account Lockout" /success:disable /failure:disable auditpol /set /subcategory:"Application Generated" /success:disable /failure:disable auditpol /set /subcategory:"Application Group Management" /success:disable /failure:disable auditpol /set /subcategory:"Audit Policy Change" /success:disable /failure:disable auditpol /set /subcategory:"Authentication Policy Change" /success:disable /failure:disable auditpol /set /subcategory:"Authorization Policy Change" /success:disable /failure:disable auditpol /set /subcategory:"Certification Services" /success:disable /failure:disable auditpol /set /subcategory:"Computer Account Management" /success:disable /failure:disable auditpol /set /subcategory:"Credential Validation" /success:disable /failure:disable auditpol /set /subcategory:"Directory Service Access" /success:disable /failure:disable auditpol /set /subcategory:"Directory Service Changes" /success:disable /failure:disable auditpol /set /subcategory:"Distribution Group Management" /success:disable /failure:disable auditpol /set /subcategory:"File Share" /success:disable /failure:disable auditpol /set /subcategory:"File System" /success:disable /failure:disable auditpol /set /subcategory:"Kerberos Authentication Service" /success:disable /failure:disable auditpol /set /subcategory:"Kerberos Service Ticket Operations" /success:disable /failure:disable auditpol /set /subcategory:"Kernel Object" /success:disable /failure:disable auditpol /set /subcategory:"Logoff" /success:disable /failure:disable auditpol /set /subcategory:"Logon" /success:disable /failure:disable auditpol /set /subcategory:"Network Policy Server" /success:disable /failure:disable auditpol /set /subcategory:"Other Account Logon Events" /success:disable /failure:disable auditpol /set /subcategory:"Other Account Management Events" /success:disable /failure:disable auditpol /set /subcategory:"Other Logon/Logoff Events" /success:disable /failure:disable auditpol /set /subcategory:"Process Creation" /success:disable /failure:disable auditpol /set /subcategory:"Process Termination" /success:disable /failure:disable auditpol /set /subcategory:"RPC Events" /success:disable /failure:disable auditpol /set /subcategory:"Registry" /success:disable /failure:disable auditpol /set /subcategory:"Security Group Management" /success:disable /failure:disable auditpol /set /subcategory:"Security State Change" /success:disable /failure:disable auditpol /set /subcategory:"Security System Extension" /success:disable /failure:disable auditpol /set /subcategory:"Special Logon" /success:disable /failure:disable auditpol /set /subcategory:"System Integrity" /success:disable /failure:disable auditpol /set /subcategory:"User Account Management" /success:disable /failure:disable rem Apply immediatly gpupdate /force
-
Laptop won't boot even after removing CMOS battery...
raptorddd replied to kaz26's topic in General Discussion
mine was a soic8 chip. -
Laptop won't boot even after removing CMOS battery...
raptorddd replied to kaz26's topic in General Discussion
why not take it to a cellhphone shop.? i tried the clamp and after 5 tries it wore off. had to take it to a cell phone shope and have the guy desolder and then solder it to the plate once programmed then i went back and the person solder it back to the motherboard. but i did this like 4 times because of a bad flash . so decided to uy new clamp and learned how to carefully grab onto chip and flash it. my dell would freeze at the dell logo. pressing any key did nothing. after flashing with ch341a it booted -
am using edge. wich browser would be ok. one that uses less resources. and how do remove edge.?
-
shes or he is high on drugs. reminds me of murphy when robocop front is removed.
-
why cant linux be as easy as windows i have only tried mint long time ago for a few hours. will it ever be like windows.? i mean as easy to use. can you play games.? no steam account. cant run windows programs right.? no microsoft programs just any program. i wish it be as easy as windows then people would make the switch. i have beed watching videos and threads on reddit ive read that it has lost of problems. didnt read thru just browse notreally reading all 500 messages.
-
windows 11 unsupported hardware now gets a permanent water mark.??
-
i use sophia script. GitHub - farag2/Sophia-Script-for-Windows: The most powerful PowerShell module on GitHub for fine-tuning Windows 10 & Windows 11
-
well i have the same thoughts as you. on the gun side. i rather shoot back and defend myself than to have nothing on my hands for defense. and its the same here or even worse if you injure someone in your house human rights comes in and you become the bad person. i dont think a law to allow to carry a fire arm would work here. there would be shootouts everyday. many people ask for death penalty but in a corrupted place as mexico anyone could be framed and be put on death penalty. i got a lot of respect towards anyone. specially you you are very knowledgeable person as many more in this forum. i just watched the coronavirus video few post above. i always tought it was man made and maybe accidental leak.
-
i see . but what about in the performance side theres no improvement or there is.?