Search results

  1. K

    Upgrade to Windows 11 for free?

    Windows 11 Home version has group policy disabled. There are several ways to enable it. Note: Be careful. Any possible way to add group policy to Home version of Windows can break things. Because it's unsupported. Any way you use, either by installing or enabling the built-in one, It doesn't...
  2. K

    Windows 11

    As far as I remember, Microsoft has always allowed to prevent Windows Updates since Windows95 on its pro versions. For Windows 11, 10, there are several ways to prevent updates. For example : Using Group Policy Computer Configuration > Administrative Templates > Windows Components > Windows...
  3. K

    I'm in Love with ChatGPT

    I wish you had also mentioned solving medical problems. https://www.today.com/health/mom-chatgpt-diagnosis-pain-rcna101843
  4. K

    I'm in Love with ChatGPT

    I know your info on AI is very good and better than most of us, but just for the clarity, It's not that AI (at least Chatgpt) reads every page and repeat the false info on million of pages it has already scanned. Here's a part of my conversation with chatgpt before I started using it seriously...
  5. K

    How the AI apocolypse starts

    Not urging but asking. Why it's not the other way. First dive deeper, research, and come to a conclusion. If necessary, sign it.
  6. K

    How the AI apocolypse starts

    Please don't tell me it doesn't happen over there. When US hates China, but can not stop copying them: President Trump has just signed an executive order aiming to bring AI education into U.S. classrooms—starting as early as kindergarten. The order directs federal agencies to support...
  7. K

    How the AI apocolypse starts

    It's been a hot discussion on social media for a while, but since noone here mention it, I think I'll do. China’s six-year-olds are already being offered AI classes in school in a bid to train the next generation of DeepSeek founders...
  8. K

    BAT File Command Help

    @theDBguy's solution works for me. I saved the bat in a network drive of our domain controller and executed it from a client PC. The text file with the folder name was created on desktop. Edit : Moved the bat to a sub sub sub folder. Still it's perfect.
  9. K

    Solved Open Excel workbook, but have WorkBook_Open code run

    One last try please. Can you open your excel file this way? This method opens the file and refresh it. Private Sub cmdPressure_Click() Dim excelFilePath As String excelFilePath = "Full Path To Your Excel File" Call Shell("explorer.exe """ & excelFilePath & """", vbNormalFocus)...
  10. K

    Why AutoCAD is not feasible enough to learn for a common person?

    I'm trying hard not to sound rude, but your questions have always been strange. I think IT IS my question. For me, it's neither complex nor hard. So if it's complex for you. then YOU are the person to answer. What makes it complex?
  11. K

    Solved Open Excel workbook, but have WorkBook_Open code run

    @Gasman I was in a hurry and haven't read in details. I'm sorry if I'm misunderstanding the question. Excel gives an option to automatically refresh the linked data/tables when the file opens. You don't need to refresh your table manually from Access. In excel, click the table linked to your...
  12. K

    How the AI apocolypse starts

    It's starting. South Korea has introduced new laws allowing certified robots to use sidewalks alongside pedestrians. This move stems from updates to the Intelligent Robots Development and Distribution Promotion Act and the Road Traffic Act. To qualify, robots must: - Weigh 500 kg or less -...
  13. K

    Listbox ItemsSelected returns NULL item on first call - but not if debugging - not a DoEvent problem

    I think I know why. When I download the file from #9, I don't have any problem. No error at all. But if I open the form in design view, Edit something and save the form, then the error start showing. I assume when you download and tested it first, it was ok. Then you checked the code, and...
  14. K

    Version Control for MS Access: Using the MSAccess-VCS Add-in

    I just noticed something that partially solves my problem and thought it's worth mentioning here. This is a part of my ribbon : <group idMso='GroupAddins' getVisible='GetVisible' /> In a PC with VCS add-in not installed, it shows like this: Which is normal. In a Pc with VCS installed, it...
  15. K

    Version Control for MS Access: Using the MSAccess-VCS Add-in

    Yes I do. I don't use Access default ribbon at all. OK, I admit it. It may seem to be strange, but Access default ribbon has nothing special (for me). I normally login to an account with full permission over db for developing. Just the same way any user logs in to use the database. The login...
  16. K

    Version Control for MS Access: Using the MSAccess-VCS Add-in

    Yes. Tabs, Groups, buttons, combos etc would be hidden/disabled for different users with different permissions.
  17. K

    Version Control for MS Access: Using the MSAccess-VCS Add-in

    @Josef P. I have a strange problem with the new version of VCS addin. I don't remember having this problem with previous version (I may be wrong though. not sure). What I'm sure about is that I have never noticed it. Some of my apps have a USysRibbons table and the ribbon is added there. These...
  18. K

    Windows 11 🤬

    @Uncle Gizmo I've never heard anyone having this problem. Consider changing your default app to Chrome. Press start key on your keyboard, type "Default apps" and select the item that is shown as result. Type "Chrome" in search box under "Set defaults for applications" (Note: It's the second...
  19. K

    Windows 11 🤬

    Nobody forces you. It was an option I suggested. But out of curiosity, what's your left hand doing? In my profession, everything's based on speed. There are also international competitions. We're given the same tasks and are timed to see who is faster. You win, you get the job. You loose, you...
Back
Top Bottom