Jump to content

ImBumi

Member
  • Posts

    138
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ImBumi got a reaction from HanZie82 in Accidentally deleted the Users folder on my laptop with 1 user   
    Yeah, it looks like it is a BitLocker recovery key - still asks this before I can go into safe mode.
    will try this method
  2. Like
    ImBumi got a reaction from johnno23 in PC keeps scanning and repairing C: every boot up   
    Trying these now. After the chkdsk c: /scan, gave me a "Windows has found problems that must be fixed offline. Please run "chkdsk /f" to fix the issues"

    Should I continue with the list you guys provided or follow the "chkdsk /f"?
  3. Like
    ImBumi got a reaction from .Apex. in No display   
    I am back up and running again. Sending this response through my PC now, just switched the places of 2 sticks. Thanks a lot for the help!
  4. Like
    ImBumi got a reaction from QuirkyRobot in Benchmarks and Software   
    Thank you again sir for answering both of my queries for the day.
  5. Like
    ImBumi reacted to keskparane in How to change dimensions description   
    Here is some very basic vbscript. You can just drop a file on the script.
    imageExtns = Array("bmp","gif","jpg","png") Set fso = CreateObject("Scripting.FileSystemObject") Set file = fso.GetFile(WScript.Arguments(0)) fileExt = fso.GetExtensionName(file.name) For Each extn In imageExtns If fileExt = extn Then Set ifo = CreateObject("WIA.ImageFile") ifo.LoadFile file width = ifo.Width / ifo.HorizontalResolution height = ifo.Height / ifo.VerticalResolution MsgBox( _ "Width " & width & chr(34) & vbCrlf & _ "Height " & height & chr(34) ) WScript.Quit() End If Next  
  6. Like
    ImBumi reacted to RadiatingLight in Overclocking a 1080TI FE (on water)   
    Pretty close, if not the same.
    on air/water, the VRM quality might give you + 30Mhz, but not much more than that.
    on more serious stuff, ,like LN2, VRM quality really matters a lot.
×